@import "reset.css";

html, body, #flashcontent { height:100%; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#d9d9d9; background-color:#fff;}
body { margin:0; padding:0; overflow:hidden; }
#iemac, #iemac a 	{color:#fff; text-align:center; font-size:10px; z-index:10; margin:0 auto; font-family:Verdana, Arial, Helvetica, sans-serif;}
#update 			{background: transparent url(/media/img/loadbackdrop.gif) top center no-repeat; font-size:12px; text-align:center; padding:200px 0px; margin:200px auto 0;  height:300px; width:206px;}
#update a 			{color:#fff; font-size:13px;}
#flashcontent{margin:0; padding:0;height: 100%;}
h1 {font-size:28px; font-weight:normal;}
 
#pagewidth{ 
	width:779px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:100px; 
	background-color:red; 
	width:100%;
} 
 
#leftcol{
	width:200px; 
	float:left; 
	position:relative; 
	background-color:#de0000; 
}
 
#twocols{
	width:579px; 
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:200px; 
	float:right; 
	position:relative; 
	background-color:#333;
}
 
#maincol{
	background-color: #FFFFFF;  
	float: left; 
	display:inline; 
	position: relative; 
	width:379px; 
}
 
#footer{
	height:50px; 
	background-color:red; 
	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;}
}