

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #000;
	text-align: center;
	margin-top: 10px;
	}

a:link, a:visited {
	color: #968A76;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {

	color: #687589;
	text-decoration: none;
	}
	
a img	{
		border: 0;
	}
	
p	{
	margin-bottom: 15px;
	}
	
h1	{
	font-family: 'Georgia', serif;
	font-weight: bold;
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
	}
	
h2 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	}
	
h3 a:link {
	color: #000;
	text-decoration: none;
	}
	
h3 a:visited {
	color: #000;
	text-decoration: none;
	}
	
h3 a:hover {
	color: #687589;
	text-decoration: none;
	}
	
h3 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
h3 .active {
	color: #978a76;
	}


/* ------------------------ */
/* ------------------------ */


#frame {
	margin: 0 auto;
	margin-top: 20px;
	width: 960px;
	height: auto;
	padding-top: 10px;
	border-bottom: 1px solid #000;
	text-align: left;
	}
	
.header {
	width: auto;
	height: auto;
	border-bottom: 1px solid #000;
	padding-left: 10px;
	padding-top: 10px;
	background: #978a76;
	background-image: url('/images/header_shade.jpg');
	background-repeat: repeat-x;
	}
	
#footer {
	margin: 0 auto;
	width: 960px;
	height: auto;
	background: #978a76;
	margin-bottom: 50px;
	text-align: left;
	background-image: url('/images/footer_shade.jpg');
	background-repeat: repeat-x;
	}
	
.copyright {
	color: #000;
	padding: 2px 0px 2px 10px;
	font-size: 10px;
	}
	
#content {
	margin-top: 0px;
	background: #000;
	padding: 15px;
	}
	
.breadcrumbs {
	clear: both;
	width: 100%; 
	height: 15px; 
	color: #978a76;
	font-family: arial, sans-serif;
	font-size: 10px;
	margin-top: -5px;
	}
	
.breadcrumbs a:visited, .breadcrumbs a {
	color: #687589;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 10px;
	}
	
.breadcrumbs a:hover {
	text-decoration: underline;
	}
	
.homepage {
	color: #687589;
	}
	
.homepage a:visited, .breadcrumbs a {
	color: #687589;
	text-decoration: none;
	}
	
.homepage a:hover {
	color: #978a76;
	text-decoration: none;
	}
	
.topnav a:visited, .topnav a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	padding: 5px 30px 5px 30px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	}
	
.topnav a:hover {
	color: #968A76;
	border-bottom: 1px solid #000;
	}
	
.imgborder {
		border: 1px solid #000;
		margin: 5px;
	}
	
.gallery {
	border: 1px solid #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	}
	
.fullsize {
	position: absolute;
	z-index:100;
	top: 50px;
	left: 200px;
	border: 10px solid #fff;
	}
	