/* CSS Document */
html {
	height:100%;
}
body {
	height:100%;
	background-color:#e6e6e6;
	font:normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding:0;
	padding-bottom:16px;
	margin:0;
}
h1 {
	padding:0;
	margin:0;
	color:#990000;
	font-size:1.5em;
}
.clear {
	clear:both;
}
#header-home {
	background-image: url(../_img/header-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	width: 676px;
}
#header-music {
	background-image: url(../_img/header-music.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 115px;
	width: 676px;
}
#header-events {
	background-image: url(../_img/header-events.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	width: 676px;
}
#header-photos {
	background-image: url(../_img/header-photos.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 115px;
	width: 676px;
}
#header-words {
	background-image: url(../_img/header-words.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 115px;
	width: 676px;
}
#header-biography {
	background-image: url(../_img/header-biography.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 115px;
	width: 676px;
}
#header-contact {
	background-image: url(../_img/header-contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	width: 676px;
}
#header-work {
	background-image: url(../_img/header-work.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 115px;
	width: 676px;
}
#header-blog {
	background-image: url(../_img/header-blog.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 115px;
	width: 676px;
}
#border-body {
	background-image: url(../_img/body-bg-nodots.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
	width: 602px;
	margin-left: 8px;

}
#figure-body {
	border-bottom:1px solid #ffffff;
	border-left:0px solid #E6E6E6;
	border-right:0px solid #E6E6E6;
	border-top:0;
	/*
	background-image: url(../_img/figure.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
	background-color: #FFFFFF;
	width: 600px;
}
border-bottom {
	background-image: url(../_img/border-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:2px;
}
#menu {
	background-color:#ffffff;
	width:100px;
	float:left;
}
#content {
	background-color:#FFFFFF;
	width:460px;
	float:right;
	margin:0 8px 8px 0;
	border-bottom:1px solid #ffffff;
	background-image: url(../_img/bgTwoDots.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0 16px 0 8px;
}
ul {
	list-style-type: none;
	margin:0;
	padding:0 0 0 8px;
}
li {
	padding:2px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a.menu {
	text-decoration: none;
	color:#999999;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}

a:hover.menu {
	background-color:#999999;
	color:#ffffff;
	font-weight:bold;
}
.linksHeader {
	color:#333333;
	font-weight:bold;
	margin-top:8px;
	font-size:1.2em;
}
footer {
	padding:0 0 8px 8px;
	color:#666666;
	background-image: url(../_img/border-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}