/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
background-color: #f5f5f5;
font-family: Verdana;
font-size: 9pt;
color: #646464;
font-weight: normal;
word-spacing: normal;
letter-spacing: 0;
} 

p {
padding: 10px;
}

a{
	color: #26688a;
}

#pagewidth{ 
 width:500px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
 background:#40687D url(logo.png) no-repeat; 
 width:100%;
} 
 
#content{
background-color: #FFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width: 100%; 
}
 
#footer{
 height:5px; 
 background-color:#40687D; 
 clear:both;
} 
 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */