body {
	margin: 0 auto 0 auto;
	background-color: #ad8e72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #FFFFFF;
}
/* normal body links*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #000000;
}
/* end of normal body links*/
li {
	list-style-position: outside;
	line-height: 20px;
	text-align: justify;
	list-style-image:
	margin: 3px 7px 7px;
}
#header{
	background-image:url(images/header.jpg);
	margin: 0 auto 0 auto;
	height: 198px;
	width: 799px;
}
#main {
	margin: 0 auto 0 auto;
	width:799px;
	background-color: #875c3c;
	background-repeat: repeat-y;
}
#maincontent {
	width: 600px;
	float: right;
	margin: 7px 30px 30px 0px;
}
#footer {
	margin: 0 auto 0 auto;
	width:799px;
	height: 90px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear:both;
}
#footerlinks {
	text-align:center;
	padding: 55px 0 0 0;
	color: #ABBABE;
}
a.footer:link, a.footer:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 0 10px;
	border-right: #FFFFFF 1px solid;
}
a.footer:hover,a.footer:active {
	text-decoration: none;
	color: #000000;
}
#sidemenu {
	width: 100px;
	margin-left: 25px;
	margin-top: 0px;
	margin: 0 25px 0 25px;
}
a.leftmenu {
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0 10px 0;
	border-bottom: #A47048 1px dotted;
	display: block;
}
a.leftmenu:link {
	text-decoration: none;
}
a.leftmenu:visited {
	color: #ffffff;
	text-decoration: none;
}
a.leftmenu:hover {
	text-decoration: none;
	color: #000000;
}
a.leftmenu:active {
	text-decoration: none;
}
a.qws {
	color:#FFFFFF;
	padding-left: 15px;
	float:left;
	text-decoration: none;
}
.copyright {
	color:#FFFFFF;
	float: right;
	padding-right: 15px;
}
h1, h1 a:link, h1 a:visited {
	color: #8EA7C5;
	font-size: 18px;
	text-decoration:none;
}
h1 a:hover {
	color:#000000;
}
h2, h3 a {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
img.right {
	float:right;
	padding-left: 10px;
}
img.left {
	float:left;
	padding-right: 10px;
}
.div {
	border-bottom:#e1cebf dashed 1px;
	line-height: 18px;
}
input, select, textarea {
	font-size: 10px;
}
img {
	border: none;
}