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


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

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

h2 a{color: #333; text-decoration: none;}
h2 a:hover{color: #111; text-decoration: none;}


.contact_btn{background: transparent url(img/contact_btn_red.png) no-repeat top center; height: 38px; width: 105px; display: block;}
.backhomepage_btn{background: transparent url(img/backhomepage_btn_red.png) no-repeat top center; height: 38px; width: 110px; display: block;}
.toblog_btn{background: transparent url(img/toblog_btn_red.png) no-repeat top center; height: 38px; width: 105px; display: block; float: right;}


#content h1 span, #navigation li a{
	font-size: 14px; 
	background: black; 
	padding: 2px 6px 4px; 
	color: #fff; 
	text-transform: uppercase;}
	


