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

body {
background: #79AEFF url(back.png) top center repeat-x fixed; 
margin: 0;
padding: 0;
}

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

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

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

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

#content {
background: url(bgmiddle.png) center repeat-y; 
width: 760px;
height: 100%;
padding: 0px 20px 100px 20px;
}

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

#header {
background: url(header.jpg) top center no-repeat; 
width: 760px;
height: 166px;
margin: 0px 0px 10px 0px;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin: 0px;
float: left;
font-family:Times;
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(off.png);
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
}
	
#menu li a:hover {
color: #0A2441;
background:  url(on.png);
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
}	

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

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

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px
	color: #000000;
	text-align: center;
}
.tabletext {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px
	color: #000000;
	text-align: center;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px
	color: #000000;
	text-align: left;
}


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

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

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px
	color: #000000;
	text-align: left;
}
