@charset "utf-8";
/* CSS Document
 * #CCCB8F (tan)
 *		204,203,143
 * #807F59 (dark brown)
 *		128,127,89
 * #E6E5CF (grey)
 *		230,229,207
 * #BFBD60 (green)
 */

body {
	color:#E6E5CF;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	background:#CCCB8F;
}

td {
	text-align:left;
	background:#E6E5CF;
	color:#807F59;
	text-align:center;
}

td.label {
	background:#BFBD60;
	color:#E6E5CF;
	font-weight:bold;
	vertical-align:text-top;
}

.form-element {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	width:250px;
}

a { color:#BFBD60; }

a:visited { color:#E6E5CF; }

a:hover {
	color:#807F59;
	background:#CCCB8F;
	text-decoration:none;
}

a.image:hover, a[href="#"]:hover { background:none; }

.nav { 
	font-size:15px;
	text-decoration:none;
}

.nav_active {
	font-size:15px;
	text-decoration:none;
	background:#BFBD60;
	color:#807F59;
}

img {
	border:none;
	padding:9px;
}

.caption {
	font-size:11px;
	font-style:italic;
}

div { overflow:auto; }

#container {
	width:710px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background:url(/images/background_r1_c1.png) no-repeat;
	height:100px;
	overflow:hidden;
}

#header-wrapper {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#content { background:url(/images/background_r2_c1.png) repeat-y; }

#navigation {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#content-wrapper {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	overflow:auto;
}

#footer {
	background:url(/images/background_r3_c1.png) no-repeat;
	height:100px;
	vertical-align:bottom;
}

#footer-wrapper {
	width:600px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:15px;
}

.gallery_table {
	width:548px;
	margin-left:auto;
	margin-right:auto;
}

.gallery_cell {
	vertical-align:top;
	width:137px;
	height:137px;
}

.gallery_nav {
	width:137px;
	background:none;
	color:#E6E5CF;
}

.picture_cell {
	background:none;
	color:#E6E5CF;
}