@charset "UTF-8";


body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #000000;
	text-align: center; 
	color: #ffffff;

}

.thrColFixHdr #container { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;  
	margin: 0 auto; 
	text-align: left;
} 


.thrColFixHdr #header { 
	background: #000000; 

} 


.thrColFixHdr #mainContent { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
} 

.thrColFixHdr #mainContent h2 {
font-size: 17px;
line-height: 17px;
}

.thrColFixHdr #footer { 
	background-image:url(images/footerback.jpg);
}



 
.thrColFixHdr #footer h2 {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 10px;
	text-align: center;
	color:#B19A7F;
	font-weight: normal;
}

.thrColFixHdr #footer h2 a:link {
	color: #B19A7F;
	text-decoration: none;
}


.thrColFixHdr #footer h2 a:visited {
	color: #B19A7F;
	text-decoration: none;
}


.thrColFixHdr #footer h2 a:hover {
    color: #ffffff;
	text-decoration: underline;
}


.thrColFixHdr #footer h2 a:active {
	color: #ffffff;
	text-decoration: none;
}

a:link {
	color: #B19A7F;
	text-decoration: none;
}


a:visited {
	color: #B19A7F;
	text-decoration: none;
}


a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


a:active {
	color: #FFFFFF;
	text-decoration: none;
}

