﻿  /* CSS layout */
body {
	font: inherit;
	background: #EAC297;
	margin: 0;
	padding: 0;
	color: #77318E;
	font-family: "Tw Cen MT";
	font-size: xx-large;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	text-indent: 0px;
	vertical-align: top;
	white-space: normal;
	word-spacing: normal;
	background-color: #EAC297;
}

#masthead {
}

#top_nav {
	color: #000000;
	font-family: "Tw Cen MT";
	font-size: xx-large;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}
