/* CSS Document */

body {
   font-family: "Verdana, Arial, Helvetica, sans-serif";  
   margin: 0 0;
   padding: 0px;
   border: none;
   font-size: 12px; 
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

a img {border: none; }
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: none; color: #FFFFFF;}

div.banner {
   margin-left: 0;
   bottom: 0;
   width: 100%;
   height: 208px;
   padding: 0px;
   margin: 0px 0px;
   background-image: url("./images/banner.png") ;
   background-repeat: no-repeat;
   background-position: top center; 
   
}

div.banner_spikes {
   bottom: 0;
   width: 100%;
   height: 208px;
   padding: 0px;
   margin: 0px -374px;
   background-image: url("./images/leftbannerspikes.png") ;
   background-repeat: no-repeat;
   background-position: center +50px;  
}

div.rss { 
   text-align: center;
   height: 208px;
   margin: -70px 0px 0px 605px ;
   background-position: center +80px;
}

div.bg{ 
   position: relative;
   z-index: 0;
   text-align: center;
   margin: 0 auto 0 auto;
   width: 670px;
   background-image: url("./images/bg.png");
   background-repeat: repeat-y;
   background-position: center;
} 

div.navigation{
   position: absolute;
   margin: 0 auto auto 10px ;
   text-align: left;
   width: 100px;
   left:0;
}

div.page_content{
   clear: both;
   top: 0;
   right: 0;
   margin: 0 0 0 110px;
   text-align:left;
   width: 550px;
   
}

div.footer { 
   position: relative;
   z-index: 1;
   overflow: hidden;
   text-align: center;
   font-size: 11px;
   height: 177px;
   margin: -55px 0px 0px 0px;
   background-image: url("./images/footer.png") ;
   background-repeat: no-repeat;
   background-position: top center; 
}

#menu1 {
	width: 91px;
	margin: -2px;
	}
	
#menu1 li a {
	height: 20px;
  	voice-family: inherit;	
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #E4D6CD;
	display: block;
	background:  url("./images/link_raised.png");
	padding: 6px 0 0 5px;
	}
	
#menu1 li a:hover {
	color: #FFF;
	background:  url("./images/link_sunk.png") ;
	padding: 6px 0 0 5px;
	}	