/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */


html{background: white url(img/gridbg.gif) repeat top center; }

h1,h2,h3,h4,h5,h6 {color: #fff;}
a{color: #1e00ff;}
a:hover {text-decoration: underline;
	color: #000;
}
a img:hover {opacity: 0.80;}
#content h1 a:hover{color: #000;}
#content h1 a:hover{color: #1d5af1;}
#navigation li a:hover{background: #000;
	color: #549ffd;
}


h2 a{color: #333; text-decoration: none;}
h2 a:hover{color: #111; text-decoration: none;
	background-color: #bebebe;
}


.contact_btn{background: transparent url(img/contact_btn_black.png) no-repeat top center; height: 38px; width: 105px; display: block;}

#content h1 span, #navigation li a{
	font-size: 14px; 
	background: black; 
	padding: 2px 6px 4px; 
	color: #fff; 
	text-transform: uppercase;}
	



