@charset "utf-8";
/* -- generic styles ------------------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
	text-align: center;
	background: #CCC;
}
/* ------- HEADER STYLES ----------*/
#header {
	padding: 0;
	height: 100px;
	margin: 0;
	position: relative;
	left: 0px;
	border-bottom: thin solid #FAF5D5;
	background: url(../Images/header-bkgr_crop.jpg) repeat-x;
}
#header #date {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FBF6D3;
	height: 50px;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 70px;
	left: 810px;
	bottom: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
}

#header #date p {
	font-size: 18px;
	color: #FBF6D3;
	position: absolute;
	top: 0px;
	left: 35px;
}


#wrapper {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	border: thin solid #FFF8DC;
	background: #4C2C3B;
} 
#header h1 {
	color: #FBF6D3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	line-height: 2.5em;
	text-align: center;
	text-decoration: underline;
}



#header #mainNav {
	position: relative;
	top: 147px;
	width: 1020px;
	right: 0px;
}
#mainNav {
	height: 40px;
	width: 1020px;
	float: none;
	margin-bottom: 3px;
	background: url(../Images/NavBackground_cropped.jpg) repeat-x;
}
#mainNav ul { padding-left: 2em; }

#mainNav ul li {
	display: inline;
	font-variant: small-caps;
	line-height: 1.5em;
}

#mainNav ul li a {
	padding-left: 10px;
	text-decoration: none;
	color: #C00;
	padding-right: 10px;
}
#mainNav ul li a:link, #mainNav ul li a:visited {
	color: #FBF6D3;
	line-height: 2.5em;
}
#mainNav ul li a:hover { color: #D9957E; }
/* --------- MAIN CONTENT STYLES -------------*/
#mainContent {
	margin: 0px 0 0 30;
	padding: 0;
	float: none;
	border-left: thin solid #FBF6D3;
} 
#mainContent h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5px;
	text-align: center;
}

#wrapper h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FBF6D3;
	text-align: center;
	padding: 10px 180px 10px 200px;
}



#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #FBF6D3;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
}
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #FBF6D3;
	margin-left: 20px;
	font-weight: normal;
	padding-right: 1.4em;
	text-align: justify;
	padding-top: 1em;
	padding-bottom: .5em;
}
#mainContent #arriving {
	width: 655px;
	margin-bottom: 15px;
	margin-left: 200px;
}
#mainContent #alchemist {
	width: 655px;
	border-top: 1px solid #FBF6D3;
	margin-left: 200px;
}
#mainContent #Mountain {
	width: 655px;
	border-top: 1px solid #FBF6D3;
	left: 200px;
	position: relative;
}
#mainContent #pilgrimage {
	border-top: 1px solid #FBF6D3;
	width: 655px;
	margin-left: 200px;
}
#mainContent #branden {
	width: 655px;
	border-top: 1px solid #FBF6D3;
	position: relative;
	margin-left: 200px;
}
#mainContent #valkyries {
	width: 655px;
	margin-left: 200px;
	border-top: 1px solid #FBF6D3;
	border-right-color: #FBF6D3;
	border-bottom-color: #FBF6D3;
	border-left-color: #FBF6D3;
}

#mainContent #elevenmin {
	width: 655px;
	margin-left: 200px;
	border-top: 1px solid #FBF6D3;
}

#mainContent #warrior {
	width: 655px;
	margin-left: 200px;
	border-top: 1px solid #FBF6D3;
}

#mainContent #last {
	width: 655px;
	margin-left: 200px;
	border-top: 1px solid #FBF6BE;
	border-bottom: 1px solid #FBF6D3;
}







/* ---------- FOOTER STYLES ------------*/
#footer {
	padding: 0 10px 0 20px;
	background:#999;
	clear: both;
	height: 50px;
} 


#footer p {
	margin: 0;
	padding: 0px 0 5px;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	font-style: italic;
}
#footer a { color: #39F; 
}
#footer p a:hover { color: #8F2C3B; }


.fltrt {
	float: right;
	margin-left: 10px;
}

.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.emphasize {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}



.quote { font-style: italic; }
