@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #615244;
}
a {
	color: #4D4135;
}

#container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5F0EB;
	border: 1px solid #000000;
}

#header {
	background-image: url(../images/header.jpg);
	padding-top: 257px;
	background-repeat: no-repeat;
}
#content {
	clear: both;
	padding-top: 45px;
}

#main {
	width: 600px;
	margin-left: 45px;
	margin-bottom: 60px;
	float: left;
}
#main h2 {
	margin-bottom: 18px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #625243;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 9px;
	margin-top: 21px;
}
#main li {
	margin-left: 18px;
}
#main ul {
	list-style-type: disc;
	margin-top: 9px;
	margin-bottom: 18px;
}


#main  img.content  {
	float: left;
	margin-bottom: 18px;
	margin-right: 18px;
}

#sidebar {
	float: right;
	width: 240px;
	margin-right: 45px;
	font-size: 12px;
}

#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #86A6A5;
	font-size: 14px;
	font-weight: bold;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 181px;
	position: relative;
	clear: both;
}
#footer .copyright {
	text-align: center;
	font-size: 11px;
	position: absolute;
	right: 18px;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5F0EB;
	padding-top: 3px;
	color: #FFFFFF;
}
p  {
	margin-bottom: 10px;
}
.copyright a {
	color: #F5F0EB;
	text-decoration: none;
}
.nav {
	width: 960px;
	height: 35px;
	background-color: #625243;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}
.nav   li, .nav2 li {
	float: left;
	display: block;
	margin-left: 30px;
	padding-top: 9px;
}
.nav2 li {
}

.nav   a {
	color: #625243;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.nav  a:hover {
	color: #F5F0EB;
}
.nav2 {
	height: 35px;
	color: #A2B6B5;
	background-color: #625243;
}

a:hover {
	color: #000000;
}
.nav2 a:hover {
	color: #F5F0EB;
}
.nav2 li {
	padding-top: 5px;
}

.nav2 a {
	color: #B7CBCA;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.gallery {
	padding-top: 18px;
}
.gallery li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.gallery li img {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #999999;
}
em {font-style: italic;}

