

#container {
	width: 100%; 
}

#site {
	width: 850px; 
	border: 0px solid #cccccc;
}

#header { 
	width: 100%; 
}

#topmenu {
	width: 100%; 
	margin-bottom: 20px; 
}

#container_main {
	width: 100%; 
	border: 0px solid #ccff66;
}

#main {
	float: left; 
	position: relative !important; 
	width: 440px;
	margin-left: 18px;
	border: 0px solid #22ff66;
}

#column1 {
	float: left;
	position: relative !important; 
	width: 180px;
	margin-left: 5px;
	border: 0px solid #cc11aa;
}

#column2 {
	float: right;	
	position: relative !important; 
	width: 180px;
	margin-right: 5px;
}

.clearboth {
	clear: both; 
}