/* REDEFINE HTML
----------------------------------------------- */
	
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff url('../graphics/bg.jpg') no-repeat top center;
	font: 12px arial, geneva, verdana, sans-serif;
	color: #62573D;
	line-height: 16px;
	text-align: center;
	}
	
img {
	border: 0;
	margin: 0;
	padding: 0;
	}
		
a:link {
	color: #0FA7D8;
	text-decoration:underline;
	}
		
a:visited {
	color: #0FA7D8;
	text-decoration:underline;
	}
	
a:hover {
	color: #3A3323;
	text-decoration:underline;
	}
		
a:active {
	color: #3A3323;
	text-decoration:underline;
	}

	
/* HEADER + FOOTER
----------------------------------------------- */	
	
#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: center;
}
	
.footer {
	font-size: 11px;
	line-height: 14px;
	}
	
.footer a:link {
	color: #62573D;
	text-decoration:underline;
	}
		
.footer a:visited {
	color: #62573D;
	text-decoration:underline;
	}
	
.footer a:hover {
	color: #3A3323;
	text-decoration:underline;
	}
		
.footer a:active {
	color: #3A3323;
	text-decoration:underline;
	}	
	
.small {
	font-size: 11px;
	line-height: 14px;
	}	
	
.reverse {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
}
.reverse a:link {
	color: #fff;
	text-decoration:none;
	}		
.reverse a:visited {
	color: #fff;
	text-decoration:none;
	}
.reverse a:hover {
	color: #fff;
	text-decoration:underline;
	}	
.reverse a:active {
	color: #fff;
	text-decoration:underline;
	}
	
	
.navon {
	font-size: 11px;
	line-height: 14px;
	color: #B4B0A7;
	}
	
.subnav {
	font-size: 11px;
	line-height: 14px;
	}
	
.subnav a:link {
	color: #62573D;
	text-decoration:none;
	}
		
.subnav a:visited {
	color: #62573D;
	text-decoration:none;
	}
	
.subnav a:hover {
	color: #3A3323;
	text-decoration:underline;
	}
		
.subnav a:active {
	color: #3A3323;
	text-decoration:underline;
	}	
		
	
	
	
		
