/* All styles are copyright, HaldirOfLorien.com.  Please ask before you use my SS! */

body {
	background: transparent;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #695438;
}

body.mainbody {
	background: url('bg.png') left repeat-y #dacfbd;
	font-family:  "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

/* LAYERS */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
}

#navigation {
	position: absolute;
	left: 22px;
	top: 488px;
	width: 238px;
}

#content {
	position: absolute;
	left: 274px;
	top: 488px;
	width: 480px;
}


/* TITLES */

#h1 {
	padding: 4px;
	background-color: #857258;
	border-bottom: #dacfbd 1px solid;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8px;
	font-weight: bold;
	color: #dacfbd;
	line-height: 11px;
	letter-spacing: 1.5px;
	text-align: left;
	text-transform: uppercase;
}

#h2 {
	padding: 2px;
	background-color: #968671;
	border-bottom: #dacfbd 1px solid;
	border-top: #dacfbd 1px solid;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #dacfbd;
	line-height: 11px;
	letter-spacing: 1.5px;
	text-align: left;
	text-transform: uppercase;
}

#h3 {
	border-width: 0px;
	text-align: left;
	font-family: "Georgia", "Arial", serif;
	font-size: 18px;
	font-style: italic;
	color: #695438;
	letter-spacing: 2px;
	padding-left: 20px;
}

/* LINKS */

a:link, a:visited {
	color: #51557c;
	text-decoration: none;
	padding-bottom: 1px;
}

a:hover {
	text-decoration: none;
	color: #330033;
}

/*a:hover {
	background-color: #51557c;
	text-decoration: none;
	color: #dacfbd;
}
*/

input, select, option, textarea {
	background-color: #ffffff;
	border-left: 5px solid #857258;
	border-right: 5px solid #857258;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	color: #51557c;
	font-family:  "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	text-align: center;
	line-height: 9pt; 
	margin: 0px 0px 0px 0px;
}

/* NAVIGATION */

ul.nav {
	background-color: #dacfbd;
	list-style-type:none;
	width: 230px;
	margin:0px 0px 5px 8px;
	padding:0px 0px 0px 0px;
	font-size: 11px;
	line-height: 12px;
} 


/* DIVIDERS AND EXTRA */

table, tr, td {
	font-family:  "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #695438;
	line-height: 8px;
	letter-spacing: 0.5px;
	text-align: justify;
}

blockquote {
	background-color: #cbc0ae;
	border-left: 10px solid #857258;
	color: #695438;
	margin: 0px 0px 15px 0px;
	padding: 2px 4px;
} 

hr {
	color:#695438;
     	border: 2px solid #ffffff;
      	background-color: #695438;
      	height: 5px;
}