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

#wrapper {
width: 800px;
margin: 0 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/TopLogo.JPG') no-repeat center
top;
	width: 550px;
	height: 100px;
	padding: 50px 0px 0px 250px;
	color: #FFFFFF;
	font-size: 57px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}

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

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

#menu {
width: 200px;
height: 20px;
margin: 0px;
float: left;
}

#menu li a {
	height: 35px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 27px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
}
	
#menu li a:visited {
	color: #000000;
	display: block;
	background: url(images/off.png);
	padding: 8px 0 0 10px;
	height: 27px;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#menu li a:link {
	color: #000000;
	display: block;
	background: url(images/off.png);
	padding: 8px 0 0 10px;
	height: 27px;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
	
#menu li a:hover {
color: #0A2441;
background:  url(images/on.png);
padding: 8px 0 0 10px;
height: 27px;
}	

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

#content {
width: 550px;
height: 100%;
text-align: left;
margin: 3px 10px 10px 210px;
color: white;
}

img {
border: none;
} 

p {
	background: repeat-y left
top;
	padding-left: 20px;
}

/* THE FOOTER */

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

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



#header1 {
	background: url('images/TopLogo.JPG') no-repeat center top;
	padding: 25px 0px 0px 25px;
	color: #FFFFFF;
	font-size: 57px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
