/* CSS Document */

html, body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f1f1e4;
	}

body {
	background-color:#340A08;
	background-image:url(../images/bg_main.png);
	background-repeat:repeat-x;
	margin:0px;
	}
	
h1 {
	display:inline;
	font-size:22px;
	padding-right:65px;
	}

h2 {
	font-size:18px;
	}
	
hr {
	display:block;
	padding-left:400px;
	width:10px;
	}
	
img {
	border-width:0px;
	}

a {
	text-decoration:none;
	color:#ddbbbb;
	}

a:hover {
	text-decoration:underline;
	color:#f1f1e4;
	}

.blockquote {
	margin-left:26px;
	}
	
.smallcaps {
	font-variant:small-caps;
	}
	
#titletext {
	position:relative;
	top:10%;
	padding-left:45px;
	}
	
#container {
	position:relative;
	background-image:url(../images/bg_container.png);
	background-repeat:repeat-x;
	background-position:0% 14px;
	top:10%;
	height:486px;
	width:100%;
	border:none dashed #334400;
	z-index:1;
	}
	
#header {
	position:relative;
	background-image:url(../images/bg_header.png);
	padding-top:10px;
	height:46px;
	width:100%;
	text-align:right;
	z-index:2;
	}
	
#navigation {
	margin-right:6px;
	}
	
#navigation a {
	padding-top:23px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	}
	
#navigation a:hover {
	background-color:#7f6e5b;
	background-image:url(../images/selection.png);
	color:#fff;
	}

#maincontent {
	position:absolute;
	background-image:url(../images/bg_maincontent.png);
	margin-top:-12px;
	margin-left:6%;
	padding-left:30px;
	padding-right:15px;
	padding-top:20px;
	width:526px;
	height:422px;
	text-align:right;
	z-index:3;
	}

#textholder {
	position:static;
	height:342px;
	padding-right:15px;
	overflow:auto;
	text-align:left;
	z-index:4;
	}

.tabbed {
	margin-top:-16px;
	padding-left:120px;
	width:300px;
	line-height:1.1em;
	padding-bottom:4px;
	}

#cornerpicture {
	margin-top:110px;
	z-index:2;
	}

#footer {
	position:relative;
	background-image:url(../images/bg_footer.png);
	margin-top:412px;
	height:18px;
	z-index:4;
	}
