body {
	margin:0;
	padding:0;
	text-align:center;
	background:#792f08;
	height:100.1%;
	font:14px "trebuchet ms",arial, san-serif;
	color:#fff;
}

#header {
	height:188px;
	background:#6998d0;
	border:0px solid black;
}

#header_inner {
	position:relative;
	width:852px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	border:0px solid green;
}

#header_photo{
	position:absolute;
	top:0px;
	left:0px;
}

#nav {
	position:absolute;
	top:0px;
	left:349px;
	height:40px;	
	border:0px solid #FFF;	
}

#breadcrumb {
	text-align:right;
	margin:0 14 10 0px;
	border:0px solid #FFF;
}

#pulldown {
	text-align:right;
	margin:0 0 0 30px;
	float:left;
}

#container {
	background:url("/img/bg-content.gif") bottom left repeat-x;
	border:0px solid black;
	margin:20 0 10 0px;
}

#container_inner {
	width:850px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	border:0px solid black;
}

#content_left{
	float:left;
	width:580px;
	border-right:1px solid #8b4c2a;
}

#content_left_inner {
	margin:0 20 30 30px;
	border:0px solid blue;
}

#content_right{
	float:left;
	width:260px;
	border:0px solid blue;
}

#content_right_inner {
	margin:10 0 30 14px;
	border:0px solid blue;
}

#clear {
	clear:both;
	height:60px;
	border:0px solid #FFF;
}

#footer {
	border:0px solid black;
}

#footer_inner {
	width:800px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	padding:0 0 100 0px;
}

#footer span {
	font:12px "trebuchet ms",arial, san-serif;
	color:#b58d77;
	padding:0px 0px 0px 0px;
	border:0px solid #000;
}

#footer a {
	color:#b58d77;
	text-decoration:none;
}

#footer a:visited {
	color:#b58d77;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

/* BEGIN GENERAL SELECTORS */

h1{
	font:26px palatino, serif;
	color:#fff;
	margin:0px 0px 12px 0px;
} 

h2 {
	font:22px palatino, serif;
	color:#fff;
	margin:0px 0px 12px 0px;
}

h3 {
	font:16px "trebuchet ms",arial, san-serif;
	color:#fff;
	margin:0px 0px 12px 0px;
}

p {
	font:14px "trebuchet ms",arial, san-serif;
	color:#fff;
	margin:0px 0px 16px 0px;
}

TD {
	font:12px "trebuchet ms",arial, san-serif;
	color:#fff;
	margin:0px 0px 0px 0px;
}


textarea {
	font:12px "trebuchet ms",arial, san-serif;
	/*margin:0px 0px 16px 0px;*/
}

a {
	color:#95b6de;
	text-decoration:underline;
}

a:visited {
	color:#95b6de;
	text-decoration:underline;
}

a:hover {
	color:#95b6de;
	text-decoration:none;
}

.submit {
	background-color:#009900;
	color:white;
	font-weight:bold;
}

.submitsm {
	background-color:#009900;
	color:white;
	font-weight:bold;
	font-size:11px;
}

ul {
	font:14px "trebuchet ms",arial, san-serif;
	color:#fff;
	margin:0px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
}

img {
	border:0;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.float {
	float:left;
}

.float_right {
	float:right;
	text-align:right;
}

.clear {
	clear:both;
}

.photo {
	margin:0 8 8 0px;
}

.nomargin {
	margin:0px;
}

h1 img {
	vertical-align:middle;
}

.thumb {
	float:left;
	width:81px;
	height:81px;
	background:url("/img/bg-events.gif") no-repeat bottom right; 
	margin:0 6 0 0px;
	border:0px solid #fff;
}

.thumb img{
	margin: 4px 0px 0px 4px;
	background:#9b9999;
	border:0px solid #000;
}

.event {
	margin:0 0 20 0px;
}

.event_text {
	float:left;
	width:154px;
	border:0px solid #fff;
}

.event h3 {
	margin:0px 0px 0px 0px;
	font:bold 14px "trebuchet ms",arial, san-serif;
}

.event h3 > a {
	font:bold 16px "trebuchet ms",arial, san-serif;
}

.event p {
	font:12px "trebuchet ms",arial, san-serif;
	color:#fff;
	margin:0px 0px 0px 0px;
}

.event h3 + p{
	margin:0px 0px 8px 0px;
}

.tableLight {
	background-color:#863e18;
}

.tableDark {
	background-color:#6c2e0e;
}


/*Photo Gallery Section*/
.clear {
	clear:both;
}

table.photolist {
	margin:0;
	padding:0;
	
	border:0px solid black;
}
	
.photoList td{
	width:120px;
	padding:5px;
	text-align:center;
	vertical-align:top;
	border:0px solid black;
}

ul.albumList li{
	width:250px;
	text-align:center;
}

img.album_photo_edit {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:thin;
}

img.selected {
	border-color:#CC0000;
	border-width:medium;
}

fieldset { border:none;}