﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	table-layout: auto;
}
#masthead {
	font-family: "Albertus Medium", "Arial Black", sans-serif;
	font-size: large;
	color: #000066;
}
#top_nav {
	font-family: "Century Gothic";
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}

#container {
	min-width: 600px;
	right: auto;
	top: auto;
}

#left_col {
	width: auto;
	float: left;
	background-color: #CCCC99;
}

#right_col {
	width: auto;
	float: right;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
	right: auto;
	left: auto;
	background-color: #E4EDE4;
}

#footer {
	clear: both;
}
