﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#left_col ul {
	list-style: none;
	color: #FFFFFF;
}

#left_col ul li {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background-image:url('../images/button.gif');
	background-repeat:no-repeat;
	background-position:center;
	padding:5px;
	margin:5px;

}

a #left_col ul li{
	color:white;
	text-decoration:none;
}

#page_content {
	margin-left: 200px;
	margin-right:200px;
	margin-top:10px;
    padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#footer {
	color: #FFFFFF;
}
