html, body{ 
	 margin:0; 
	 padding:0; 
	 text-align:center; 
 	 background: #000000 url(img/bg_header.jpg) repeat-x;
} 
 
#pagewidth{ 
	 width:760px; 
 	 text-align:left;  
	 margin-left:auto; 
	 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:100px;
	width:100%;
} 
 
#maincolright{
 float: right; 
 display:inline; 
 position: relative; 
 width:270px; 
 }
 
 #maincolleft{
 float: left; 
 display:inline; 
 position: relative; 
 width:490px; 
 }
 
#footer{
 height:70px; 
 clear:both;
 text-align:center;
 margin: 0 auto;
 } 
 
#flashcontent{
padding:10px;
width: 600px;
background-color:#FFFFFF;
margin-top:170px;
position: absolute;
text-align:center;}

#side{
	margin-top:170px;
	margin-right: 0px;
	margin-left: 40px;
	position: absolute;}
 
p, li {
	font: .8em/140% Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;}
	
li {line-height: 180%;}

a {color: #6599FF}
	
.mid_buttons{
margin-top:115px;
margin-left: 40px;
position: absolute;}

.mid_buttons2{
margin-top:100px;
margin-left: 40px;
position: absolute;}

.bot_buttons{
	margin-top:170px;
	margin-right: 0px;
	margin-left: 40px;
	position: absolute;
}

.side1{
	margin-top:0px;
	margin-right: 0px;
	margin-left: 40px;
	position: relative;
}

.side2{
	margin-top:10px;
	margin-right: 0px;
	margin-left: 40px;
	position: relative;
}

.side3{
	margin-top:10px;
	margin-right: 0px;
	margin-left: 40px;
	position: relative;
}

.side4{
	margin-top:10px;
	margin-right: 0px;
	margin-left: 40px;
	position: relative;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



