@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #c6bfbd;
}
body {
	background-color: #24120E;
	background-image: url(interface/page-bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #c6bfbd;
	text-decoration: underline;
}
a:visited {
	color: #c6bfbd;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #c6bfbd;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

#outerwrapper {
	width: 960px;
	display:block;
	margin-left: auto;
    margin-right: auto;
	background-image: url(interface/shadow-body.png);
	background-repeat: repeat-y;
}


#shadow-bottom {
	width: 960px;
	height: 12px;
	background-image: url(interface/shadow-bottom.png);
	display:block;
	margin-left: auto;
    margin-right: auto;
}

#container {
	width: 934px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	background-color: #40261F;
}
#header {
	width: 934px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

#clear {
	clear:both;
}


#menu {
	border-bottom-style: solid;
	border-bottom: 1px;
	border-bottom-color: #524a48;
}

#content {

	position:relative;
}
#contentwrapper {
	width: 580px;
	border: 1px;
	border-style: solid;
	border-color: #c6bfbd;
	background-color: #1e120e;
}
#contentheader {
	width: 500px;
	background-color: #1e120e;
	padding: 10px 0px 10px 10px;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif
}
#contentbody {
	width: 550px;
	padding: 15px;
	text-align: justify;
	background-color: #40261F;
}
