/*
Designed and coded by Haley J. Reamer
http://haley.nu/
*/

/* General */

*{
	margin:0;
	padding:0;

}

body {
	margin: 0;
	padding: 0;
	background: #ffffe2 url(http://www.overstuffed-closet.net/zelda/bg_img.jpg) repeat-x;
	text-align: center;
}

h1, h2, h3 {
	background-color: transparent;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 32px;
	text-transform: lowercase;
	text-align: left;
	color: #8e3a81;
	letter-spacing: -2px;
}

h2 {
	font-size: 14px;
	color: #1f96bf;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 5px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #904286;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

.center { 
	text-align: center;
}

/* Wrapper */

#wrapper {
	background-color: transparent;
	width: 800px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

/* Header */

#header {
	background-color: transparent;
	width: 800px;
	height: 460px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

/* Nav */

#nav {
	width: 800px;
	padding: 0px;
	background-color: transparent;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	color: #e5c38c;
	margin: 0 auto;
	font-style: italic;
}

#nav a {
	text-decoration: none;
	color: #955d90;
	letter-spacing: -2px;
}

#nav a:hover {
	text-decoration: none;
	color: #333333;
	letter-spacing: -2px;

}
/* Content */

#content {
	width: 780px;
	padding: 10px;
	background-color: transparent;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	margin: 0 auto;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
}

li a { 
	font-size: 12px;
	color: #189bc6;
	font-weight: bold;
	text-decoration: none;
}

li a:hover { 
	font-size: 12px;
	color: #189bc6;
	font-weight: bold;
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 100%;
	padding: 0px;
	background-color: transparent;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
	margin: 0 auto;
	clear: both;
}