/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
	margin: 0;
	top: 120px;
	font-family: verdana, arial, sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: 20pt;
	font-weight: normal;
	font-variant: normal;
	right: 800px;
	bottom: 750px;
	clip: rect(auto,0px,auto,auto);
	height: 20px;
	width: 20px;
	padding-top: 0;
	padding-right: 15;
	padding-bottom: 15;
	padding-left: 150px;
	left: 75px;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	background-position: center top;
	color: #000000;
	text-decoration: underline;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
	width: 750px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
	width: 750px;
	height: 200px;
	color: white;
	font-size: 50px;


text-align: ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	top: 20px;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
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;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url(images/on.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
	background:  url(images/texttop.png) top left no-repeat;
	width: 520px;
	margin: 0px 0px 0px 220px;
	padding-top: 55px;
	border: 2px navy;
	top: 700px;
}

img {
	border: none;
	top: 500px;
	clip: rect(500px,auto,auto,auto);
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
}

