
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #0000CC url(images/bglogo.gif) center repeat-x fixed; 
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}

.textbox {
background-color: #CCCCCC;
color: #0000CC;
font: normal 8pt verdana, arial,sans-serif;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 800px;
height: 43px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 760px;
height: 100%;
padding: 0px 20px 100px 20px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header.jpg) top center no-repeat; 
width: 760px;
height: 166px;
margin: 0px 0px 10px 0px;
}
/*                    Menu                   */
#menu {
	width: 200px;
	height: 100%;
	margin: 2px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#menu li a {
height: 35px;
voice-family: "\"}\""; 
voice-family: inherit; 
font: bold;
height: 27px;
text-decoration: none;
text-align: center;
}	
	
#menu li a:link, #menu li a:visited {
color: #FFFF66;
display: block;
background:  url(images/off.gif);
padding: 8px 0 0 10px;
height: 27px;
text-align: center;
}
	
#menu li a:hover {
color: #FFFF66;
background:  url(images/on.gif);
padding: 8px 0 0 10px;
height: 27px;
text-align: center;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
width: 525px;
margin: 0px 0px 0px 210px;
color: #0000CC;
}

#stuff_link {
color: #0000CC;
}

#stuff_header {
	width: 525px;
	margin: 0px 0px 0px 210px;
	font-size: 22px;
	color: #0000CC;
	text-align: ;
	line-height: normal;
	font-weight: bolder;
}


img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
	background: url(images/bgbottom.png) bottom center no-repeat;
	width: 800px;
	height: 78px;
	font-weight: bold;
	color: #0000CC;
}

