﻿  /* CSS layout */
body {
	border: #800080;
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
	color: black;
	padding: 10px;
	background: #FFAEC0 url('img/t_b.png') no-repeat right;
	text-align: left;
	color: #000000;
	height: 90px;
}

#container {
	min-width: 300px;
}

#left_col {
	width: 220px;
	float: left;
	background-color: #FFEEF2;
	min-height: 308px;
	font-size: large;
	text-decoration: none;
	padding: 10px;
	margin-right: 20px;
	min-height: 100%;
	height: 532px;
	border: 0
}


#page_content {
	margin: 20;
	padding: 10px;
	border: 2px #800080 solid;
	background-color: #FFFFFF;
	min-height: 300px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 490px;
	overflow: auto
}

#footer {
	clear: both;
	background: #FFAEC0;
	max-height: 20px;
	font-size: xx-small;
	color: #008080;
		text-align: right;
			text-decoration: none;
}
