html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:920px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
 background-color:#DDD; 
 width:100%;
} 

 
#maincol{
	background-color: #DDD;  
 float: right; 
 display:inline; 
 position: relative; 
 }
 
object { display:block; }


#footer{
 height:20px; 
  background-color:#DDD; 
 clear:both;
 } 
 
  
#sticker{
 height:50px; 
 background-color:#DDD; 
 clear:both;
 } 
 
 
#bodycontent{
 height:400px; 
  background-color:#DDD; 
 clear:both;
 padding-top: 12px;
 padding-bottom: 12px;
 padding-left: 6px;
 padding-right: 6px;
 } 
 
.colBody{
	position: relative; 
	margin-left: 6px;
	margin-right: 6px;
	float: left;
  	background-color:#eee;
  	width: 290px;
 	height:100%;
} 

.divider1{
 position:relative; 
 height:0px; 
  background-color:#FFF; 
 width:100%;
}

.divider2{
 position:relative; 
 height:1px; 
  background-color:#FFF; 
 width:100%;
}
 
.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 */  

.sra-container {
    left: 745px;
    position: relative;
}
