@charset "utf-8";
/* CSS Document */

body {
	background:url(/_content/_img/layout/master_bg.jpg) top center no-repeat #000;
	/* Font size of 62.5% allows 1em to equal 10pt (so 1.4em = 14pt, etc.) */
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 800px;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	padding: 0.5em 0em;
}

h2 {
	font-size: 2.6em;
	font-weight: bold;
	padding: 0.5em 0em;
	color: #cc0f0f;
}

h3 {
	font-size: 2.2em;
	font-weight: bold;
	padding: 0.5em 0em;
}

h4 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0.5em 0em;
}

.eventHeadline { padding: 0.1em 0em;}

.redHighlight { color: #F00; }


p {
	font-size: 1.4em;
	padding: 0.5em 0;
}

strong { font-weight: bold; }
em { font-style:italic; }

.clear { clear: both; }
.right { float: right; }

div#header { width: 998px; height:235px; background:url(/_content/_img/layout/header_metal_bg_2.jpg) no-repeat; margin:auto; }
	div#banner { position: relative; z-index: 100; margin-left: 20px; }

div#wrapper { margin: auto; width: 960px; background:url(/_content/_img/layout/wood_content_bg_3.jpg) repeat-y; }
	div#pageTitle { margin-left: 210px; padding: 6px; position:relative; z-index:90; }
	div#licenseLinks { width: 170px; float: left; margin-left: -59px; margin-top: -88px; position:relative; z-index:1000; }
	div#contentArea {width: 750px;float: left; margin-left: 60px; margin-top: -50px; }
		div#parchmentTop { background:url(/_content/_img/layout/parchment_top.png) no-repeat;  padding-top:69px; }
		div#parchmentBottom { background:url(/_content/_img/layout/parchment_bottom.png) no-repeat bottom left; padding-bottom:60px; }
		div#parchmentMiddle { background:url(/_content/_img/layout/parchment_middle.jpg) repeat-y; padding: 1em 6em; }

div#nav {
	margin: auto;
	width:450px;
	height: 30px;
	padding: 10px 0;
	
}

div#nav ul {
	margin: 0;
	width: 450px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}
div#nav ul li {
	padding: 0 1.0em;
	float: left;
	border-right: 3px solid #fff;
}
div#nav ul li a {
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
}
div#nav ul li a:hover {
	color:#606aaf;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}

ul {
	list-style: disc;
	margin: 10px 0px 10px 35px;
	line-height: 1.5em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

