/* CSS Document */

* {
	margin:0; 
	padding:0;
	font-size:100%;
}

body{
	background:#1c0001;
	text-align:center;
}

img 
{
	vertical-align:top;
}

a img  
{
	border:0;
}

p
{
	margin-bottom: 10px;
}

html, input, textarea
{
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #4c2432;
}

ul
{
margin-left: 10px;
}

li
{
margin-left: 10px;
}

h1
{
	font-size: 18px;
	line-height: 2em;
	color: #1c0001;
	font-family: Arial;
        margin-bottom: 10px;
}

h2
{
	font-size: 15px;
	line-height: 1.5em;
	font-family: Arial;
}

h3
{
	font-weight: bold;
	font-family: Arial;
}

a
{
	color: #7f7f7f;
	text-decoration: none;
border-bottom:1px dashed;
}

a:hover
{
border-bottom:1px solid;
}

#main  
{
	width: 915px;
	height: 610px;
	position: absolute;
	left: 50%; /* set as 50%, negative margins put layout back into place*/
	top: 50%;
	margin-left:-457px; /* approx. half the width */
	margin-top:-305px; /* half the height */
	background: url("images/background.png") no-repeat;
	text-align: left;
}

#header
{
	padding: 10px;
}

#content
{
	padding: 20px 30px 30px 100px;
}

#prefooter
{
	position: absolute;
	font-size: 11px;
	left: 50%;
	top: 50%;
	margin: 220px 0px 0px 210px;
	 font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}

#prefooter a
{
 color: #4c2432;
}

#footer
{
	position: absolute;
	color: #ffffff;
	font-size: 11px;
	left: 50%;
	top: 50%;
	margin: 298px 0px 0px -455px;
	font-family: Tahoma, Arial, sans-serif;
        width: 905px;
}

#footer a
{
 color: #ffffff;
}

#subscribe
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 300px 0px 0px -93px;
}

input, select  
{
	vertical-align:middle; 
	font-weight:normal;
}

small
{
	font-size: 11px;
}

.label
{
	width: 80px;
	float: left;
	font-weight: bold;
}

.element
{
	float: left;
}

.indentbody
{
	padding-left: 30px;
	padding-bottom: 20px;
}

.quote
{
       font-style: italic;
}