@charset "utf-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Styles for the whole site */

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	color: #000;
	background-color: #660000;
	background-image: url("../images/rust-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.container
{
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	border: 1px solid black;
	height: 878px;
	position: relative;
	top: 20px;
	background-image: url("../images/parch-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

div.banner
{
	position: relative;
	z-index: 10;
	top: -45px;
	left: -125px;
	height: 368px;
}



div.banner-nav
{
	position: relative;
	top: -150px;
	padding: 10px;
	height: 50px;
	z-index: 5;
	background-color: black;
	filter:alpha(opacity=75);
	opacity:0.75;	
	color: white;
}

div.links
{
	float: right;	
	position: relative;
	z-index: 15;
	top: -210px;
	right: 20px;
}

div.links img
{
	border: 0px;	
}


div.content
{
	position: relative;
	z-index: 8;
	top: -186px;
	float: left;
	margin-left: 27px;
	width: 550px;
	height: 485px;
	padding: 7px;
	overflow: auto;
}

div.content a
{
	color: #900;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

div.content a:hover
{
	color: black;	
}

div.rightnav
{
	float: left;
	position: relative;
	z-index: 30;
	top: -200px;
	left: 20px;	
}

div.content ul
{
	list-style: none;
}

div.content li
{
	font-size: 14px;
}

div.individual-plaque
{
	float: left;
	width: 300px;
}

div.individual-desc
{
	float: left;
	margin-left: 15px;
	width: 215px;
	font-size: 11px;
	color: #630;
}

.highslide-gallery
{
	width: 250px;
	float: left;
	margin-top: 20px;
	height: 400px;
	overflow: auto;
}

