@charset "utf-8";
/* CSS Document */

body {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #6B5637; padding: 0px; margin: 0px;}
img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -200;
}
img {border: none;}

h2 {font-size: 18px; font-style: italic;}

#header {
	margin:0 auto;
	width: 983px;
	padding-top: 20px;
}
#header p, #header h1 {text-align: center; padding: 0px; margin: 0px;}
#header h1 {color: #ccc; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal;}


#wrapper {
	margin:0 auto;
	width: 983px;
	text-align: left;
	background:url(images/contentbg.png) top left repeat-y;
}
#menuarea {
	margin:0 auto;
	width: 972px;
	text-align: left;
	padding-left: 1px;
}
#content a {color: #6B5637 }

/* menu */
#nav {
	position: relative;
	right: 0px;
	top: 5px;
	height: 33px;
	background:url(images/menubg.jpg) top left repeat-x;
}
#nav li {	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 5px 20px 0px 10px;
}
#menu a {
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	text-decoration: underline
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu #nav a {
	text-decoration: none;
}
#menu #nav li li a {
	margin-right: 20px;
	line-height: 120%;
	display: block;
	color: #fff;
}
#menu #nav li li a:hover {
	margin-right: 20px;
	line-height: 120%;
	border-width: 0 5px;
}
#menu li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	border-width: 1px 0;
}
#menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	border-left: 1px solid #B5AA9E;
	border-right: 1px solid #B5AA9E;
	border-bottom: 1px solid #B5AA9E;
	background-color: #5a5d4c;
	padding: 0.5em 0 1em 0;
	z-index: 99;
}
#menu li>ul {
	left: 0px;
	width: 200px;
}
#menu li ul li {
clear: both;
display: block;
width: 100%;
text-align: left;
}
#menu li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
#menu li:hover ul, li.over ul {
	display: block;
}
#menu .red {color: #DE2D59; font-weight: bold; padding: 0px 6px;}
#menu .active {color: #6B5637; font-weight: bold;}

.contentcolumn {padding: 20px 20px 20px 40px; width: 510px; float: left;}
.imagerotate {padding: 20px 40px 20px 20px; float: right; width: 350px;}
.fullcolumn {padding: 20px 0px 20px 40px; width: 900px; float: left;}

.clear {width: 983px; clear: both;}
#footer {margin:0 auto; width: 983px; clear: both; padding: 10px 0px 20px 0px; text-align: center; color: #fff;}
#footer a {color: #fff;}

.gallerypic {float: left; margin-right: 20px; margin-bottom: 20px;}
.gallerytallpic {float: left; margin: 0px 40px 20px 30px;}

.contentcolumn li, .fullcolumn li {line-height: 120%; padding-bottom: 15px;}
