/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
	margin: 0;
	padding: 0;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
	width: 800px;
	height: 41px;
	background-image: url(images/bgtop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
	background: url(images/bgmiddle.png) center repeat-y;
	width: 766px;
	height: 100%;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
	background: url(images/header.png) top center no-repeat;
	width: 746px;
	height: 120px;
	color: white;
	font-size: 50px;

text-align: ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*                    Menu                   */
#menu {
	width: 200px;
	height: 100%;
	margin-left: 10px;
	float: left;
	text-align: left;
	margin-top: 0px;
}

#menu li a {
height: 35px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	

#menu li a:link, #menu li a:visited {
	color: #000066;
	display: block;
	height: 29px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/off.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
}	

#menu li a:link, #menu li a:focus {
	color: #3300CC;
	height: 29px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/off.png);
	font-weight: bold;
	font-size: 12px;
}	
	
#menu li a:hover {
	color: #FF0000;
	height: 29px;
	text-align: left;
	background-image: url(images/visit-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
}		

#menu li a:active {
	color: #FF0000;
	display: block;
	height: 29px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/visit.png);
	background-repeat: no-repeat;
	background-position: center center;
}
	
#menu li a.current {
	color: #000000;
	height: 29px;
	text-align: left;
	background-image: url(images/on.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
	width: 480px;
	padding-top: 55px;
	border: 2px navy;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-left: 10px;
	font-size: small;
	background-image: url(images/texttop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
	width: 800px;
	height: 41px;
	background-image: url(images/bgbottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}

