﻿.home{
	width:985px;	
	margin-left:auto;
	margin-right:auto;
	position:relative;	
	background-color:#FFFFFF;
}

.home .top{	
	clear:both;	
}

.home .top .toplogo{	
	width:185px;
	float:left;
}


.home .top .topheader{
	padding-top:50px;	
	width:600px;
	float:right;
}


.home .middle{	
	clear:both;		
}

.home .middle .left{
	background-color:#E0E0E0;
	float:left;
	width:240px;	
	min-height:400px;
	height:auto;
}


*html .home .middle .left{
	height:400px;	
}



.home .middle .main{	
	float:left;
	width:487px;
	margin:0px 8px;
}

.home .middle .right{	
	float:left;
	width:240px;
	background:#F0F0F0;
	min-height:400px;
	height:auto;
}

*html .home .middle .right{	
	height:400px;	
}

.home .bottom{
	background:#121212 url(../images/footer_bg.gif);
	background-repeat:no-repeat;	
	clear:both;
	height:79px;	
	width:985px;	
}