/*
Theme Name: Aiken Driving Club
Theme URI: http://aikendrivingclub.com/
Description: Custom theme for Aiken Drivin Club
Version: 1
Author: Meghan Benge
Author URI: http://meghanbenge.com/
Tags:purple, custom header, fixed width, 
	
*/



body, html {
	padding: 0px;
	margin: 0;
	background:#fafaf1 url(images/adc_bg.jpg) no-repeat center top;
	color: #333333;
	font: 14px/14px Optima, Tahoma, Geneva, sans-serif;
	width: 100%;
height:100%;
  display: table;
  letter-spacing:.5px;
  
  

}

p { text-indent: 2px; }

p a{color:#099;
	text-decoration:underline;}
p a:hover{ text-decoration:none;}

img { 
	border:0;
	padding:5px;
	float:left;
}

h1 {
	margin: 0;
	padding: 2px;
	font: bold 24px/24px Garamond, Georgia, "Times New Roman", Times, serif;
	color: #663399;
	clear:left;
}

h1 a{color:#099;
	text-decoration:underline;}
h1 a:hover{ text-decoration:none;}


h2 {
	margin: 0;
	
	font: bold 14px/14px Optima, Tahoma, Geneva, sans-serif;
	color: #333;
	clear:left;
}

h2 a{color:#099;
	text-decoration:underline;}
h2 a:hover{ text-decoration:none;}

#header {
	height: 215px;
	width: 905px;
	margin: 0 auto;
	position: relative;
}
#logo{
	position:absolute;
	background:url(images/adc_logo.png) no-repeat top;
	left:45px;
	top:30px;
	height: 200px;
	width:450px;
	text-indent:-999px;
}


#nav {
	position: absolute;
	left: 230px;
	bottom: 1px;
	list-style: none;
	font: bold 18px/18px Garamond, Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	
}
#nav li {
	background: none;
	float: left;
	padding: 0;
	width: 135px;
	text-align: center;

}
#nav a, #nav a:visited {
	text-decoration: none;
	color: #000;
}
#nav a:hover {
	text-decoration: underline;
}


#subnav {
	position: absolute;
	bottom: 170px;
	left: 645px;
	margin: 0;
	padding: 0;
	list-style:none;
	font: bold 16px/16px Garamond, Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	text-transform:uppercase;
}
#subnav li {
	float: left;
	width:88px;
	background: 0;
	padding: 0;
	margin: 0 10px 0 0;
}
#subnav li a {
	color:#000;
	
	display: block;
	text-decoration:none;
	width: 95px;
	height: 25px;
}

#subnav a:hover {
	text-decoration:underline;
}

#content-wrap {
	width: 904px;
	margin: 0 auto;
	background: url(images/wrap-bg.jpg) repeat-y right top;
	position: relative;
	padding: 0 0 0px;
min-height:100%;
height:100%;
}

#content {
	width: 758px;
	margin-top:1px;
	margin-left: 22px;
	background: #fff;
	
	padding: 20px;
       padding-bottom:60px;
         
}

#footer {
	
	background: ##fafaf1;
	clear: both;
	width:760px;
	height:60px;
        
	

list-style-type:none;
	text-align:center;
	
}


#footer-wrap {
	width: 800px;
	height: 120px;
	margin-top:-6px;
	margin-left:21px;
	background: ##fafaf1;
clear:both;
}

#footer li{
	font-size: 90%;
	color: #999;
	clear: both;
	margin: 0;
	padding:5px;
	display:inline;
		
}



#footer a {
	color:#999;
}




