* { padding: 0; margin: 0; line-height: 150%}

a { 
 color: #ff6600;
 font-size: 13px;
 font-weight: bold;
 }
 
 a:visited { 
 color: #696969;
 font-size: 13px;
 font-weight: bold;
 }
 
 a:hover{
  color: #58BB0B;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;  
 }

 
 h1{
  font-weight: bolder;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #C80005;
  letter-spacing: 3px;
  font-size: 21px;
  }
  
  h2{
  font-weight: bold;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #F28A4B;
  letter-spacing: 3px;
  font-size: 19px;
  }
  
  h3{
  font-weight: normal;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #ff6600;
  letter-spacing: 3px;
  font-size: 15px;
  }
  
  h4 {
  font-weight: normal;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #C80005;
  font-size: 15px;
  }
  
  h5{
  font-weight: light;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #58BB0B;
  letter-spacing: 2px;
  font-size: 19px;
  }
  
  h6{
  font-weight: bolder;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 13px;
  }

 body {
 color: #ffffff; 
 font-size: 13px;
 font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 background-color: #000000;
 background-image: url('images/background.jpg');
 background-repeat: repeat-x;
 background-position: bottom left;
 background-attachment: fixed;
}

alt {
color:#C80005;
}

#collector { 
 margin: 0 auto -100px;
 width: 900px; 
 border-left: 1px solid #7D7D7D;
 border-right: 1px solid #7D7D7D;
 background-color: #000000;
}
 
#masthead, #altmasthead {
 color: #fff;
 width: 900px;
 float: left;
 padding: 0px;
 border: none;
 height: 200px;
 margin: 0px 0px 0px px;
}



#navmenu {
 width: 150px;
 height: 100%;
 float: left;
 margin: 0px 0px 0px 0px;
 background-color: #000000;
 }
 
#navmenu ul {
 list-style: none;
 margin: 50;
 padding: 0px;
 line-height: 200%
}
#navmenu li {
 border-bottom: 1px solid #590E07;
 line-height: 200%
 
}
#navmenu li a:link, #navmenu li a:visited  {
 font-size: 90%;
 display: block;
 color: #FFF;
 background:  url(images/menu.gif);	
 padding: 8px 0 0 10px;
 color: #FFFFFF;
 text-decoration: none;
}
#navmenu li a:hover {
 	color: #58BB0B;
	background:  url(images/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
}
#navmenu ul ul {
 margin-left: 12px;
 line-height: 200%
}
#navmenu ul ul li {
 border-bottom: 1px solid #000000;
 margin:0;
 line-height: 200%
}
#navmenu ul ul a:link, #navmenu ul ul a:visited {
 background-color: #C80005;
 color: #000000;
}
#navmenu ul ul a:hover {
 background-color: #ffffff;
 color: #000000;
}

#contentwrapper{ 
 float: left;
 color: #000000;
 border-top: 1px solid #9F0704; 
 border-left: 1px solid #9F0704; 
 margin: 00px 0px 0px 0px;
 padding: 0px;
 height: 100%;
 width: 740px;
 display: inline;
}

#content{ 
 float: left;
 color: #ffffff;
 background-color: #000000;
 background-image: url('');
 background-repeat: no-repeat;
 background-position: top;
 border: 0px  #590E07;
 line-height: 150%;
 border-style: solid;	
 margin: 0px 0px 0px 0px;
 padding: 30px;
 height: 100%;
 width: 660px;
 display: inline;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
 
#footer {
 color: #F28A4B;
 background-color: #000000;
 background-image: url('images/footer.jpg');
 background-repeat: no-repeat;
 clear: both;
 margin: 0px auto 0px auto;
 padding: 0px;
 height: 100px;
 width: 900px;
 text-align: center;
 } 
