@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #000;
	background-image: url(images/backgroundBody.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	padding-top: 5px;
	color: #7C5625;
	font-weight: normal;
}
p {
	margin-bottom: 10px;
}
#content {
	text-align: left;
	width: 886px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/backgroundContentTop.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#mainMenu {
	margin-bottom: 220px;
	margin-left: 20px;
	padding-top: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#mainMenu a {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#mainMenu a:hover {
	color: #fffcbe;
}

#innerContent {
	background-image: url(images/backgroundContentRepeat.jpg);
	background-repeat: repeat-y;
	width: 886px;
	min-height: 400px;
}
#innerLeft {
	width: 560px;
	margin-left: 30px;
	padding-top: 10px;
	float: left;
	display: inline;
}
#innerRight {
	float: right;
	margin-right: 30px;
	padding-top: 5px;
	text-align: center;
	width: 240px;
	display: inline;
}
#footerBlock {
	display: block;
	clear: both;
}
#footer {
	padding-bottom: 10px;
	color: #7F5F00;
	font-size: 8px;
}
#footer a {
	font-size: 12px;
	text-decoration: none;
	color: #FDE29F;
}
#webexpand {
	font-size: 12px;
	text-decoration: none;
	border-bottom: solid 1px #FDE29F;
	border-top: solid 1px #FDE29F;
	background-color: #7F3F00;
	color: #FFA;
}
#webexpand a {
	font-size: 12px;
	text-decoration: none;
	background-color: #7F3F00;
	color: #FFA;
}
.yellow {
	color: #FFA;
}
