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


html{background: white url(img/gridbg.gif) repeat top center; }

a{
	color: #E3561F;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a img:hover {opacity: 0.80;}
#content h1 a:hover{color: #90bc17;}
#navigation li a:hover{background: #90bc17;}

.contact_btn{background: transparent url(img/contact_btn_orange.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;}
	


90bc17
