/* CSS Document */

body, td, li {
	font-family: Verdana,Helvetica,san-serif;
	font-size: 12px;
	background-color:#FFFF80;
}

#container 
	{	
	width:955px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding:10px;
	background-color:#FFFFFF;
	}
	
#homeboxleft
	{
	width:364px;
	height:350px;
	float:left;

	}
	
#homeboxcenter
	{
	margin-left:8px;
	width:211px;
	height:350px;
	float:left;

	}
	
#homeboxright
	{
	width:364px;
	margin-left:8px;
	height:350px;
	float:left;

	}
	
	#homeboxleft2
	{
	width:232px;
	height:284px;
	float:left;
	margin-top:8px;
	background-color:#7CA11D;
	}
	
	#homeboxright2
	{
	width:716px;
	margin-left:8px;
	height:284px;
	float:right;
	margin-top:8px;
	background-color:#7CA11D;
	}
	
	#bottom 
	{	
	width:957px;
	height:32px; 
	background-color:#7CA11D; 
	margin-top:8px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	float:left;
	clear:all; 
	
	}
	
