html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:960px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background: url(../upload/layout/bg_all.gif) repeat-y;
} 
 
#header{
 position:relative; 
 height:150px; 
 width:100%;
 background: url(../upload/layout/titel_960x130.gif) no-repeat;
position:relative;
} 

#topimage {
position: absolute; top:0px; left:0px;
}
 
#leftcol{
 width:200px; 
 float:left; 
 position:relative; 
 }
 
#twocols{
 width:760px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:210px; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:510px; 
 padding:0px 20px 20px 20px;
 }
 
#footer{
 clear:both;
 background-color: #F2F8EB;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 0px;
text-align: right;
font-size: 11px;
} 
 

div#statements {

}

div#statement_pic {
width: 190px;
margin: 0px 10px 0px 10px;

}

div#statement_name {
width: 190px;
margin: 0px 10px 0px 10px;
clear:both;

}

div#statement_text {
width: 190px;
margin: 0px 10px 0px 10px;
clear:both;

}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
