﻿/* CSS layout */
#container {
	min-width: 600px;
}

#left_col {
	width: 465px;
	float: left;
}
#page_content {
	margin-left: 485px;
}

