body{
		background: #000000; 
		margin-left: 1em;
		font-family: verdana,helvetica,arial;font-size: 1em;
}

table{
		background: #9b9b9b;
}

h1{
		font-family: "Bank Gothic",arial,sans-serif;font-size: 2em; 
		font-weight: bold; color: #000000
}

h2{
		font-family: "Bank Gothic",arial,sans-serif;font-size: 1.5em;
		font-weight: bold; color: #0E0E77;font-style: italic;
		margin-bottom: -20px;
}

p{
		font-weight: normal; color: black;
}

p.quote{
		font-weight: bold; color: #000000;
		text-align: center; font-style: italic;
		font-family: "Bank Gothic",arial,sans-serif;
}

p.copy{
		font-size: .75em; color: #9b9b9b;
		text-align: center;
		font-family: helvetica,arial,sans-serif;
}

a:link{
		color:#0E0E77; text-decoration: underline;
}

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

a:visited{
		color:#0E0E77; text-decoration: underline;
}

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


#links li{

	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;

	border-right: 1px solid #0E0E77;

	font-family: "Bank Gothic",arial,sans-serif;font-size: 1em;
		font-weight: bold; color: #0E0E77;
}

/* Header */

#header{

	float: center;

	height: 175px; 

	padding: 10px 10px 10px 10px;	

	background: #000000;
}


/* Background */

#background{

	align: center;

	width: 800px;

	height: 150px;

	padding: 10px 10px 10px -10px;	

	text-align: center;
	
	margin: 0px auto; 

}

/* Content */

#content{

	float: center;

	margin-bottom: 1em;

	margin-top: .5em;

	margin-left: 1em;

	margin-right: 1em;

	background: #9b9b9b; 

	text-align: left; 
}

/* Footer */

#footer{

	float: center;

	margin-bottom: 1em; 

	padding: 10px 10px 10px 10px;	

	text-align: right; 

	background-image: url(images/footer.png);

	background-repeat: no-repeat;

	background-position: 100% 50%;

}

#footer a{

	color: #fff;

	text-decoration: underline;

}

#footer p{

	color: #fff;

	font-size: .75em;

}
