body {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #EBE2BE;
}
#base {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url(images/mainimg.jpg);
	height: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #765D3E;
	border-right-color: #765D3E;
	border-left-color: #765D3E;
}
#base h1 {
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 500px;
}
#base #mainimg {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	background-image: url(images/mainimg.jpg);
	margin-top: 20px;
	margin-bottom: 15px;
}
#cl {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#base #navigation {
	height: 30px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#base #navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#base #navigation li {
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	text-align: center;
	width: 190px;
	float: left;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBE2BE;
	font-weight: bold;
}
#base #navigation a {
	color: #EBE2BE;
	text-decoration: none;
	display: block;
}
#base #navigation a:hover {
	background-image: url(images/buttonover.jpg);
}
#head {
	text-align: right;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #5A3D1B;
	font-size: .9em;
}
#head h2 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.2em;
}
#base #intro {
	margin-top: 442px;
	width: 920px;
	height: 65px;
	color: #EBE2BE;
	font-size: 1.1em;
	line-height: 2.3em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#foot {
	background-color: #442F14;
	color: #EBE2BE;
	text-align: right;
	padding-right: 10px;
	font-size: 0.8em;
	line-height: 15px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #442F14;
}

