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




body {
	background-color: #666666;
	color: #000000;
}
#wrapper {
	margin: auto;
	width: 800px;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

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

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

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

#content {
background: url(../images/greenbgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

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

#header {
	background: url(../images/greenheader.png) top center no-repeat;
	width: 744px;
	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: left;
}	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(../images/greenoff.png) top center no-repeat;
	height: 35px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
	
#menu li a:hover {
	color: #FFFFFF;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	padding-right: 4;
	padding-bottom: 10;
	padding-left: 10px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/greenon.png);
	background-repeat: no-repeat;
	background-position: center center;
}	

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

#stuff {
	background:  url(../images/greentexttop.png) top left no-repeat;
	width: 540px;
	margin: 0px 0px 0px 220px;
	padding-top: 55px;
	background-color: #FFFFFF;
}

img {
border: none;
} 

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

#bottom {
background: url(../images/greenbgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
position: relative;
}
.sidebar {
	background-image: url(../images/sidebar.png);
	float: left;
	height: 300px;
	width: 200px;
	background-repeat: no-repeat;
	margin-top: 40px;
}
