/*
Designed and coded by Haley J. Reamer
http://haley.nu/
Please do not copy coding, but feel free to view.
*/

* {
	margin: 0;
	padding: 0;

}

body {
	background: #000000 url(http://www.overstuffed-closet.net/laroux/body_img.jpg) repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	background-color: transparent;
	color: #76777b;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 1px;
	text-align: left;
	text-transform: uppercase;
}

h1:first-letter {
	color: #c84649;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	background-color: transparent;
	color: #ffffff;
	font-family: "Courier New", serif;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
}

a {
	color: #edc962;
	font-weight: bold;
	text-decoration: none;

}

a:hover {
	color: #b06dad;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0px;

}

.center {
	text-align: center;
}

em, i {
	color: #a6a6a6;
	font-family: "Times New Roman", serif;
	font-size: 11px;
	font-style: italic;
}

strong, b {
	color: #a6a6a6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px;
}

li {
	padding-left: 10px;
}

/* Container */

#container {

	background-color: transparent;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 930px;
}

/* Header */

#header {

	background-color: transparent;
	height: 557px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 930px;
}

/* Navigation */

#nav {

	background-color: transparent;
	float: left;
	height: 158px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 158px;
}

/* Content */

#content {

	background-color: transparent;
	color: #a6a6a6;
	float: right;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	width: 710px;
}

/* Footer */

#footer {

	background-color: transparent;
	clear: both;
	color: #9d9d9d;
	font-family: "Courier New", Courier, serif;
	font-size: 10px;
	line-height: 15px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#footer a { 

	color: #bd7577;
	text-decoration: underline;

}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;

}	