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

body {
background: #575757;
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}

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

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

#top {
width: 800px;
height: 78px;
}

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

#content {
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

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

#header {
background: url(images/header.png) top center no-repeat; 
width: 730px;
height: 106px;
margin: 0px 0px 10px 0px;
padding: 60px 0px 0px 20px;
}

#smallheader {
background: url(images/header-small.png) top center no-repeat; 
width: 730px;
height: 64px;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 20px;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: ;
}

#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: black;
font-weight: bold;
display: block;
background-color: #AAA;
border-radius: 8px;
padding: 8px 0 0 10px;
margin-bottom: 2px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: white;
background-color: #FFC000;
border-radius: 8px;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

#content a:link {
color: #FFC000;
font-weight: bold;
}

#content a:visited {
color: #CCC;
font-weight: bold;
}

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

#stuff {
width: 520px;
margin: 0px 0px 0px 220px;
border: 2px navy;
color: #CCC;
}

#stuff a {
	color: #;
	font-weight: bold;
}

#stuff a:hover {
	color: white;
	font-weight: bold;
}

img {
border: none;
} 

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

#bottom {
width: 800px;
height: 50px;
}

