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



#wrapper {
	margin: 0 auto;
	width: 800px;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

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

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

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

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

#header {
	width: 766px;
	height: 106px;
text-align: ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/redheader.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
}
/*                    Menu                   */
#menu {
	width: 200px;
	height: 100%;
	margin-left: 10px;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#menu li a {
	height: 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 35px;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(../images/redoff.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;
	font-size: 13px;
}
	
#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/redon.png);
	background-repeat: no-repeat;
	background-position: center center;
}	


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

#stuff {
	background:  url(../images/redtexttop.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/redbgbottom.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;
}
