* {
	padding: 0;
	margin: 0;
	font-family: Times;
}

body {
	background-color: #765f38;
}

a {
	outline: none;
}

#wrapper {
	width: 998px;
	margin: 0px auto;
	
}

#header {
	margin-top: 15px;
	width: 998px;
	height: 207px;
	background: url("/images/header.jpg") no-repeat;
}

#logo {
	width: 998px;
	padding-top: 20px;
	margin: 0px;
	text-align: center;
	clear: both;
}

#logo a {
	color: #382612;
	text-decoration: none;
	font-family: Times;
	font-size: 44px;
	font-style: normal;
	line-height: 44px;
}

#navigation {
	padding-top: 12px;
	color: #382612;
	font-family: Times;
	font-size: 20px;
	letter-spacing: -1px;
	float: right;
	width: 620px;
}

#navigation a {
	color: #382612;
	text-decoration: none;
	font-family: times;
	font-size: 24px;
	line-height: 36px;
}

#navigation a:hover, #navigation a.active {
	border-bottom: 3px solid;
}

#header h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 20px;
}

#inner-wrap {
	width: 991px;
	float: left;
	background: #a28e69 url("/images/bg.jpg") repeat-y;
}

#side-bar {
	float: right;
	width: 272px;
	font-size: 17px;
	color: #FFF;
}

#side-bar a {
	color: #ccc;
	text-decoration: none;
	font-family: Times;
	text-decoration: none;
}

#side-bar a:hover {
	color: #fff;
}

#side-bar ul {
	list-style: none;
	margin: 0 20px;
	font-size: 14px;
	line-height: 14px;
}

#side-bar ul li {
	margin-bottom: 10px;
}

#side-bar h2 {
	font-size: 24px;
	font-weight: 200;
	color: #ffef6b;
	padding:0px 10px 5px 20px;
	font-family: Times;
}

#main {
	background: url("/images/background.jpg") top right no-repeat;
	padding: 20px 60px 20px 20px;
	float: left;
	width: 639px;
//	height: 528px;
	min-height: 528px;
}

#main p, #main ul, #gal {
	font-size: 17px;
	padding-top: 12px;
	line-height: 17px;
	color: #FFF;
	font-family: Times;
}

#main ul {
	margin-left: 30px;
}

#main a, #main .link {
	color: #252d06;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

#gal a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	padding: 3px;
}

#gal a img {
	border: none;
	margin: 3px;
}

#gal a:hover {
	background: #765f38;
	text-decoration: none;
}

#gal td {
	width: 160px;
	height: 160px;
}

#gal.bigal td {
	width: 629px;
	height: 629px;
}

#footer {
	width: 991px;
	clear: both;
}

#footerleft {
	padding-top: 15px;
	width: 721px;
	float: left;
	height: 40px;
	border-top: 4px solid #252d06;
	color: #222;
}

#footerleft p {
	color: #222;
	font-family: Times;
	text-decoration: none;
}

#footerright {
	padding-top: 15px;
	border-top: 4px solid #a28e69;
	width: 270px;
	float: left;
	color: #cac0ae;
}

#footerright p {
	color: #cac0ae;
	font-family: Times;
}

#footer p {
	text-align: center;
	font-size: 14px;
	font-family: Times;
	font-weight: bold;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	text-decoration: none;
}

h1 {
	font-weight: 100;
	color: #252d05;
	margin-top: 15px;
	font-family: Times;
	letter-spacing: -2px;
	
}

h2 {
	font-weight: 100;
	color: #5c4211;
	margin-top: 15px;
	font-family: Times;
}

h3 {
	font-weight: 100;
	color: #ffe381;
	margin-top: 15px;
	font-family: Times;
}

p {
	color: #FFF;
	font-family: Times;
}

#sub {
	margin: 0;
	padding: 0;
}

#sub ul {
	margin: 0;
	padding: 0;
	color: #FFF;
	list-style: none;
	font-size: 13px;
	line-height: 15px;
}

#sub ul li {
	margin: 0;
	padding: 0;
	width: 320px;
	float: left;
	margin: 5px;
}

#sub a {
	color: #FFF;
}

#sub a:hover {
	background: #593c1b;
	text-decoration: none;
}