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

body 
{
	background-color: #181717;
	background-image:url(argyle.jpg);
	background-attachment:fixed;
	font-family: Myriad Pro, Orator Std, Bradley Hand ITC TT-Bold, MAXIMO;
	color:#AAAAAA;
	font-size:14px;
}
.oneColElsCtr #container 
{
	width: 65em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
a:link 
{
	color: #777777;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #60605e;
}
a:hover 
{
	text-decoration: none;
	color: #00AA00;
}
a:active 
{
	text-decoration: none;
}
h1 /*footer*/
{
	text-decoration: none;
	font-size: 9pt;
	color: #AAAAAA;
	font-style: normal;
}
h2
{
	font-family: Abadi MT Condensed Light;
	color: #444444;
}
