/* CSS Document */

body{
background:#660 url(images/pagebg.jpg) top center repeat-y;
color:#333;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

a{
color:#660;
}

h1{
display:none;
}

h2{
font-size:20px;
color:#660;
}

h3{
font-size:16px;
color:#660;
}

#header{
background:url(images/headerbg.jpg) top left no-repeat;
width:800px;
height:184px;
margin:0px auto;
position:relative;
}

#menu{
position:absolute;
bottom:0;
left:0;
height:25px;
width:800px;
}

#menu ul{
display:block;
height:25px;
width:800px;
margin:0px;
padding:0px;
list-style:none;
}

#menu ul li{
list-style:none;
padding:0px;
margin:0px;
display:inline;
height:25px;
float:left;
}

#menu ul li a{
height:14px;
padding:6px 10px 5px 10px;
margin:0px;
float:left;
display:block;
text-decoration:none;
font-size:12px;
color:#484800;
font-weight:bold;
}

#menu ul li a:hover{
color:#242400;
}

#content{
width:780px;
padding:10px;
margin:0px auto;
background:#fff;
}

#footer{
margin:0px auto;
width:780px;
padding:20px 10px;
font-size:10px;
color:#999;
text-align:center;
}

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

#prevLink, #nextLink{
cursor:pointer;
}

#overlay {
	background-image: url(overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}


.gallerythumb{
width:150px;
}

#gallery img{
margin:7px;
padding:4px;
border:1px solid #ccc;
background:#fff;
float:left;
display:inline;
width:150px;
}

#gallery a{
color:#660;
font-weight:bold;
text-decoration:none;
}
