﻿/* CSS layout */
#left_col {
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #F4F4F4;
}
#right_col {
	width: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #F4F4F4;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}
	
#container {
	position: relative;
	width: 100%;
}
.font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
