/* THE BODY AND THE WRAPPER */
body {
font-size: 12px;
background: #002200;
margin: 0;
padding: 10px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

#wrapper {
	width: 800px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* TOP BAR AND THE HEADER */

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

#header {
	background: url(images/header.png) top center no-repeat;
	width: 550px;
	height: 60px;
	color: white;
	font-size: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 250px;
}

#header-left {
	background: url(images/header.png) top center no-repeat;
	width: 100px;
	height: 60px;
	color: white;
	font-size: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 5px;
}

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

#contentwrapper {
	background: url(images/bgmiddle.png) top center repeat-y;
	width: 790px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#menu {
	width: 200px;
	height: 20px;
	float: left;
	margin-top: 5px;
}

#menu li a {
height: 35px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 27px;
text-decoration: none;
font-weight: bold;
}	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(images/off.png);
	padding: 8px 0 0 10px;
	height: 27px;
	font-size: 16px;
}
	
#menu li a:hover {
color: #999999;
height: 27px;
}	

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

#content {
	width: auto;
	height: 100%;
	text-align: left;
	color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 240px;
}

img {
border: none;
} 

p {
background: url(images/paragraph.png) top left repeat-y;
padding-left: 20px;
}

/* THE FOOTER */

#bottom {
	background: #2F2000 url(images/bottom.png) bottom center no-repeat;
	width: 700px;
	height: 25px;
	color: lime;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}

#bottom a:link, #bottom a:visited {
color: #FFF;
}
	
#bottom a:hover {
color: LIME;
}	
