﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	background-color: #000000;
	text-align: center;
	font-family: "High Tower Text";
	font-size: 300%;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
	background-color: #000000;
}

#page_content {
	margin-left: 200px;
	background-color: #0096ff;
}

#footer {
	clear: both;
	background-color: #5b08ba;
	font-family: Constantia;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
#top_nav li {
	font-family: Verdana;
	text-align: center;
	float: left;
	width: auto;
}
#left_col ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: block;
	list-style-type: none;
}
#left_col li {
	background-color: #000000;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	display: block;
}
#left_col a {
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	color: #0096ff;
	text-decoration: none;
	text-align: center;
	background-color: #5b08ba;
	border: 1px solid #0096ff;
	padding: 1px;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
}

