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

body {
background: #f1b7ee url('images/back.png') repeat-x fixed top center; 
margin: 0;
padding: 0
}

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

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

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

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

#content {
background: url('images/bgmiddle.png') repeat-y center; 
width: 760px;
height: 100%;
padding-left:20px; padding-right:20px; padding-top:0px; padding-bottom:100px
}

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

#header {
background: url('images/header.jpg') no-repeat top center; 
width: 760px;
height: 166px;
margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin: 0px;
float: left;
text-align: left;
}

#menu li a {
height: 35px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 27px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: #fff;
display: block;
background:  url('images/off.png');
height: 27px;
text-align: left; padding-left:10px; padding-right:0; padding-top:8px; padding-bottom:0
}
	
#menu li a:hover {
color: #0A2441;
background:  url('images/on.png');
height: 27px;
text-align: left; padding-left:10px; padding-right:0; padding-top:8px; padding-bottom:0
}	

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

#stuff {
width: 525px;
margin: 0px 0px 0px 210px;
}

img {
border: none;
} 

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

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