html {
	background-image: url(main_background.png);
	background-position: top center;
	background-repeat: repeat-y;
}
body {
	font-family: Helvetica, Arial sans-serif;
	font-size: 75%;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 760px;
}
#header {
	margin: 20px 0;
	background-image: url(facade.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}
#mainContent {
	margin: 20px 30px;
	position: relative;
	padding-bottom: 100px;
}
#bodyCopy {
	margin-top: 50px;
	margin-right: 200px;
}
#footer {
	clear: both;
	padding: 30px;
	background-image: url(footer_background.png);
	background-repeat: repeat-x;
	color: #999;
}
#footer p {
	margin: 0;
}
h1 {
	text-align: right;
	font-size: 150%;
}
h1 span.subHeading {
	font-size: 75%;
}
h2 {
	font-size: 220%;
	letter-spacing: -1px;
}
h3 {
	font-size: 150%;
	margin: 0;
	color: #444;
 	text-transform: capitalize;
}
.list h3 {
	clear: both;
	padding-top: 5px;
	margin-top: 20px;
	border-top: 1px solid #DDD;
}
h4 {
	font-size: 110%;
	color: #444;
}
a { 
	color: #990000;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}
address {
	font-weight: normal;
	font-style: normal;
	color: #444;
}
div#header ul {
	background-image: url(main_nav_background.png);
	background-position: center center;
	background-repeat: repeat-x;
	border: 1px solid #660000;
	background-color: #990000;
	list-style-type: none; 
	padding: 5px 6px 5px 30px; 
	margin: 20px 0 10px 0; 
}
div#header li { 
	display: inline; 
	padding-right: 15px;
	font-weight: bold; 
}
div#header li a {
	color: #FFF;
	text-shadow: #330000 3px 3px 2px;
}
div#header li a:hover {
	text-decoration: none;
	color: #D7B2B2;
}
hr {
	display: none;
	clear: both;
}
#mainContent ul {
	list-style-type: square;
	margin: 10px 40px;
	padding: 0;
}
#mainContent li {
	padding: 0px;
	line-height: 1.5em;
	color: #444; 
}
#mainContent p {
	line-height: 1.6em;
	margin: 0px 0px 15px 0px;
	color: #333;
}
#mainContent dt {
	margin-top: 10px;
	font-weight: bold;
}
#mainContent dd {
	margin-left: 0;
}

dl.listing dt {
	font-size: 130%;
	font-weight: normal !important;
}
dl.listing dd {
	margin-bottom: 20px;
	color: #333;
}
dl.listing dt span.date {
	color: #666;
	font-weight: normal;
	display: block;
	font-size: 75%;
}

p.dateHeader {
	text-transform: uppercase;
	font-weight: bold;
	border-top: 2px solid #999;
	color: #999 !important;
	padding-top: 5px;
}
cite {
	font-weight: bold;
	font-style: italic;
	color: #444;
}
h3 cite {
	font-weight: normal !important;
	font-size: 90%;
}
#subnav ul {
	list-style-type: square;
	padding: 10px 0;
	margin: 10px 40px;
	width: 350px;
	list-style-position: outside;
}
#subnav li {
	font-weight: bold;
}
blockquote {
	margin-left: 0;
	padding-left: 25px;
	border-left: 4px solid #CCC;
}
blockquote p {
	color: #000 !important;
}
div.mainItem {
	position: relative;
	width: 330px;
	float: left;
}
div.mainItem img {
	border: 1px solid #666;
	margin-bottom: 10px;
}
div.mainItem h3 {
	font-size: 200%;
}
div#secondaryStories {
	width: 320px;
	float: right;
}
div.item {
	padding:10px 0;
	border-bottom: 1px solid #CCC;
}
div.item p {
	margin: 7px 0 0 0 !important;
}
div.item img, img.floatRight, span.eventImage img {
	float: right;
	margin: 7px 0 7px 12px;
	border: 1px solid #666;
}
img.mainImage {
	float: right;
	margin: 5px -230px 30px 20px;
	border: 1px solid #666;
}
.presents {
	font-weight: bold;
	font-size: 80%;
	color: #666;
}
.item .presents {
	font-weight: normal !important;
}


