* {
padding:0;
margin:0;
}
img
{
    border: none;
}
body
{
   background-image: url(../images/bg.gif);    
}
body,td,tr
{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
    font-size: 14px;	
}
p
{
    margin: 10px 0px 10px 0px;
}
h1
{
    margin: 5px 0px 5px 0px;
    font-size: 18px;
}
h2
{
    font-size: 14px;
}
h3
{
    font-size: 12px;
}
#container
{    
    width: 770px;
    margin: 0em auto;    
    background-color:White;    
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}
#header
{
    margin:0;
    width:770px;
    height:133px;
    padding: 0px 0px 0px 0px;
    background-image: url(../images/logo.gif);
    background-position: top center;
    background-repeat: no-repeat;    
}
#info
{
    width:770px;
    height:25px;
    background-image: url(../images/info.gif);
	color:white;
    background-position: top center;
    background-repeat: no-repeat;
	text-align:center;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
    }
#nav
{    
    border-top: solid 1px #000;
    border-right: solid 1px #000;    
    margin: -40px 0px 0px 0px;
    width:424px;
    height:39px;    
}
div#menu ul#menuitem{
	height:39px;
	width:424px;
	background:transparent url(../images/menu.gif) top left no-repeat;	
	margin: 0px 0px 0px 0px;
	position:relative;
}
div#menu ul#menuitem li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
ul#menuitem li,ul#menuitem a{
	height:39px;
	display:block;
}
div#menu ul#menuitem li a{
	text-indent:-9999px;
	text-decoration:none;
}
#home{
	left:0px;
	width:73px;
}
#history{
	left:73px;
	width:97px;
}
#gallery{
	left:170px;
	width:95px;
}
#map{
	left:265px;
	width:73px;
}
#contact{
	left:338px;
	width:89px;
}
#home a:hover,body#homeon #home{
	background:transparent url(../images/menu.gif) 0px -39px no-repeat;
}
#history a:hover,body#historyon #history{
	background:transparent url(../images/menu.gif) -73px -39px no-repeat;
}
#gallery a:hover,body#galleryon #gallery{
	background:transparent url(../images/menu.gif) -170px -39px no-repeat;
}
#map a:hover,body#mapon #map{
	background:transparent url(../images/menu.gif) -265px -39px no-repeat;
}
#contact a:hover,body#contacton #contact{
	background:transparent url(../images/menu.gif) -338px -39px no-repeat;
}
#content
{    
    float: left;
    margin: 0px;
    width: 500px;
    line-height: 18px;
    padding: 20px 25px 20px 25px;    
}
#sidebar
{
    float: right;
    text-align: center;
    margin: 0px;
    width: 180px;
    border-left: solid 1px #000;
    background-color: #ececec;
    padding: 20px 15px 20px 15px;
}  
.sidephoto
{
    margin: 10px;
    padding: 5px;
    background-color: #FFF;
    border: solid 1px #555555;
}
#sidebar a
{
    color: #FF0000;
    font-weight:bold;
    text-decoration: underline;    
}
#sidebar a:hover
{
    color: #007B00;
    font-weight:bold;
    text-decoration: underline;    
}  
#content a
{
    color: #FF0000;
    font-weight:bold;
    text-decoration: underline;    
}
#content a:hover
{
    color: #007B00;
    font-weight:bold;
    text-decoration: underline;    
}
#gallery-container 
{
    padding: 20px 25px 20px 25px;    
}
#gallery-container li
{
    width: 150px;
    height: 113px;
    overflow: hidden;	
	border: solid 1px #555555;
	padding: 5px;
	float: left;
	margin: 15px 35px;	
}
#flash
{
/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	background-color: #FFFFFF;
	padding: 0;
	border: 0;
	overflow-y: hidden;
}
#footer
{
   
    width: 755px;
    color: #FFF;
    padding: 10px 0px 10px 15px;
    line-height: 18px;
    margin: 0em auto; 
    clear: both;   
    background-color: #007B00;
}   
#footer a
{
    text-decoration: underline;
    color:#FFF;    
    clear: both;
} 
#footer a:hover
{
    text-decoration: none;            
}
hr
{
    margin: 1px 0px 5px 0px;
    height: 1px;
    color:#505050;
    border: none;
}
.contentimg
{
    margin: 10px;
}
.contentimgleft
{    
    float: left;
}
.contentimgright
{    
    float:right;
}
