/* REDEFINE HTML
----------------------------------------------- */
	body
		{
		padding-top: 20px;
		background: #000;
		text-align: center;
		color: #fff;
		}
	
	img
		{
		border: 0;
		}
	
	a:link 
		{
		color: #FFCF92;
		text-decoration:none;
		}
		
	a:visited 
		{
		color: #FFCF92;
		text-decoration:none;
		}
	
	a:hover 
		{
		color: #FEB558;
		text-decoration:underline;
		}
	
	a:active 
		{
		color: #FEB558;
		text-decoration:underline;
		}
	
	h4
		{
		margin-bottom: 4px;
		font: normal 13px 'Trebuchet MS','Lucida Grande', Arial, Sans-Serif;
		border-bottom: 1px #5F5E57 solid;
		text-align: left;
		color: #ccc;
		}
		
	p
		{
		font: 12px arial, geneva, verdana, sans-serif;
		}

/* STRUCTURE
----------------------------------------------- */
	#container
		{
		margin: 0 auto;
		width: 900px;
		}
	
	#main-content
		{
		background: #000 url(../images/common/halo.png) center no-repeat;
		}
		
	#logo
		{
		padding: 0 0 18px 0;
		text-align: center;
		}
		
	#footer
		{
		padding: 5px 0 20px 0;
		font: 10px arial, geneva, verdana, sans-serif;
		text-align: center;
		line-height: 1.2em;
		color: #999;
		}
		
	#footer	a:link 
		{
		color: #;
		text-decoration:none;
		}
		
	#footer	a:visited 
		{
		color: #;
		text-decoration:none;
		}
	
	#footer	a:hover 
		{
		color: #;
		text-decoration:underline;
		}
	
	#footer	a:active 
		{
		color: #;
		text-decoration:underline;
		}
		
/* COSMETICS
----------------------------------------------- */
	.thumb-off
		{
		margin-right: 4px;
		border: 2px #000 solid;
		}
		
	.thumb-on
		{
		margin-right: 4px;
		border: 2px #fff solid;
		}

/* MAIN MENU
----------------------------------------------- */
	#menu-main ul 
		{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
	#menu-main ul li 
		{
		float: left;
		}
		
	#menu-main ul li a 
		{
		padding: 4px 40px 4px 40px;
		font: bold 11px arial, sans-serif;
		text-decoration: none;
		display: block;
		text-align: center;
		}
	
	#menu-main ul li a:hover 
		{
		color: #fff;
		}
	
	#menu-main #active-section a 
		{
		color: #fff;
		border-bottom: 1px #fff solid;
		text-decoration: none;
		}