body {
	font-family: Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 1.6em;
	font-family: Georgia, Garamond, serif;
	margin-top: 29px;
}
#wrapper {
	width: 955px;
	border-style: solid;
	border-color: #5e1d16;
	border-width: 1.5px;
}
#header {
	width: 955px;
	height: 136px;
	background-image: url(images/header_955x136.png);
}

#header p {
	color: #ffffff;
	font-size: 1.1em;
	float: left;
	padding-top: 97px;
	padding-left: 13px;
}

#content_wrapper {
	width: 935px;
	background-color: #e3e1cc;
	padding: 0px;
	margin: 10px;
	/*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;*/
}

#content {
	width: 675px;
	float: right;
	background-color: #e3e1cc;
	font-size: 0.85em;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	/*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;*/
}
/* Sidebars */
#sidebar {
	z-index: 1;
	width: 210px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-top: 25px;
	background-color: #e3e1cc;
	/*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;*/
}

#sidebar2 {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 20px 0px 10px 5px;
	background-color: #e3e1cc;
	border-right: 1px solid #5e1d16;
}

#sidebar2 h3 {
	font-family: Georgia, Garamond, serif;
	font-size: 1em;
}
#sidebar2 p {
	font-size: .9em;
}

#sidebar2 img {
	margin: 5px;
}

#sidebar img {
	margin: 10px;
	padding:0px;
	border-style: solid;
	border-color: #5e1d16;
	border-width: 2.5px;
}
#sidebar_top_layer {
	z-index: 2;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 390px;
	left: 168px;
}

#footer {
	width: 955px;
	height: 100px;
	background-image: url(images/footer_back_955x100.png);
	margin-top: 0px;
	clear:both;
}

#footer ul {
	text-align: center;
	padding-top: 25px;
}

#disclaimer {
 width: 955px;
 font-size: .7em;
 margin-top: 15px;
}

/* Gallery CSS*/

#content_wrapper_gallery {
	width: 810px;
	background-color: #e3e1cc;
	padding-left: 125px;
	margin: 10px;
}

#content_wrapper_gallery dl {
	float:left;
	text-align:center;
	}
	
#content_wrapper_gallery dt,dd {
	width:10.5em;
	float:left;
}

#content_wrapper_gallery dd {
	margin:10em 0 0 -10.5em;
}

#content_wrapper_gallery img {
	vertical-align:bottom;
	border:0;
}

.anchor_link {
	text-align:center;
	clear:both;
	font-size:.8em;
	padding-right:10em;
	padding-top: 1em;
}

/* End Gallery */

/* Navigation Links */

.nav {
	color: #ffffff;
	font-size: 1.1em;
	list-style-type: none;
	float: right;
	padding-top: 97px;
	padding-right: 20px;
}

.nav_links {
	display: inline;
}
.nav_links a:link {
	text-decoration: none;
	color: #ffffff;
}
.nav_links a:visited {
	text-decoration: none;
	color: #e3e1cc;
}
.nav_links a:hover {
	text-decoration: none;
	color: #64b341;
}

.footer_links {
	color: #ffffff;
	list-style-type: none;
	display: inline;
	font-size: 0.85em;
}

.footer_links2 {
	color: #ffffff;
	list-style-type: none;
	display: inline;
	font-size: 0.65em;
}

.footer_links a:link {
	text-decoration: none;
	color: #ffffff;
}
.footer_links a:hover {
	text-decoration: none;
	color: #64b341;
}
.footer_links2 a:link {
	text-decoration:none;
	color: #ffffff;
}

.footer_links2 a:hover {
	text-decoration: none;
	color: #64b341;
}


/* Begin CSS Classes */

.top_para {
	margin-top: 25px;
}

.top_image {
	margin-bottom:0px;
	position:absolute;
	top:10px;
	left:36px;
}
.bottom_image {
	margin-bottom:0px;
	position:absolute;
	top:262px;
	left:36px;
}

.background_clear {
	clear:both;
}

.table_style {
	width: 175px;
	font-size: .9em;
}

.table_style th {
	font-family: Georgia, Garamond, serif;
}

.table_style td {
	font-size: .7em;
}
