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

/* html{background: white url(img/bg.jpg) repeat top center;} */
html{background: url(img/bg.jpg) no-repeat fixed center top #97d09b;}

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

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;}
*/

#content h1 span, #navigation li a{
	font-size: 14px; 
	background: #3E6483; 
	padding: 2px 6px 4px; 
	color: #fff; 
	text-transform: uppercase;}
	
/*
#tophat{background: #111; border-bottom:1px solid #222;}
#footer{background: #8991BF; border-top:1px solid #222;}
*/
#tophat{background: #111; border-bottom:1px solid #222;}
#footer{background: #3E6483; border-top:1px solid #222;}
