@charset "utf-8";
/* CSS Document */
/* */
/*#E1D7C7 TAN*/
*{
	margin:0;
	padding:0;
}

body{
	height:100%;
	background-color: #863535;
    background-position: center -1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content{
	width:900px;
	height:100%;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:30px;
	background-color:#FFFFFF;
	background-image:url(http://www.andrewwasson.com/images/nav_bg.gif);
	background-repeat:repeat-y;
	border:thin #CCCCCC solid;

	
}
#wrapper{
	height:100%;
	
}
#banner{
	text-align:center;
/*	background-color:#8ca5dd;*/
	padding:0px;
	margin:0px;
	height:175px;
}
#banner_bottom{
	width:900px;
	height:20px;
	background-color:#333333;
	background:url(http://www.andrewwasson.com/images/bhr.gif) repeat-x;
}
/*Start of Nav. code*/
/************************************************************************************/
#nav{
	width:200px;
	padding-top:20px;
	height:100%;
	min-height:100%;
	background-color:#000000;
	background-image:url(images/nav_bg.gif);
	float:left;
	
}
#nav_list{
	list-style:none;
text-align:center;	
}
/*#nav_list li{
	padding-bottom:10px;
}*/
#nav_list a{
	text-decoration:none;
}

/*End of Nav. code*/
/************************************************************************************/
#bodycontent{
	width:470px;
	float:left;
	padding:10px;
	font-size:12px;
	background-color:#FFFFFF;
}
#bodycontent img{
margin-left:10px;
margin-right:10px;
}
.title{
	font-size:22px;
	font-weight:bold;
}
#contact_table td{
padding:4px;
}
#login_table td{
padding:4px;
}
#ad{
	width:200px;
	height:300px;
	float:right;
	text-align:center;
}
#footer{
	display:block;
	clear:both;
	text-align:center;
	font-size:10px;
	padding-bottom:10px;
}


/*new menu code*/
/***************************************************************************/
	
#nav_list {
	width: 200px;
/*	margin: 10px;*/
	}
	
#nav_list li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#nav_list li a{
	color: #000000;
	display: block;
	background:  url(http://www.andrewwasson.com/images/menu13.gif);
	padding: 8px 0 0 10px;
	}
	
#nav_list li a:hover {
	color: #FFFFFF;
	background:  url(http://www.andrewwasson.com/images/menu13.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
li a:visited {
    color: #0000FF;
    display: block;
	background:  url(http://www.andrewwasson.com/images/menu13.gif);
	padding: 8px 0 0 10px;
	}

#home .home, #posts .posts, #podcasts .podcasts, #biography .biography, #technique .technique, #guitar_theory .guitar_theory, #music_theory .music_theory, #business .business, #educator .educator, #favorites .favorites, #gear .gear, #music .music, #photos .photos, #press .press, #links .links, #contact .contact, #logout .logout {
	color: #800000;
	background:  url(http://www.andrewwasson.com/images/menu13.gif) 0 -32px;
	padding: 8px 0 0 10px;

}

	

/*************************************************************/

