* {
	padding: 0;
	margin: 0;
}
	
body {
	font-family: "Arial";
	font-size: 15px;
	background-color: #261512;
	color: #B8A37A;
}

p {
	padding-bottom: 10px;
	line-height: 150%;
}

h1 {
	font-size: 26px;
	font-family: "Georgia";
	color: #FFFFFF;
	padding-bottom: 15px;
}

h2 {
	font-size: 20px;
	font-family: "Georgia";
	color: #FFFFFF;
	padding-bottom: 15px;
}

img {
	display: block;
	border: 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 30px;
}

#wrapper {
	width: 960px;
	margin: auto;
	background-image: url('images/wrapper_bg.jpg');
	background-repeat: repeat-y;
	background-color: #321A15;
}

#header {
	width: 960px;
	height: 440px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#nav {
	width: 900px;
	height: 40px;
	margin: auto;
	padding-top: 297px;
}

#nav_left, #nav_right {
	width: 210px;
	float: left;
	height: 40px;
	text-align: center;
	font-size: 30px;
}

#nav_left {
	position: relative;
	right: 5px;
}

#content_left a:hover {
	text-decoration: none;
}

#nav_right {
	float: right;
}

#content {
	width: 860px;
	margin-left: 50px;
	float: left;
	padding-top: 10px;

}

#content_left {
	width: 210px;
	padding-right: 20px;
	height: 100%;
	float: left;
}

#content_left a {
	font-size: 20px;
	color: #FFFFFF;
}

#content_right {
	border-left: 1px solid white;
	width: 600px;
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
	line-height: 200%;
}

#footer {
	clear: both;
	width: 860px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-left: 50px;
	float: left;
}

#footer_left {
	float: left;
}

#footer_left a {
	margin-right: 20px;
}

#footer_right {
	float: right;
}

/* Contact Form */

#contact_form input {
	font-family: "Arial";
	font-size: 15px;
	padding: 3px;
	width: 200px;
	border: 1px dashed #B8A37A;
	position: relative;
	top: 2px;
}

#contact_form textarea {
	font-family: "Arial";
	font-size: 15px;
	padding: 3px;
	width: 400px;
	height: 200px;
	border: 1px dashed #B8A37A;
}

.event_image {
	border: 2px solid #FFFFFF;
}
