/*  basics  */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #76633b;
	background-image: url(../img/bigback.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
}
a:link {
	color: #664907;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #664907;
}
a:hover {
	text-decoration: underline;
	color: #ac7d10;
}
a:active {
	text-decoration: none;
	color: #ac7d10;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
/*layout */

#wrap {
	width: 100%;
}
#tallbox {
	height: 100%;
	width: 1030px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#leftbar {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 100%;
	width: 270px;
}
#rightbox {
	margin: 0px;
	padding: 0px;
	width: 760px;
	clear: right;
	float: right;
	}

#head {
	padding: 0px;
	width:100%;
	height: 130px;
	background-image: url(../img/topback.png);
	background-repeat: no-repeat;
	background-position: right top;
	clear: right;
	float: right;
	margin: 0px;

}
#maincontent {
	width: 705px;
	clear: both;
	margin-right: 25px;
	padding: 10px;
	float: right;
}
#maincontent ul {
	width: 90%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;

}
#maincontent li {
	margin-bottom: 10px;
	list-style-type: square;

}
#footer {
	clear: right;
	width: 750px;
	float: right;
	font-size: 10px;
	color: #3A3426;
}

/*  Menu  */

#nav {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-top: 100px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#nav ul {
	display: block;
	padding: 0px;
	font-size: 10px;
	margin: 0em;
	list-style: none;
	height: 30px;
	background-color: #FF0000;
	font-weight: bold;
	}

#nav a {
	display: block;
	color: #3B2706;
	margin: 0px;
	padding: 10px;
	height: 10px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0F0D12;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0F0D12;
}
#nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3A3426;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0F0D12;
}

#nav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
}

.whitetext {
	color: #FFFFFF;
	text-align: right;
}
.whitetext a {
	color: #FFFFFF;
}
