body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A1A0E;
	margin:0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg);
}

a {
	color: #4A1A0E;
	text-decoration: none;
}

a:hover {
	color: #4A1A0E;
	text-decoration: underline;
}

#container {
	width: 895px;
	margin: 0 auto 0 auto;
}

#menu {
	height: 70px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 19px 0 0 0;
	list-style: none;
}

#menu ul li {
	float: left;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#menu ul li a {
	text-decoration: none;
	color: #562916;
	padding: 21px 8px 19px 8px;
	display: block;
}

#menu ul li.active span {
	background: url(../images/menu-active-left.gif) top left no-repeat #562916;
	display: block;
}

#menu ul li.active span span {
	background: url(../images/menu-active-right.gif) top right no-repeat;
}

#menu ul li.active, 
#menu ul li.active a {
	color: #F0E0CA;
}

#header {
	border: 9px solid #562916;
	height: 300px;
}

#header .logo {
	position: absolute;
	top: 0;
	padding: 0 0 0 20px;
	width: 300px;
}

#contents {
	float: left;
	width: 877px;
	border: 9px solid #562916;
	border-top: none;
	padding: 30px 0 10px 0;
	background: url(../images/bg-home.jpg) no-repeat bottom right #F8EFE4;
}

#contents p {
	text-align: justify;
}

#contents .left {
	float: left;
	padding-left: 17px;
	width: 648px;
}

#contents .right {
	float: left;
	width: 212px;
	padding-top: 46px;
}

#contents.contact .left {
	float: left;
	padding-left: 17px;
	width: 730px;
}

#contents.contact .right {
	float: left;
	width: 130px;
	/*padding-top: 46px;*/
	padding-top: 0;
}

#contents .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#contents .right ul li {
	background: url(../images/side-menu-item.gif) no-repeat;
	display: block;
	width: 127px;
	height: 31px;
	
	padding: 0 0 9px 0;
	line-height: 31px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FFF;
}

#contents .right ul li a {
	color: #FFF;
	text-decoration: none;
	
	padding: 0 0 0 5px;
}

#contents .box {
	background: url(../images/box-bg.gif) repeat-y;
	width: 298px;
	font-size: 11px;
	color: #FFF;
}

#contents .box h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
	color: #FFF;
	margin: 0;
}

#contents .box p {
	margin-bottom: 0;
}

#contents .box .top {
	background: url(../images/box-top.gif) no-repeat;
	height: 17px;
}

#contents .box .bottom {
	background: url(../images/box-bottom.gif) no-repeat;
	height: 17px;
}

#contents .box .center {
	margin: 0 20px 0 20px;
	background: url(../images/box-gradient.gif) center no-repeat;
}

.events .headings {
	background: #562916;
	color: #FFF;
}

#contents .left .events .left {
	float: left;
	width: 136px;
	padding: 2px;
	text-align: center;
	margin-right: 2px;
}

#contents .left .events .center {
	float: left;
	width: 198px;
	padding: 2px 2px 2px 4px;
	margin-right: 2px;
}

#contents .left .events .right {
	float: left;
	width: 294px;
	padding: 2px 2px 2px 4px;
}

#footer {
	padding: 10px 0;
	text-align: center;
}

#projects p {
	margin: 0;
}

#projects .left {
	float: left;
	width: 351px;
	padding: 0;
	margin: 0 20px 0 0;
}

#projects .right {
	float: left;
	width: 276px;
	padding: 0;
	margin: 0;
}

#projects .right ul {
	float: none;
	list-style-type: circle;
}

#projects .right ul li {
	background: none;
	padding: 10px 0 0 0;
	font-size: 13px;
	display: list-item;
	width: auto;
	height: auto;
	line-height: normal;
	color: #4A1A0E;
}

#projects .right ul li a {
	color: #4A1A0E;
	padding: 0;
}

#projects .right ul li a:hover {
	color: #4A1A0E;
	text-decoration: underline;
}

#projects .right ul li.selected {
	font-weight: bold;
}

.projects {
	min-height: 234px;
	width: 351px;
}

/* COMMON STYLES */
.clear {
	clear: both;
}

.divider {
	background: #AD8B69;
	height: 1px;
}

.spacer {
	height: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0;
}

ul {
	margin-left: 0;
	margin-top: 0;
	list-style: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.margin_top {
	margin-top: 20px;
}

.margin_left {
	margin-left: 20px;
}

img.margins {
	margin: 0 6px 0 0;
}

img.borders {
	border: 2px solid #E7C8A3;
}

fieldset {
	width: 400px;
	border: 3px solid #375237;
	
	margin: 0 auto 0 auto;
}

fieldset legend {
	padding: 0 10px 0 10px;
	font-weight: bold;
}

fieldset ul {
	background: url(../images/bg-form.gif) center no-repeat #BFA487;
	color: #FFF;
}

fieldset ul li label {
	text-align: left;
	display: inline-block;
	width: 100px; /* Width of labels */
}

fieldset ul {
	margin: 0;
	padding: 0;
}

fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

input[type=submit] {
	border: 1px solid #562916;
	background: #F8EFE4;
}

.error {
	color: #C00;
}

.hidden {
	display: none;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -1px;
}

