html {
	margin: 0;
}

a:link {
	color: #665B3E;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #665B3E;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active {
	text-decoration: none;
}

body {
	background-color: #A19366;
	text-align: center;
	font: 14px/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container {
	width: 960px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #665B3E;
	text-align: left;
	overflow: hidden;
}

#nav {
	background: transparent url('../images/main_button_up.png') repeat-x left center scroll;
	text-align: center;
}

#header {
	padding-bottom: 15px;
	background-color: #665B3E;
	text-align: center;
}

#banner h3 {
	margin: 20px 0 0px 0;
	line-height: 1.3em;
	color: #D7D0BD;
	font-size: 17px;
}

#banner {
	height: 420px;
	background-color: #665B3E;
	text-align: center;
	margin-top: 10px;
	background: url(../images/bk_shadow_slider-trans.png) no-repeat 0 bottom;
}

#wrapper {
	height: 600px;
	background-color: #ffffff;
}

#footer {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #665B3E;
	text-align: center;
	border-top: 1px dotted #A19366;
}

#footer p {
	color: #D7D0BD;
	margin: 0px;
}

#footer a {
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
}

#footer a:hover {
	color: #c2cc9c;
	margin: 0px;
	text-decoration: underline;
}

#wrapper1, #wrapper2, #wrapper3 {
	background-color: #D7D0BD;
	height: 280px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	background-image: -moz-linear-gradient(top, #FFF5EE, #d7d0bd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF5EE), color-stop(1.0, #d7d0bd));
}

#normalPage {
	background-color: #D7D0BD;
	padding-top: 20px;
	padding-bottom: 20px;
}

#normalPage h2, #normalPage h3, #normalPage h4 {
	padding: .8em;
	margin: 0 0 -5px 0;
	color: #665B3E;
}

#normalPage p, ul {
	padding: .8em;
	margin: 0 0 -5px 5px;
}

#wrapper1 p, #wrapper2 p, #wrapper3 p {
	padding: .8em;
	margin: 0 0 -5px 0;
}

#wrapper1 ul, #wrapper2 ul, #wrapper3 ul {
	padding: 0 10px 0 0;
	margin: 10px 0 0 0;
}

p.omega {
	margin-top: 10px;
	color: #665B3E;
	font-size: 11px;
}

p.omega a {
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
}

p.omega a:hover {
	color: #3a3e27;
	margin: 0px;
	text-decoration: underline;
}

#wrapper1 h4, #wrapper2 h4, #wrapper3 h4 {
	color: #D7D0BD;
	text-align: center;
	background-color: #373120;
	padding: 5px 0 5px 0;
	font-weight: normal;
	margin: 0px;
	font-size: 1em;
}

#wrapper2 .note {
	background-color: #BFB496;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	border: 2px solid #000000;
	line-height: 1.4em;
	font-style: italic;
	font-size: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

em {
	color: #F2F1ED;
}

#callOut {
	text-align: center;
	margin-top: 10px;
	padding: 10px 0px;
}

#callOut .callOutLink {
	font-size: 1em;
	padding: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #373120;
	border: 2px solid #D7D0BD;
}

#callOut .callOutLink a {
	text-decoration: none;
	color: #fff;
}

#callOut .callOutLink a:hover {
	text-decoration: underline;
}

#events {
	width: 550px;
	margin: 20px auto;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #BFB496;
}

#events th {
	font-size: 18px;
	color: white;
	padding: 1px;
	text-indent: 8px;
	background-color: #665B3E;
	font-weight: bold;
	border: 1px solid #665B3E;
}

#events td {
	padding: 1px;
	border: 1px solid #665B3E;
	font-weight: normal;
	text-indent: 8px;
}

#events tr.theEvent {
	background-color: #D7D0BD;
}

#galleries {
	width: 550px;
	margin: 20px auto;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #BFB496;
}

#galleries td {
	padding: 1px;
	border: 1px solid #665B3E;
	font-weight: normal;
	text-indent: 8px;
}

#externalLinks {
	width: 630px;
	margin: 20px auto;
	border-collapse: collapse;
}

#externalLinks td {
	padding: 1px;
	font-weight: normal;
	text-align: center;
}
