body {
	background-color: #362d2d;
	margin: 0px;
	margin-left: 90px;
}
#container {
	position:relative;
	width:760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #57423e;
	border-left-color: #57423e;
}
#header {
	position:relative;
	width:760px;
	height:115px;
	background-image: url(../images/header_topbanner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentarea {
	position:relative;
	width: 760px;
	text-align:left;
	background-color: #ffffff;
	font-size: 11px;
	color:#000000;
	background-image: url(../images/leftnav_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#nav {
	position: absolute;
	width: 165px;
	background-color: #ffffff;
	color:#000000;
	background-image: url(../images/leftnav_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#nav a {
	color:#FFFFFF;
}
#nav a:hover {
	color:#000000;
}
#nav p {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content {
	position:relative;
	width: 555px;
	left: 175px;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #ffffff;
}
#content ol {
	padding-right: 15px;
	display:block;
}
#content li{
	padding-bottom: 10px;
	list-style-position: outside;
	
}
#content img {
	margin: 5px;
	border: 2px solid #57423e;
}
#footer {
	position: relative;
	height:44px;
	padding-top: 5px;
	padding-left: 75px;
	font-size: 9px;
	background-color: #ffffff;
	text-align: center;
	background-image: url(../images/leftnav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #362d2d;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #D72B2C;
	padding-top: 15px;
}
h2 {
	font-size: 17px;
	color: #D72B2C;
	padding-bottom: 5px;
}
a {
	color: #D72B2C;
}
a:hover {
	color: #ADA283;
}
