body {
	margin: 0;
	padding: 0;
	border-top: 10px solid #333333;
	background: #e0e0d7;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
h1, h2, h3, h4, p {
	margin: 10px 0px;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
}
p, li {
	font-size: 10pt;
	line-height: 135%;
}
li {
	margin-right: 20px;
}
a {
	color: #505c1e;
}
a:hover {
	color: #8f9c48;
}
img, object {
	display: block;
	border: 0;
}
.clear {
	clear: both;
}
.page {
	margin: 0 auto;
	text-align: left;
}
.header {
	margin: 0 auto;
	width: 940px;
}
.logo {
	float: left;
	padding: 20px 0;
	width: 200px;
	height: 60px;
}
.navigation {
	float: right;
	width: 740px;
	height: 70px;
}
.navigation ul, .navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation ul {
	float: right;
}
.navigation li {
	float: left;
	padding: 5px 0 5px 15px;
}
.navigation a {
	display: block;
	padding: 3px 0;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	color: #999999;
}
.navigation a:hover {
	border-bottom: 3px solid #333333;
}
.slogan {
	/*clear: both;*/
	padding: 10px 0;
	font-family: Georgia;
	font-style: italic;
	color: #333333;
	text-align: right;
}

.body {
	margin: 0 auto;
	width: 960px;
}

#page_home h1 {
	margin-top: 20px;
	padding: 1px 0;
	height: 62px;
}
#page_home h2 {
	margin-top: 20px;
	border-top: 3px solid #333333;
	padding: 5px 0;
	height: 40px;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	color: #666666;
	color: #8f9c48;
}
#page_home h2 a {
	color: #8f9c48;
	text-decoration: none;
}
#page_home h2 a:hover {
	color: #8f9c48;
	text-decoration: underline;
}

.home_gallery {
	background: #FFFFFF;
}
.home_gallery table {
	margin: 0px auto;
}

.content {
	float: left;
	padding: 0 0 50px 10px;
	width: 180px;
}
.sidebar {
	clear: both;
}

.footer {
	clear: both;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 960px;
	text-align: center;
}
.credit {
	margin: 5px;
	font-size: 8pt;
	color: #999999;
	text-transform: uppercase;
}
.credit a {
	color: #999999;
	text-decoration: none;
}
.credit a:hover {
	text-decoration: underline;
}