body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url(/images/bg.jpg);
	text-align: center;
	margin: 0;
	padding: 0 0 25px 0; 
	}
/* STRUCTURE */
#header {
	background: url('/images/header.png') no-repeat bottom center;
	margin: 0 auto;
	padding-top: 30px; 
	height: 100px; 
	width: 980px;
	z-index: 10;
	}

#headerimg 	{ 
	margin: 7px 9px 0 0; 
	height: 100px; 
	width: 980px; 
	} 

#page {
	background: url('/images/content.png') repeat-y top; border: none; 
	text-align: left;
	font-size: .9em;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	}

#pagecontent {
	padding: 0;
	margin-left: 275px;
	width: 675px;
	min-height:600px;
	}

#pagecontent ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #333;
	margin-left: 0;	
	}

.nav {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0;
	width: 220px;
	color: #333;
	}
	
.nav a, .nav a:hover, .nav a:visited {
	color: #800000;
	text-decoration: none;	
	}

/* Fonts */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {/* Heading */
	padding-top: 30px;
	padding-left: 175px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	color: #800000;
	}

p {
	margin: 0 0 1em 0;
	padding: 0
	}

a {
	outline: none;
	}
h3 {/* Internal Haedings */
	margin: 0;
	text-align: left;
	text-decoration: none;
	color: #333;
	font-size: 1.6em;
	}
h3 a {
	color: #333;
	text-decoration: underline;
	}

h2 { /* Navigation */
	font-size: 1.6em;
	}

h2, h2 a, h2 a:visited {
	color: #333;
	text-decoration: none;
	}

.dead {
	color:#bbb;
	margin:0;
	padding:0;
	}

.description {
	font-size: .8em;
	text-align: center;
	margin: 0;
	padding: 0;
	}	

/* Placement */
.center {
	margin: 0 auto 0 auto;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.left {
	padding: 4px 20px 20px 20px;;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
.half {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.right {
	float: right;
	}

.left {
	float: left
	}

/*  Page specific */
.gallery {
	background: url('/images/gallery.jpg') no-repeat;
	float: left;
	padding-bottom: 20px;
	height: 125px; 
	width: 335px;
	z-index:2;
	}

.gallery360 {
	background: url('/images/gallery360.jpg') no-repeat;
	float: left;
	padding-bottom: 20px;
	height: 125px; 
	width: 335px;
	z-index:2;
	}

.gallery a img {
	float: left;
	border:0;
	margin: 7px 10px 0 5px;
	}

.gallery360 a img {
	float: left;
	border:0;
	margin: 7px 10px 0 5px;
	}

.gallery p {
	margin: 15px 20px 0 0;
	}

.gallery360 p {
	margin: 15px 20px 0 0;	
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}