/* --------------------- */
/*     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: #ec0000;}
#navigation li a:hover{background: #ec0000;}
/*fucking around with css*/
#navigation2 li a:hover{background: #ec0000; display:inline;}
.menu{
2
    width: 100%;
3
    background-color: #ec0000;  font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-weight:bold;}
.menu ul{
	margin: 0; padding: 0;
	float: left;}

.menu ul li{
	display: inline;}

.menu ul li a{
	float: left; text-decoration: none; text-transform: uppercase;
	color: white;
	padding: 10.5px 11px;
	background-color: #333; }

.menu ul li a:visited{
	color: white;}

.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color:#red;}
/*End fucking around with css*/
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: black; 
	padding: 2px 6px 4px; 
	color: #fff; 
	text-transform: uppercase;}
	
#about { background: transparent url(/wp-content/uploads/david-wells.png); background-position:100% 50%; background-repeat:no-repeat; height:550px; padding-right:300px; padding-top: -30px;}

.abouttext { position: absolute; float:left top; }


