﻿/* CSS layout */
body {
	margin: 10 20 10 20;
	background-color: #A6D2FF;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead {
	background-color: #FFD8B0;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 190px;
	float: left;
	background-color: #FFD8B0;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
#page_content {
	padding: 5px;
	background-color: #FFFFCC;
	width: 641px;
	float: right;
	border-left-style: inherit;
	border-left-width: thin;
	border-left-color: #7D1D72;
	font-size: small;
}
#footer {
	clear: both;
	text-align: center;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #1B7672;
	font-size: small;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	white-space: normal;
	color: #862C73;
	line-height: normal;
	text-decoration: none;
}
