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

body {
	background: #000099 url(images/back.png) top center repeat-x;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	padding: 0;
	text-align: left;
}

/**************************************************/
/*                                       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 {
background: url(images/bgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

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

#header {
background: url(images/header.png) top center no-repeat; 
width: 746px;
height: 106px;
margin: 0px 0px 10px 0px;
padding: 60px 0px 0px 20px;
color: white;
font-size: 50px;
text-align: ;
}
/*                    Menu                   */
#menu {
	width: 200px;
	height: 100%;
	margin-left: 10px;
	float: left;
	text-align: center;
}

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

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

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

img {
border: none;
} 

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

#bottom {
	background: url(images/bgbottom.png) bottom center no-repeat;
	width: 800px;
	height: 50px;
}
#wrapper #content #stuff .style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
