.style13 {font-size: 0.9em}
/* CSS Document */

body {
	text-align: center;
	background-color: #543408;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}
* {
	margin: 0px;
	padding: 0px;
}
#Background {
	position:absolute;
	width:980px;
	height:650px;
	z-index:0;
	left: 35px;
	top: 30px;
}
#outerwrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 500px;
	margin-top: 70px;
}
.imgcontent {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#outerbox {
	background-color: #E8D667;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #543408;
}
.style2 {	font-size: 0.5em;
	color: #CCCCCC;
}
#navigation {
	float: left;
	width: 30%;
	background-color: #FFFFFF;
	height: 500px;
}
#maincontent {
	float: right;
	width: 70%;
}
.style13 {
	font-size: 0.85em
}
#content {
	width: 95%;
	float: right;
	height: 500px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#contenttext {
	padding: 35px;
	overflow: auto;
}
#breaker {
	float: left;
	width: 5%;
	height: 500px;
}
a:link {
	font-style: normal;
	color: #695C45;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
}
a:visited {
	color: #695C48;
	text-decoration: none;
}
a:active {
	color: #695C48;
	text-decoration: none;
}
#footer {
	background-color: #F59F4D;
	clear: both;
	padding: 4px;
}
