/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #000099 url(images/back.png) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}

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

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
	width: 766px;
	height: 800px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	background-image: url(images/bgmiddle.png);
	background-repeat: repeat-y;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
	width: 746px;
	height: 106px;
	margin: 0px 0px 10px 0px;
	padding: 60px 0px 0px 20px;
	color: white;
	font-size: 50px;

text-align: ;
	background-image: url(images/headerbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*                    Menu                   */
#menu {
	width: 200px;
	height: 100%;
	float: left;
	text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;

}	
	
#menu li a:link, #menu li a:visited {
	color: navy;
	display: block;
	background:  url(images/off.png) top center no-repeat;
	padding: 8px 0 0 10px;
	height: 29px;
	text-align: center;
}
	
#menu li a:hover {
	color: blue;
	background:  url(images/on.png) top center no-repeat;
	padding: 8px 0 0 10px;
	height: 29px;
	text-align: center;
}	

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

#stuff {
	width: 520px;
	margin: 0px 0px 0px 220px;
	padding-top: 55px;
	border: 2px navy;
	background-image: url(images/texttop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
	width: 800px;
	height: 50px;
	background-image: url(images/bgbottom.png);
	background-repeat: no-repeat;
	
}
