@charset "utf-8";
/* CSS Document */

#container {
	width: 850px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CFC;
}

#banner {
	background-image: url(Pics/Header%2016%20reduced.jpg);
	height: 133px;
	width: 850px;
	border: thin solid #039;
	background-position: -115px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	float: right;
	width: 675px;
	margin-top: 5px;
	margin-right: -4px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#menu {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #999;
}
