@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin:0;
	padding:0;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}
#wrapper {
	width: 768px;
	height: auto;
	margin: 0px auto;
	padding:0;
	}
#logo {
	width: 768px;
	height: 121px;
	margin:0;
	padding:0;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position:center;
	clear: both;
	float: left;
	cursor: pointer
	}
* HTML #logo {/* PNG Alpha IE Win ONLY */
	width: 292px;
	height: 121px;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/logo.png"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
	background-position:center;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 120px;
	padding:0;
	clear: both;
	float: left;
	cursor: pointer;
	}
#main {
	width: 728px;
	height: auto;
	background-color: #301104;
	clear: both;
	float: left;
	padding: 20px;
	*padding: 20px;
	_padding: 20px;
	}
#nav {
	width: 730px;
	height: 24px;
	clear: both;
	float: left;
	}
#headerimg {
	width: 730px;
	height: 300px;
	clear: both;
	float: left;
	*margin-bottom: -4px;
	}
#subnav {
	width: 730px;
	height: 19px;
	clear: both;
	float: left;
	background-image: url(images/sub-nav-bg.jpg);
	background-repeat: repeat-x;
	}
#content {
	width: 730px;
	height: auto;
	clear: both;
	float: left;
	background-color: #f8f6ea;
	}
#footer {
	width: 730px;
	height: auto;
	clear:both;
	float: left;
	padding: 10px 0px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #40211c;
}
a.credits {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #40211c;
	text-decoration: none;
	}
a.credits:hover {
	text-decoration: underline;
	}
h1 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	margin:0px;
	padding: 0px 0px 5px 0px;
	}
h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin:0px;
	padding: 0px 0px 0px 0px;
	}
h3 {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #519ca2;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
h4 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin:0px;
	padding: 0px;
	}