@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0 }

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #95845f;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 200px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 920px;
}
#header h1, #header h2 {
	display: none;
}
#main {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DEDE7C;
	text-align: center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 90%;
}
#footer a {
	color: #DEDE7C;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#leftbar {
	float: left;
	width: 210px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	color: #333333;
	padding-left: 50px;
}
#content {
	margin-left: 285px;
	padding-left: 40px;
	padding-right: 40px;
}

#content p, #content li {
	font-size: 85%;
	line-height: 1.2em;
	
}
#content p {
	padding-bottom: 1em;
}
#content li {
	margin-left: 40px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#content ul {
	padding-bottom: 1em;
	list-style-position: outside;
}
#content h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #555599;
	padding-bottom: 0.5em;
}
#content a {
	color: #3333FF;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}
#leftbar a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#leftbar a:hover {
	color: #FFFFFF;
	background-color: #95845f;
}
#leftbar li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #95845f;
	display: block;
}
#leftbar li:hover {
	
}
.navigation {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 2em;
	font-variant: small-caps;
}
.logo {
	margin-top: -30px;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.v-menu{
	width:200px;
	clear:both;
}
	ul.v-menu, .v-menu li{
	padding:0;
	margin:0;
	list-style:none;
	}
	ul.v-menu{
	clear:both;
	margin-top:0px;
	padding:6px 10px;
	}
		.v-menu li a{
	color:#555555;
	display:block;
	border-top:solid 1px #DEDEDE;
	padding:4px;
	text-decoration:none;
		}
		.v-menu li a:hover{
			color:#999999;
		}
.credits {
	color: #333333;
	padding-top: 40px;
	font-style: oblique;
}
#footer > p.credits a {
	color: #333333;
}
#footer > p.credits a:hover {
	color: #000000;
}
.imginsetright {
	background-color: #F5F7E6;
	padding: 5px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #dddddd;
}
#content > div.imginsetright > p.photocaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
}
