/* Style by GSM|Mercury - PeteNice */


.ahem {
        display: none;
        }
        
.hide {
        display: none;
        }        
        




/* ------------------------------------------------------------ */
/* BEGIN OUTER STUFF */


BODY
	{
	text-align: center;
	margin: 0px; 
	padding: 0px;
	border: 0;	
	background: #036 url(whack.bg.jpg) bottom center repeat-x fixed;
	min-width:800px;
	}
			
			
div#wrapper	
	{

	color: #663;
	width: 800px;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	border: 0;
	}	
	
	
div#innerwrapper	
	{
	border: 0;
	color: black;
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	background: black;
	text-align: center;
	}	
		
	
			


			
			
			
/* ------------------------------------------------------------ */
/* FONT STUFF */
	

h2			{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 0px 0px 6px 0px;
			font-size: 26px;
			line-height: 30px;
			letter-spacing: -1px;
			font-weight: bold;
			}
						
						
/* ------------------------------------------------------------ */
/* LINK STUFF */


a:link, a:visited {
	color: #785;
	background: transparent; 
	}

a:hover {
	color: #530;
	background: transparent; 
	text-decoration: none;
	}

a:active {
	text-decoration : none;
	color: red;
	background: transparent;  
	}						