/* THE BODY AND THE WRAPPER */
body {
	font-size: 12px;
	margin: 0;
	padding: 10px;
	background-color: #F1DD8D;
}

#wrapper {
	width: 800px;
	height: inherit;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #4A260B;
}

/* TOP BAR AND THE HEADER */

#top {
background: #2F2000 url(images/topbar.png) top center no-repeat; 
width: 800px;
height: 50px;
}

#header {
	width: 800px;
	height: 150px;
	font-size: x-large;
	padding: 0px;
	background-image: url(images/header.png);
	background-repeat: repeat;
	background-position: center;
	line-height: 5px;
	font-family: Verdana;
	font-style: normal;
	position: absolute;
}

/* THE INSIDE WRAPPER, THE MENU, AND THE CONTENT */

#contentwrapper {
	width: 790px;
	text-align: center;
	background-color: #F1DD8D;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#menu {
	width: 200px;
	height: 100px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin-top: 175px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height: normal;
	border: thin solid #4A260B;
}

#menu li a {
	height: 35px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 27px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border: thin solid #4A260B;
}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background:  url(images/off.png);
	padding: 8px 0 0 10px;
	height: 27px;
	font-size: 18px;
	font-style: oblique;
	border: thin solid #4A260B;
}
	
#menu li a:hover {
	color: #FF0000;
	background:  url(images/off.png);
	padding: 8px 0 0 10px;
	height: 27px;
	border: thin solid #4A260B;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
}

#content {
	width: 560px;
	text-align: justify;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 180px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 210px;
}

img {
border: none;
} 

p {

}

/* THE FOOTER */

#bottom {
	width: 700px;
	height: 35px;
	padding: 15px 0px 0px 100px;
	color: #000000;
	background-color: #2F2000;
	background-image: url(images/topbar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#bottom a:link, #bottom a:visited {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
#bottom a:hover {
color: #FF0000;
}	
