@CHARSET "ISO-8859-1";

@IMPORT url("reset.css");
@IMPORT url("defaults.css");
@IMPORT url("960.css");
@IMPORT url("text.css");

body {
	background: #312420 url("../images/body_bg_tile.png") repeat-x top left;
}

div#wrapper {
	background: transparent url("../images/wrapper_inner_bg_tile.png") repeat-y top center;
	clear: both;
}

div#wrapper_inner {
	background: transparent url("../images/wrapper_bg_top.png") no-repeat top center;
	min-height: 500px;
}

div#logo { margin-top: 77px;}
div#headerphotos { 
	margin-top: 61px; 
	text-align: right;
}
div#divider {
	background: transparent url("../images/divider.png") no-repeat;
	height: 13px;
	margin-bottom: 30px;
	margin-top: -5px;
}

div#nav {
	background: transparent url("../images/nav_bg_tile.png") repeat-y;
	margin-left: 5px;
	width: 225px;
}
div#nav_top {
	background: transparent url("../images/nav_bg_top.png") no-repeat;
	height: 21px;
	width: 225px;
}
div#nav_bottom {
	background: #dfdece url("../images/nav_bg_bottom.png") no-repeat;
	height: 17px;
	width: 225px;
}

div#nav h1 { 
	font-size: 15pt;
	margin: -15px 0px 0px 0px; 
}

div#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#nav ul li {	margin: 1px 0px 0px 10px; }
div#nav ul li a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}
div#nav ul li.current a, div#nav ul li a:hover { color: #711010; }

div#content {
	background: transparent url("../images/watermark_right.png") no-repeat bottom right;
	margin-right: 0px;
	min-height: 510px;
	padding-right: 15px;
	width: 695px;
}

div#content a {
	color: #711010;
	text-decoration: none;
}
div#content a:hover { border-bottom: 1px solid #711010; }

p.pageinfo { 
	color: #666666; 
	font-size: 90%;
}

div#subnav {
	background-color: #aa9d79;
	border: 1px solid #312420;
	padding: 10px;
}
div#subnav ul li {
	display: block;
	float: left;
	margin: 0px 20px 0px 0px;
}
div#subnav ul { 
	list-style: none;
	margin: 0px;
	padding: 0px; 
}
div#subnav h2 { 
	font-size: 110%; 
	margin-bottom: 10px;
}

div#watermark_left, div#watermark_left_home {
	background: transparent url("../images/watermark_left_blank.png") no-repeat;
	display: inline;
	float: left;
	height: 235px;
	margin-top: -235px;
	width: 250px;
}

div#watermark_left_home {
	background: transparent url("../images/watermark_left.png") no-repeat;
}

div#footer {
	clear: both;
	color: #e3d9d6;
	font-size: 85%;
	margin: 10px 0px;
	text-align: center;
}

div#footer a { color: #FFFFFF; }