﻿/* CSS layout */
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: repeat-y;
}

#right_col {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	text-decoration: none;
}
	
#container {
	position: relative;
	width: 100%;
	background-image: url('images/blegtext.gif');
	font-family: "Trebuchet MS";
	margin-top: -5px;
}


