/* Common */
html, body, div, p, ul, li, h1, h2, h3, h4, form {
	margin: 0;
	border: 0;
	padding: 0;
}

.clear {
	clear: both;
}

table td,
table th {
	vertical-align: top;
}

a img {
	border: none;
}

/* Body and Container */
#body {
	background: #590707 url("../images/body_background.gif") center center;
	font: 14px "Georgia", serif;
}

#container {
	position: relative;
	width: 950px;
	margin: 10px auto;
}

/* Header */
#header {
	background: url("../images/header.png") no-repeat center center;
	width: 950px;
	height: 215px;
	float: left;
	clear: both;
}

#header_logo {
	position: absolute;
	z-index: 999;
	top: 170px;
	left: 230px;
	width: 615px;
	height: 50px;
	outline: none;
}

/* Menu */
#menu {
	background: url("../images/menu.png") no-repeat center center;
	width: 950px;
	height: 100px;
	float: left;
	clear: both;
	text-align: center;
}

#menu ul {
	list-style: none;
	height: 38px;
	clear: both;
	margin-top: 28px;
/*	padding-left: 230px;*/
	padding-left: 360px;
}

#menu ul li {
	float: left;
	height: 38px;
	margin-right: 10px;
}

#menu li a {
	display: block;
	height: 38px;
	float: left;
	outline: none;
	color: #a77b24;
	text-decoration: none;
	font: normal 18px Georgia, Serif;
	padding: 0 5px 0 5px;
	line-height: 36px;
	text-shadow: #222 0 1px 1px;
}

#menu li a:hover {
	color: #da9d2e;
}

#menu li a:active {
	outline: none;
	color: #da9d2e;
	margin-top: 1px;
}

/* Submenu */
#menu .submenu {
	margin-top: 10px;
	font-size: 15px;
	color: #9e956c;
}

#menu .submenu a {
	color: #f8eba9;
	text-decoration: none;
	padding: 2px;
}

#menu .submenu a:hover {
	text-decoration: underline;
}

/* Main */
#main {
	float: left;
	clear: both;
	background: url("../images/main_back.png") repeat-y center center;
	width: 822px;
	padding: 0px 64px 0px 64px;
}

#content {
	padding: 15px 10px 0 20px;
	font-family: Garamond;
}

.section {
	padding: 10px;
}


/* Footer */
#footer {
	background: url("../images/footer.png") no-repeat 5px 0px;
	width: 950px;
	height: 184px;
	float: left;
	clear: both;
}

#footer .copyright {
	font-size: 11px;
	margin-top: 90px;
	margin-left: 100px;
	color: #7b7166;
	text-align: center;
	width: 750px;
}

h2 {
	margin-bottom: 10px;
	font-size: 25px;
}

#content p {
	font-size: 17px;
	text-align: justify;
}

/* Internet Explorer 6 Hacks */
* html .png {
    position:relative;
    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 = "/transparent.gif"):(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)
    );
}

* html #header {
	margin-left: 2px;
}

* html #menu ul {
	overflow: hidden;
}

* html #menu .submenu {
	margin-top: 7px;
}

* html #header_logo {
	background: #000;
	filter:alpha(opacity=1);
	margin-left: -60px;
	margin-top: -6px;
}

* html #main {
	background: url("../images/main_back_ie.gif") repeat-y center center;
}


* html #menu {
	background: url("../images/menu.gif") no-repeat center center;
}

* html #footer {
	background: url("../images/footer.gif") no-repeat 5px 0px;
}
