

#container {
	width: 100%; 
}

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

#header { 
	width: 100%; 
}

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

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

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

#column1 {
	float: left;
	position: relative !important; 
	width: 228px;
	height: 800px; 
	margin-left: 1px;
	border: 0px solid #cc11aa;
}


#column2 {
	float: left;	
	position: relative !important; 
	width: 0px;
	margin-left: 0px;
}

.clearboth {
	clear: both; 
}