﻿/* CSS layout */
body
{
	font-family: Book Antiqua, Times New Roman, Times;
	background-color: #F1F1F1;
	color: rgb(255, 0, 102);
}
#masthead {
	position: center;
	background-color: #00CCFF;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	background-position: left top;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	height: auto;
	max-height: 300px;
}

#page_content {
	margin-left: 200px;
}

#footer {
}
