/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */


html{background: #92411B url(img/orange_bg.jpg) repeat-x top center fixed; }

h1,h2,h3,h4,h5,h6 {color: #FFA500;}
body {color:#E6E6E6;}

a{color: #FFA500;font-weight:bold;}
a:hover {text-decoration: 0;}
a img:hover {opacity: 0.80;}
#content h1 a:hover{color: #404040;}
#navigation li a:hover{background: #92411B;}

.contact_btn{background: transparent url(img/contact_btn_black.png) no-repeat top center; height: 38px; width: 105px; display: block;}

#content h1 span{
	font-size: 18px; 
	padding: 2px 6px 4px; 
	color: 92411B;
	text-transform: lowercase;}

#navigation li a{
	font-size: 18px; 
	padding: 2px 6px 4px; 
	color: #fff;
	text-transform: lowercase;}
	
#tophat{background: #111; border-bottom:1px solid #222;}
#footer{background: #111; border-top:1px solid #222;}
	
#content img, #content a img {
background:#111 none repeat scroll 0 0;
border:1px solid #222;
padding:2px;
}
