body {
	background: #434243 url(../images/background.gif) repeat-y;
	margin: 5px 0 50px 0;
	padding: 5px 0 50px 0;
	}
#holder {
	width: 800px;
	height: 300px;
	background: url(../images/banner.gif) no-repeat top;
	padding: 160px 0 0 0;
	}

/*- navigation window styles -*/
#nav {
	margin: 0 0 0 35px;
	padding: 10px;
	width: 170px;
	background: #323232;
	/*
	border: 2px solid #133f5d;
	border-style: solid none none none;
	*/
	text-align: left;
	position: relative;
	}
#nav a , #nav ul {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	list-style: none;
	line-height: 24px;
	/*padding: 0 0 0 -5px;*/
	padding: 5px;
	text-decoration: none;
	margin: 0 0 0 0;
	}
#nav a:hover {
	text-decoration: underline;
	}
	
/*- content window styles -*/
#content {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: white;
	left: 240px;
	top: 165px;
	position: absolute;
	width: 525px;
	}
p {
	font-size: 1em;
	text-align: left;
	}
h1 {
	font-size: 150%;
	font-weight: bold;
	}
.highlight {
	color: #434243;
	}
.aside {
	font-size: 75%;
	font-style: italic;
	}
.new {
	color: #FFFFFF;
	background: #942824;
	padding: 0 3px 0 3px;
	}
#content a {
	color:#942824;
	text-decoration: none;
	}
#content a:hover {
	text-decoration: underline;
	}
#content ul {
	list-style: none;
	}
table tr td  p {
	margin: 0px 3px 15px;
	}
img.gallery_pic {
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
	border: 3px #777;
	border-style: solid;
	border-color: #FFFFFF;
	}
	
	.special-callout {
		background:#333;
		border:1px solid #990000;
		margin:10px;
		padding:0px 20px;
	}
