﻿
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/


body {
background: #000099 url('images/back.png') repeat-x top center; 
margin: 0;
padding: 0;
text-align:left;
font-style:normal; font-variant:normal; font-weight:normal; line-height:13pt; font-size:18pt; font-family:verdana, arial, sans-serif
}



#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/
 
#top {
background: url('images/bgtop.png') no-repeat top center; 
width: 800px;
height: 78px
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/
#styleText {

text-align: left;
	border-style: solid;
	border-color: #FFFFFF;
	font-size: 14pt;
	text-align:center;
}
#content {
&nbsp
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url('images/header.png') no-repeat top center; 
width: 746px;
height: 106px;
color: white;
font-size: 50px;
text-align: left; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px; padding-left:20px; padding-right:45px; padding-top:60px; padding-bottom:45px
}
/*                    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') no-repeat top center;
height: 29px;
text-align: left; padding-left:10px; padding-right:0; padding-top:8px; padding-bottom:0
}
	
#menu li a:hover {
color: blue;
background:  url('images/on.png') no-repeat top center;
height: 29px;
text-align: left; padding-left:10px; padding-right:0; padding-top:8px; padding-bottom:0
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
background:  url('images/texttop.png') no-repeat top left;
width: 520px;
padding-top: 55px;
border: 2px none navy;; margin-left:220px; margin-right:0px; margin-top:0px; margin-bottom:0px
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url('images/bgbottom.png') no-repeat bottom center; 
width: 800px;
height: 50px
}


#navigation  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  width: 746px;
heightt: 106px;
color: green;
font-size: 20px;
text-align: center; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px; padding-left:230px; padding-right:45px; padding-top:60px; padding-bottom:45px
}



  }
  #navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 4px;
  }
  #navigation li {
  display: inline;
  }
  #navigation a:link, #navigation a:visited {
  margin-right: 2px;
  padding: 3px 10px 2px 10px;
  color: #A62020;;
  background-color: #FCE6EA;;
  text-decoration: none;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
  
  }
  #nvaigation a:hover {
 border-top: 1px solid #717171;
 border-left: 1px solid #717171;
 border-bottom: 1px solid #FFFFFF;
 border-right: 1px solid #FFFFFF;
  }