body{
	background-color: #926130;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#OuterDiv {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#HeaderDiv {
	background-color: #785028;
	height: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF99CC;
}
#HeaderImagesDiv{


}
#HeaderFillerDiv{
	height: 20px;
	background-color: #785028;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF99CC;
	border-bottom-color: #FF99CC;
	text-align: right;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 5px;
}

#BodyDiv{
	float: right;
	width: 790px;
	background-color: #81562B;
}

#NavDiv{
	float: left;
	width: 200px;
	font-size: 12px;
}

#NavDiv ul{
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}
#NavDiv li{
	padding-bottom: 5px;
	background-color: #785028;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF99CC;
	padding-left: 7px;
	padding-top: 5px;
}


#ActualContentsDiv{
	float: left;
	width: 367px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 15px;
	text-align: justify;

}
#RightImageDiv{
	float: left;
	width: 170px;

}
#FooterDiv{
	background-color: #785028;
	float: left;
	width: 785px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF99CC;
	height: 20px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

#NavDiv A:link {text-decoration: none; color: #FFFFFF;}
#NavDiv A:visited {text-decoration: none; color: #FFFFFF;}
#NavDiv A:active {text-decoration: none; color: #FFFFFF;}
#NavDiv A:hover {text-decoration: none;color: #FF9900;}

h1{
	font-size: 15px;
	letter-spacing: 0.2em;
}
h2{
	font-size: 12px;
	color: #FF99CC;
}
