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


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

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

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

#content h1 span, #navigation li a{
	display:block;
	width:83px;
	font-size: 14px; 
	background: black;
	padding-top:9px; 
	color: #fff; 
	height: 12px;
	margin-left: 119px;
  	margin-top: -1px;
	text-transform: uppercase;}
	



