body {
	background: #374237;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	text-align: center;
	color: #000000;
	letter-spacing: 0.5px;
	font: 0.7em Helvetica, Arial, sans-serif;
	padding: 0;
}

h1 {
	line-height: 1.8em;
	font-size: 1.5em;
	background: #374237;
	color: #DCE4B5;
	padding-left: 12px;
}

h2 {
	line-height: 1.6em;
	font-size: 1.2em;
	background: #37423f;
	color: #DCE4B5;
	padding-left: 12px;
}

p {
	font-size: 1.1em;
	letter-spacing: .1em;
}

#p_text {
	line-height: 1.2em;
	font-size: 1.4em;
}

#li_accent {
	list-style-image: url(../images/li.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #374237;
}

b, strong {
	font-weight: bold;
	letter-spacing: 1px;
}

a:link, a:visited {
	color: #838A75;
}

a:hover, a:active {
	color: #374237;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}

#imagegallery {
	border: 10px solid #ffffff;
}

#container { 
	background: #ffffff;
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-top: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
}

#clearer {
}

#pageHeader {
	background: #838A85;
	height: 223px;
}

#contentContainer {
	margin-right: 190px;
	padding-top: 10px;
	padding-bottom: 30px;
	line-height: 1.2em;
	font-size: .95em;
	position: relative;
	z-index: 4;
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 30px;
}

#sidebarContainer {
	width: 189px;
	float: right;
	background: #ebebeb;
	font-size: 1em;
}

#sidebarContainer #sidebar {
	background: #ebebeb;
	line-height: 1.5em;
	/*padding-right: 10px;*/
	/*padding-bottom: 10px;*/
	/*padding-left: 10px;*/
}

#sidebarContainer .sideHeader {
	background: #ebebeb;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#footer {
	display: block;
	clear: both;
	text-align: right;
	color: #DCE4B5;
	background: #2e2e2e;
	border-top: 1px solid #8e8e8e;
}

#footer p {
	margin: 0;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
}

#footer a:link, #footer a:visited {
	color: #DCE4B5;

}

#footer a:hover, #footer a:active {
	color: #ffffff;
}
	
#navcontainer {
	border-top: 1px solid #ffffff;
	position: relative;
}

#navcontainer #current {
	color: #DCE4B5;
	background: #4B5545;
}

#navcontainer .currentAncestor {
	color: #ffffff;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	background: #4B554f;
	color: #DCE4B5;
	font-weight: bold;
	border-top: 1px solid #ffffff;
	padding-left: 5px;
	line-height: 2.0em;
}

#navcontainer a {
	display: block;
	color: #DCE4B5; 
	text-decoration: none;
	padding-left: 5px;
	height: 23px;
}

#navcontainer a:hover {
	color: #ffffff;
	background: #737152;
}
