html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
  background-color:#000065; 
} 

a{
color:#FFFFFF;
text-decoration:none;
} 
 
#pagewidth{
	width:935px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
} 
 
#leftcol{
 width:30%; 
 float:left; 
 position:relative; 
  }
 
#maincol{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
 border-left:4px solid #fff;
 border-right:4px solid #fff;
 border-bottom:4px solid #fff;
 border-top:4px solid #fff;
 background-color: #acbbc0; 
 float: right; 
 display:inline; 
 padding: 5px 5px 5px 5px;
 position: relative; 
 height: 550px;
 width:66%; 
 }
 
#footer{
 height:25px; 
  background-color:#000065;
  color:#FFFFFF; 
 clear:both;
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 text-align:center;
 padding-top:5px;
 } 
 
.menu{
	text-align:center;
	padding-bottom:3px;
	margin-left: 10px;
} 

#conteudo{
	color:#FF0000;
	font-family:Impact;
	font-size:28px;
	margin: 60px 0px 20px 0px;
}

#conteudo img{
float:none;
margin:0 0 3px 20px;
}

.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;} 
#twocols, #maincol{width:100%; float:none;}
}
#flash {
position: relative; /*or absolute*/
z-index: 0;
}
