body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#333333;
background-color: #717057;
margin: 0px;
}

a{
color:#717057;
}

#container{
width:662px;
margin:0px auto;
background:url(images/containerbg.jpg) repeat-y;
}

#header{
width:472px;
height:17px;
background:url(images/headerbg.jpg);
padding:35px 60px 88px 130px;
font-size:11px;
text-align:right;
}

#header ul{
width:432px;
height:17px;
margin:0px;
padding:0px;
list-style-type:none;
display:inline;
}

#header ul li{
margin:0px 6px;
padding:0px;
display:inline;
list-style-type:none;
}

#header a{
color:#464331;
font-weight:bold;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
}

#header a:hover{
color:#717057;
}

#content{
margin:4px 31px 0px 31px;
width:580px;
padding:10px;
background:url(images/contentbg.jpg) repeat-x top center #fff;
}

#footer{
width:662px;
height:12px;
background:url(images/footerbg.jpg);
font-size:10px;
padding:20px 0px 18px 0px;
text-align:center;
}

.heading{
font-family:Georgia, "Times New Roman", Times, serif;
color:#717057;
font-weight:bold;
font-size:18px;
}

.subheading{
font-family:Georgia, "Times New Roman", Times, serif;
color:#3E3E2F;
font-weight:bold;
font-size:14px;
font-style:italic;
}

#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;
}
