/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */


html{background: black url(img/bkgd.jpg) repeat-x top center fixed; }

h1,h2,h3,h4,h5,h6 {color: #F4FFF9;}
body {color:#FFF;}

a{color: #eee41d;}
a:hover {text-decoration: underline;}
a img:hover {opacity: 0.80;}
#content h1 a:hover{color: #eee41d;}
#navigation li a:hover{background: #eee41d; color:#000}

.contact_btn{background: transparent url(img/contact_btn_gold.png) no-repeat top center; height: 38px; width: 104px; display: block;}

#content h1 span, #navigation li a{
	font-size: 14px; 
	background: black; 
	padding: 2px 6px 4px; 
	color: #fff; 
	text-transform: uppercase;}
	
#tophat{background: #111; border-bottom:1px solid #222;}
#footer{background: #111; border-top:1px solid #222;}
	
#content img, #content a img {
border:none;
background: none;
padding:2px;

}

