/*
Designed and coded by Haley J. Reamer
http://www.overstuffed-closet.net/
Please do not copy coding, but feel free to view.
*/

* {
	margin: 0;
	pading: 0;

}

body {
	margin: 0px;
	padding: 0px;
	background: #020308 url(http://www.overstuffed-closet.net/malicemizer/bg_img.jpg) repeat-x;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;

}

h1 {
	background: #020308 url(http://www.overstuffed-closet.net/malicemizer/h1.jpg) no-repeat;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #f3f3f3;
	text-align: left;
	line-height: 74px;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-left: 240px;
}

h1:first-letter {
	font-size: 35px;
	font-family: Georgia, "Times New Roman", serif;
	color: #ffffff;
	font-weight: 700;
	line-height: 35px;
	line-height: 74px;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	text-transform: capitalize;
	letter-spacing: 5px;
}

h3 {
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	line-height: 16px;
	text-transform: capitalize;
	letter-spacing: 5px;
}

a {
	color: #5ec9e5;
	text-decoration: underline;

}

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

img {
	border: 0px;

}

.center {
	text-align: center;
}

em, i {
	color: #e61e25;
	font-style: italic;
}

/* Container */

#container {

	background-color: transparent;
	width: 900px;
	text-align: center;
	margin: 0 auto;
}

/* Header */

#header {

	background-color: transparent;
	width: 900px;
	height: 399px;
	margin: 0 auto;
}

/* Navigation */

#nav {

	background-color: transparent;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

.nav a {
	display: block;
	background-color: #020308;
	text-align: center;
	line-height: 18px;
	color: #ffffff;
	font-size: 12px;
	font-family: "Times New Roman", serif;
	text-decoration: none;
	letter-spacing: 3px;
	font-variant: small-caps;
}

.nav a:hover {
	display: block;
	background-color: #7f1416;
	text-align: center;
	line-height: 18px;
	color: #ffffff;
	font-size: 12px;
	font-family: "Times New Roman", serif;
	text-decoration: none;
	letter-spacing: 3px;
	font-variant: small-caps;
}

/* Content */

#content {

	background-color: transparent;
	padding: 10px; 
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c6c6c6;
	width: 880px;
	margin: 0 auto;
	line-height: 16px;
	
}

/* Footer */

#footer {
	clear: both;
}