/*
Designed and coded by Haley J. Reamer
http://haley.nu/
*/

/* General */

*{
	margin:0;
	padding:0;

}

body {
	margin: 0;
	padding: 0;
	background: #1a232f url(http://www.overstuffed-closet.net/legolas/bg_img.jpg) repeat-x;
	text-align: center;
}

h1 {

	background: #637483 url(http://www.overstuffed-closet.net/legolas/h1.jpg) no-repeat;
	color: #11182c;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	line-height: 64px;
	padding-left: 75px;
}

h2 {
	background-color: transparent;
	color: #cccccc;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #fcfcea;
}

a:hover {
	text-decoration: underline;
	color: #fcfcea;
}

.center { 
	text-align: center;
}

ul, li {
	list-style-type: circle;
	list-style-position: inside;
	color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	text-align: left;
}

div.hr {
	height: 80px;
	background: #637483 url(http://www.overstuffed-closet.net/legolas/hr.jpg) no-repeat scroll center;
}

div.hr hr {
	display: none;
}

/* Wrapper */

#wrapper {
	background-color: #637483;
	width: 900px;
	height: auto;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

/* Header */

#header {
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	height: 346px;
	text-align: center;
	background-color: #637483;
}


/* Navigation */

#nav {
	width: 890px;
	padding: 5px;
	margin: 0 auto;
	background-color: #637483;
	text-align: center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-size: 35px;
	line-height: 45px;
}

#side a {

	color: #d5d7cb;
	font-size: 38px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -3px;
	text-align: center;
}

#side a:hover {

	color: #ffffff;
	font-size: 38px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -3px;
	text-align: center;
}


/* Content */

#content {
	width: 880px;
	padding: 10px;
	margin: 0 auto;
	background-color: #637483;
	color: #030617;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

/* Footer */

#footer {	
	background-color: #637483;
	clear: both;	
	color: #eeeeee;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	text-transform: uppercase;
	width: 900px;
}

#footer a {
	text-decoration: underline;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}