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

img {
	border-style:none
}

#mainpage{
	margin-top: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#pagewidth{ 
 width:950px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:120px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:100px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 }
 
#twocols{
 width:815px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:350px; 
 float:right; 
 position:relative; 
 background-color:#FFFFFF;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff40ff;
}
 
#footer{
 height:100px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:*/ 
.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;}
}
