
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #000099 url(images/backsm.gif) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 10pt/15pt arial,sans-serif,verdana ;
}

#wrapper {
margin: 0 auto;
width: 250px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/top250.gif) top center no-repeat; 
width: 250px;
height: 0px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/mid250.gif) center repeat-y; 
width: 250px;
height: 50%;
padding: 0px 0px 20px 0px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header250.gif) top center no-repeat; 
width: 250px;
height: 80px;
margin: 20px 0px 0px 0px;
padding: 30px 0px 0px 0px;
color: white;
font-size: 50px;
text-align: ;
}
/*                    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;
background:  url(images/off.png) top center no-repeat;
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: 250px;
margin: 0px 0px 0px 0px;
padding-top: 50px;
border: 2px navy;
} ->

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bot250.gif) bottom center repeat-x; 
width: 250px;
height: 0px;

}

