@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	padding:0;
	margin:0;
	background: #d1d8de;

}



#container {
	width:1200px;
	margin:0 auto;

}

#header {
	background: url(images/header.jpg) no-repeat;
	height:392px;
	padding:0;
	margin:0;
}


#navcontainer {
	margin:0 auto;
	width:1100px;

	}

ul#navlist
{
}

#navlist li
{
display: inline;
list-style-type: none;



}

#navlist a, #navlist a:visited
{
color: #fff;
background-color: #587289;
text-decoration: none;
font-weight:bold;
border-right:1px solid #63819c;
border-left:1px solid #63819c;
padding: 8px 18px; 
text-align:center; 
margin:0;
font-size:13px;

}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}


#addy {
	font-weight:bold;
	font-size:13px;
	margin-left:125px;
}
a, a:visited {
	color:#1a6db7;

	font-weight:bold;
}
a:hover {
	color:#000;
	text-decoration:none;
}

/* main section of site */

#main-container {
	background: url(images/body-bkg.jpg) repeat-y;
	padding: 0 55px;
	font-size:14px;

}
p {
	margin-top:0;
	
}

.subtitles {
	color:#1a6db7;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px dotted #666;
}


#prefooter {
	text-align:center;
	clear:both;
}
#prefooter a, #prefooter a:visited {
	color:#1a6db7;

	font-weight:bold;
}
#prefooter a:hover {
	color:#000;}


#footer {
	background: url(images/footer.jpg) no-repeat;
	height:249px;
	
}

.small {
	font-size:11px;
}

#gallery {
	border: 1px solid #999;
	padding:6px;
}