﻿/* CSS layout */
#container {
	width:768px;		
}

#top_nav {
	width:768px;
}

#left_col {
	clear:both;
	width:768x;
	float:left;
	left:0px;
	top:0px;
}