/* CSS Document */

html { 
  	padding:0px;
  	margin:0px;
}

body {
	background: #222 url(/_images/bk.jpg) 0 0 repeat fixed;
	font: normal 11px/18px Arial;
	color: #888;
	margin: 0px;
	padding: 0px;
}

/***************
* Top
*********************/
#top {
	background-color: #282828;
	height: 25px;
	color: #818181;
	font-size: 9px;
	line-height: 1em;
}
#top .inner {
	width: 880px;
	margin: 0px;
	padding: 0 15px;
}
#top p {
	margin-left: 445px;
	padding-top: 9px;
}

#top a:link,
#top a:visited {
	color: #818181;
}
#top a:hover {
	color: #fff;
}



#content {
	margin-left: 210px;
	padding-top: 20px;
	position: absolute;
}

#menu {
	position: fixed;
	margin: 20px 0px 20px 20px;
	width: 190px;
	text-align: left;
}

/********************
	Nav
 ********************/
ul#nav {
list-style-type: none;
width: 170px;
margin: 0px 0;
padding: 0;
border-top: 1px solid #e6e6e6;
font-family: Arial, Helvetica, sans-serif;
}

ul#nav li a {
display: block;
padding: 5px 0px 5px 5px;
padding-left: 5px;
border-bottom: 1px solid #e6e6e6;
color: #fff;
font: bold 11px Arial, Helvetica, sans-serif;
}

ul#nav li a:hover {
	text-decoration: none;
	color: #888;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
}

ul#nav li span.nodisp {
	visibility: hidden;
}

/* News
*******************
ul#nav li#news{
	height: 26px;
	background: transparent url(../davyblack/_images/news.png) top left no-repeat;
}

ul#nav li#portfolio:hover {
	background: transparent url(../davyblack/_images/news_ovr.png) top left no-repeat;
}

/* Biography
*******************
ul#nav li#biography{
	height: 40px;
	background: transparent url(../davyblack/_images/biography.png) top left no-repeat;
}

ul#nav li#biography:hover {
	background: transparent url(../davyblack/_images/biography_ovr.png) top left no-repeat;
}
****/


ul
{padding: 0px;
margin: 0px;
list-style-type: none;
}

a:link {
	color:#1d96b8;
	text-decoration: none;
    }
	
a:visited {
	color:#1d96b8;
	text-decoration: none;
    }

a:hover {
	color: #1d96b8;
	text-decoration: underline;
}

.bio {
	padding-top: 15px;
	width:425px;
	}
	
.shows {
	width:425px;
	}

.title {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

img{
text-decoration:none;
border: none;
}


/********************
	Footer
 ********************/
#footer {
	color: #e6e6e6;
	width: 170px;
	font-size: 100%;
	font-weight: normal;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #e6e6e6;
	padding-top: 5px;
	margin-top: 130px;
	margin-bottom:5px;
	clear: both;
}