@charset "UTF-8";
/* CSS Document */

body {
	background: url(../graphics/bg-dark.jpg) repeat;}
	
#wrapper {
	width:672px;
	margin:5px auto;}	
	
#header-shadow {
	background: url(../graphics/top-shadow.png) no-repeat top;
	width:672px;
	height:34px;
	margin:0 0;}
	
#masthead {
	background:url(../graphics/header.png) no-repeat top;
	width:672px;
	height:259px;}
	
#masthead-logo {
	height:252px; width:342px; margin:0 0 0 3px; float:left;}
	
#masthead-right {
	height:252px; width:319px; float:left;}
	
#content {
	background:url(../graphics/bg-content.png) repeat-y;
	width:672px;}
	
#content-center {
	width:546px;
	margin:0 auto;}	
	
#nav {
	width:126px;
	height:auto;
	float:left;
	margin:0 0 0 2px;}
	
#nav ul {
	margin:15px 0 0 14px;
	padding:0 0 0 0;}

#nav ul li {
	display:block;
	list-style:none;
	margin:0 0 1em 0;
	text-transform:uppercase;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:75%;
	color:#900f11;}
	
/*#nav ul	li:after { content: " :"; }*/
	
#nav ul li a, #nav ul li a:visited {
	color:#2b2b2b;
	text-decoration:none;}
	
#nav ul li a:hover, #nav ul li a.on {
	color:#900f11;}	
	
#content-main {
	width:378px;
	height:auto;
	float:right;
	margin:10px 20px 0 20px;}
	
#content-main a, #content-main a:visited {
	color:#900f11;
	text-decoration:none}
	
#content-main a:hover, #content-main a:active {
	color:#bc1517;}	
	
#content-main h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#2b2b2b;
	font-weight:bold;
	margin:1em 0 0 0;
	line-height:1.5em;}
	
#content-main {
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;}

#content-main p {
	font-family:Arial, Helvetica, sans-serif;
	color:#2b2b2b;
	font-weight:normal;
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:1.5em;}	
	
#content-bottom {
	background:url(../graphics/bg-content-bottom.png) no-repeat;
	width:672px;
	height:91px;}
	
#footer {
	width:672px;
	margin:0 auto;
	height:50px;}

#footer p {
	color:#2b2b2b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center}
	
.clear-both {
	clear:both;}