a:link, a:visited, a:hover {
	color: #e71212;
	text-decoration: underline;
 }

#fullpage {
    width: 780px;
    margin: auto;
    overflow: hidden;
    font-size : 22px;
  }
#quote {
    width: 300px;
	float: right;
    font-size : 12px;
    color: #555;
  }
#content {
clear: both;
    width: 780px;
  }
#title {
    width: 780px;
     font-size : 44px;
     padding-bottom: 20px;
     padding-top: 30px;
     padding-left: 35px;
  }
.subtitle {
    width: 780px;
    font-size : 28px;
    cursor: pointer;
  }
.subtitle span{
    padding-right: 15px;
  }
.text {
   padding: 10px;
   padding-left: 37px;;
   font-size : 16px;
  }
#works {
   margin: 30px;
   padding: 10px;
   width: 720px; 

  
   font-size : 16px;
   background-color: #f8f8f8;
  }
.work{
	clear: both;
	padding: 15px 0 15px 0;

  }

.work img{

   float: left;
   border: 1px solid #000 ;
   margin-right: 20px;
  }
.work p, .work2 p {
   padding: 20px;
  }

.work  img.new_win  {
   	border: 0;
   	float: none;
  }
  
  
  #backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:500px;
width:600px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#contactArea{
text-align: center;	
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#222;
font-weight:700;
display:block;
}
