/* Dark red:  #911b00 */

* {
	margin: 0;
	padding: 0;
}
p {
	padding: 6px 0;
}
ul, ol {
	padding-left: 10px;
	list-style-position: outside;
}
ul li {
	margin-left: 20px;
}
img {
	border: none;
}
.clear {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
body {
	margin: 0px auto;
	padding-top: 20px;
	font: 12px/24px Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	background: #000;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 950px;
	background: url(../img/bodybg.gif) repeat-y;
	overflow: hidden;
}
#logo {
	height: 205px;
	width: 950px;
	background:url(../img/header.jpg) no-repeat;
	text-indent:-9000px;
}
#left {
	width: 225px;
	height: 790px;
	font: 1.1em Helvetica, Arial, Verdana, sans-serif;
	background:url(../img/leftbg.jpg) no-repeat;
	float: left;
}
/* --- navigation --- */
#navcontainer {
	margin-top: 186px;
	font-weight: bold;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	margin-left: 0;
	margin-bottom: 16px;
	text-indent: 40px;
	background: url(../img/navbg.gif) no-repeat;
}
#navcontainer li ul {
	padding: 0;
}
#navcontainer li ul li {
	margin: 2px 0;
	text-indent: 50px;
}
#navcontainer li a {
	margin-bottom: 0;
	color: #911b00;
	text-decoration: none;
}
#navcontainer li a:visited {
	color: #911b00;
}
#navcontainer li a:hover {
	color: #000;
}
#navcontainer .subnav li a {
	color: #000;
}
#navcontainer .subnav li a:visited {
	color: #000;
}
#navcontainer .subnav li a:hover {
	color: #911b00;
}
/* --- END LEFT--- */
#content {
	width: 630px;
	padding: 20px 20px 40px 40px;
	float: left;
}
#content h2 {
	font: 1.4em Verdana, Helvetica, Arial, sans-serif;
	color: #911b00;
	background: url(../img/headline-bg.gif) no-repeat;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
#content a, #content a:visited {
	color: #911b00;
}
#content a:hover {
	color: #000;
}
.imageright {
	margin: 0 0 10px 10px;
	float: right;
	clear: both;
}
div.caption {
	margin: 10px 0 10px 20px;
	float:right;
	text-align: right;
}
div.caption p {
	font-size: .8em;
}
div.gallery-pic {
	margin: 10px 8px 10px 0;
	float:left;
	text-align: center;
}
div.gallery-pic p {
	line-height: 1.4em;
	font-size: .8em;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 950px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Verdana, Helvetica, Arial, sans-serif;
	color: #ddd;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #ddd;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #fff;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px Verdana, Helvetica, Arial, sans-serif;
	color: #444;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #444;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #fff;
	text-decoration: none;
}