html, body {
border:0 0 0 0;
margin:0 0 0 0;
padding:0 0 0 0;
}

body	{
	background: #6C000A;
        color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", serif;
	padding: 1em 20px 3em 20px;
	}

h1      {
        font-family: Georgia, serif;
        text-align: center;
        color: #6C000A;
	background: white;
	font-size: 150%;
        }

h4	{
	line-height: 1%;
	letter-spacing: 0.1em;
	text-align: center;
}

#head1	{
	position: absolute;
	top: 0;
	}
#head2	{
	position: absolute;
	top: 238px;
	}

ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: small;
	text-align: justify;
}

p.bold	{
	font-weight: bold;
	font-family: "Verdana", serif;
	text-align: center;
	}

#pagebox	{

	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;

	padding: 0px;
	}


#content	{
	position: absolute;
	top: 475px;
	background: white;	
	}

#footer	{
	background: black;
	color: white;
	width: 800px;
	clear: both;
	padding: 0px;
	color: white;
	font-size: 10px;

	}

#footer a	{
	color: white;
	text-decoration: none;
	padding: 0 8px;
	font-size: 10px;
	}

#footer a:hover	{
	color: #CCCCCC;
	background-color: #000;
	}

p	{
	font-family: "Verdana", serif;
	font-size: 12px;
        width: 90%;
	margin-left: 35px;
	margin-right: 15px;  
	position: relative;
	text-align: justify;
	}

p.center	{
	text-align: center;
	}

a:hover	{
	color: white;
	border-bottom: 1px dotted;
	}
	
img	{
	border: none;
	padding: 0;
	}


