@import url(http://fonts.googleapis.com/css?family=Anaheim);
@import url(http://fonts.googleapis.com/css?family=News+Cycle);

body
{	margin: 0px;
        background: url('bg.png');
	color: #6D5A4C;
	font-family: Anaheim;
	font-size: 12pt;
        line-height: 18px;
        text-align: justify;
        cursor: default;}

#content
{       margin: 0px auto 40px auto;
	padding: 20px 20px 10px 20px;
	background: #E1D4C4;
	width: 605px;
        cursor: default;}

#header
{       margin: 40px auto 0px auto;
	background: #E1D4C4;
	height: 485px;
	width: 645px;
	text-align: center;
        letter-spacing: 1pt;}

#navigation
{	margin: 0px auto;
	background: #E1D4C4;
	padding-top: 7px;
	padding-bottom: 0px;
	width: 645px;
	font-family: Arial, san-serif;
	text-transform: uppercase;
	text-align: center;
        letter-spacing: 2pt;
	font-weight:bold;	
	font-size: 15px;}

#navigation a
{	margin: 0px;
	padding: 8px 7px 8px 7px;
	color: #84593B;
	text-decoration: none;
	border-bottom: 0px;}

#navigation a:hover
{	color: #BA967E;}


a{	color: #84593B; 
	text-decoration: none;
	border-bottom: 1px dashed #BA967E;}

a:hover{ color: #BA967E;}


.affiliates {
padding: 0 2px;

}


h2{     font-family: News+Cycle;
	color: #83764B; 
        font-size: 14pt;
        letter-spacing: 2pt;
	text-transform: uppercase;
        text-align: right;
	line-height: 12px;
        padding: 2px;
	border-bottom: 1px solid #B0876C;}


input, textarea, option, select 
{	background-color: #6D5A4C;
	color: #E1D4C4;
	border: 1px solid #B0876C;}

