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

a:link {
  color:#1E90FF;
  text-decoration:none;
  }
a:visited {
  color:#1E90FF;
  text-decoration:none;
  }
a:hover {
  color:##1E90FF;
  text-decoration:underline;
  }


body {
background: #000099 url(images/back.jpg) top center repeat-x; 
margin: 0px auto;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;

}

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

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

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

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

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

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

#header {
background: url(images/header.jpg) top center no-repeat; 
width: 869px;
height: 106px;
margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 20px;
color: white;
font-size: 50px;
text-align: ;
}
/*                    Menu                   */
#menu {
width: 150px;
height: 100%;
margin-left: 10px;
margin-top: -40px;
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: 3px 0 0 10px;
height: 16px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url(images/on.png) top center no-repeat;
padding: 3px 0 0 10px;
height: 15  px;
text-align: left;
}	

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

#stuff {
background:  url(images/texttop.gif) top left no-repeat; 
width: 700px;
margin: 0px 0px 0px 180px;
padding-top: 75px;
border: 2px navy; 
}
/*
img {
border: none;
} 

pics {
border: 5px solid blue;
} 
*/
/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

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


