@charset "utf-8";
/* CSS Document */

html {
	background:#000;
}

body  {
	background:url(../images/main/background.jpg) no-repeat;
	background-position: top center;
	color:#9a9a9a;
}

#headerBackground {
	background:url(../images/main/header-background.png) repeat-x;
	width:100%;
	height:219px; /*233*/
	background-position:center;
	padding-top:5px;
	text-align:center;	
}

#headerTexture {
	background:url(../images/main/header-texture.png) repeat-x;
	width:100%px;
	height:203px;
	background-position:center;
	text-align:center;
}

.layout #header {
	width:980px;
	height:150px;
	margin:0 auto;
	background:none;
	padding:60px 0 0 0;
	text-align:left;
}

#logo {
	background:url(../images/main/logo.png) no-repeat;
	width:381px;
	height:93px;
}

.layout #container {
	background:none;
	width:940px;
	min-height:500px;
	padding:0 20px;
}

.subContainer {
	background:url(../images/main/sub-container-background.png) repeat;
	border:6px solid #1c1d1f;
	width:600px;
	text-align:justify;
}

.subContainer img { border:1px #332F2C solid; }

#IE6warning {
	display:none;
}

h2 {
	margin-top:0;
	margin-bottom:10px;
	color:#d1d1d1;
}

h3 {
	color:#fff;
	font-size:18px;
}

h6 { /* this tag is used for the date in the blog (news) entries */
	font-size:14px;
	font-weight:bold;
	color:#544530;
	font-style:italic;
	margin:0;
}

hr {
	color:#252525;
	background-color:#252525;
	height:3px;
	border:none;
}	

a:link {
	color:#e2b068;
}

a:hover {
	color:#f5debd;
}

a:visited {
	color:#6e5925;
}

#footerBackground {
	background:url(../images/main/footer-background.png) repeat;
	width:100%;
	height:71px; /*124*/
	border:1px solid #1c1d1f;
	padding-top:22px;
}

.layout #footer {
	background:none;
	margin:0 auto;
	width:906px; /* 936px minus padding */
	height:72px; /* 134px minus padding */
	line-height:1.6em;
	font-size:12px;	
	color: #4f4639;
	text-align:left;
}

#footer ul {
	margin:0 440px 0 0;
	padding:0;
	float:left;
}

#footer li {
	display:inline;
	float:left;
	padding:0 5px;
	border-left: 1px #4f4639 solid;
}

#footer .first {
	border-left:none;
	padding-left:0;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color:#4f4639;
}

#footer a:hover {
	color:#927957;
}

