@charset "UTF-8";
/* CSS Document */

body 
{
	background-color: #050505;
	background-image:url(background.png);
	background-position:top center;
	background-repeat: no-repeat;
	font-family: Orator Std, OLIVEOIL, Bradley Hand ITC TT-Bold;
	color: 60605e;
}
.oneColElsCtr #container 
{
	width: 65em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a:link 
{
	color: #888888;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #60605e;
}
a:hover 
{
	text-decoration: none;
	color: #00AA00;
}
a:active 
{
	text-decoration: none;
}
h1 /*footer*/
{
	font-family: Myriad Pro;
	text-decoration: none;
	font-size: 9pt;
	color: #60605e;
	font-style: normal;
}


