body {
	margin: 0; padding: 0;
	background: #333; color: #000;
	font-size: 14px; line-height: 130%;
}

h1 {
	font-size: 28px; line-height: 130%;
	background: #eee;
	color: #000;
}

hr {
	clear: both;
	border: none;
	border-top: 1px solid #999;
	height: 0px; width: 650px;
	margin: 10px 0;
}

#header,
#navbar,
#layout,
#footer {
	text-align: center;
	clear: both;
}

#title,
#nav,
#copyright,
#content {
	text-align: left;
	margin: 0 auto;
	width: 800px;
}

#header {
/*	height: 72px;*/
	background: #000;
}

#title {
	font-family: Helvetica, sans-serif;
	text-transform: lowercase;
	text-align: center;
/*	font-style: italic;*/
	font-size: 60px; line-height: 100%; height: 70px;/*line-height: 100%; height: 60px;*/
	overflow: hidden;
/*	padding: 0 10px;*/
	background: #4b4d11; color: #fff;
	background: #333;
/*	margin: 0 150px;*/
/*	padding-right: 150px;*/
}

#title a:link,
#title a:visited,
#title a:active,
#title a:hover {
	text-decoration: none;
	color: #fff;
	background: transparent;
}/*
#title a:hover {
	text-decoration: none;
	color: #000;
	background: transparent;
}*/

#title .container {
	padding: 0 10px;
}

#navbar, #footer {
	background: #181818;
	background: #222;
}

#nav, #copyright {
/*	margin: 0 150px;*/
	height: 20px; line-height: 20px;
	background: #000; color: #fff;
}
#nav {
	/*float: right;*/
}

#nav a {
	display: block; float: left;
	padding: 0 10px;
	height: 20px; line-height: 20px;
}

#nav a:link,
#nav a:visited,
#nav a:active {
	color: #fff;
	text-decoration: none;
}
#nav a.active,
#nav a:link.active,
#nav a:visited.active,
#nav a:active.active,
#nav a:hover {
	color: #000;
	background: #eee;
}

a:link,
a:visited,
a:active {
	color: #333;
}
a:hover {
	color: #fff;
	background: #333;
}

#nav_links {
	margin-left: 253px;
}

.warning:link,
.warning:visited,
.warning:active {
	color: #f00;
}
.warning:hover {
	color: #fff;
	background: #f00;
}


#content {
/*	padding: 10px 75px 10px 75px;*/
/*	margin: 0 150px;*/
/*	background: #c5a86e;*/
	background: #eee;
	color: #333;
}

#content .container {
	padding: 10px 75px;
}

#footer {
	margin: 0;
	text-align: center;
}

#copyright {
/*	margin: 0 150px;*/
	text-align: center;
}

#copyright .container {
	padding: 0 15px;
}

#categories li {
	list-style: inside;
	line-height: 20px;
}

#categories li.category {
	color: #000;
	font-style: bold;
	list-style: none;
}

#categories li.image {
	color: #333;
}

#categories li.category .disclosure {
	height: 20px; width: 12px;
	margin-right: 8px;
	float: left;
	background: url('../img/disclosure.png') no-repeat center center;
}
#categories li.category.active .disclosure {
	background: url('../img/disclosure-active.png') no-repeat center center;
}

#categories li.category ul {
	display: none;
}
#categories li.category.active ul {
	display: block;
}


dl {
	margin: 0; padding: 10px 0;
}

dl dt {
	line-height: 150%;
	clear: both;
	float: left;
	text-align: right;
	width: 50%;
	font-weight: bold;
}

dl dd {
	line-height: 150%;
	margin-left: 31%;
}


.gallery_image dl dt,
.gallery_image dl dd {
	color: #eee;
}
