/* body, header and container
--------------------------------------------------*/
body {
	background-image: url('http://fan.merilin.net/spn401/bg4.jpg');
	margin: 0px;
	text-align: center;
}
#header {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
#container {
	width: 450px;
	color: #8f8f8f;
	background-color: #000000;
	font-size: 1em;
	font-family: Verdana;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 110%;
}

/* content
--------------------------------------------------*/
#content
{
	float: left;
	width: 450;
	padding-top: 10pt;
	padding: 2pt;
	text-align: left;
	font-size: 70%;
	background-color: #000000;

}
#imgwrap {
	height: 120px;
	}
#nav {
	font-size: 70%;
	padding-bottom: 10px;}
/* footer
--------------------------------------------------*/
#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #000000;
	font-family: Verdana;
	font-size: 0.6em;
	text-align: center;
	background-color: #8f8f8f;
}
/* headers and links
--------------------------------------------------*/
h1 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	font-family: "Times New Roman";
	color: #e4f9f8;
	}
h2 {
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	font-family: "Times New Roman";
	color: #e4f9f8;
}	

a, a:visited {
	text-decoration: none;
	color: #9d250d;
	}
a:hover, a:active {
	text-decoration: none;
	color: #d13313;
	}
textarea, input, option, select {
	font-family: Verdana;
	color: #1d1d1d;
	background-color: #94b5dc;
}