body {
    background: #FFFFFF url(backgrounds/background.jpg) top left repeat fixed;
}

p, ul, li, h2, h3, a {
	font-family: Eras Demi ITC, Tempus Sans ITC, Lucida Sans Unicode, Tahoma, Trebuchet MS, Verdana;
	color: #3333333;
	font-weight: normal;
	font-size: 14px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
a {
	font-size: 14px;
	color: #009900;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #00CC00;
	text-decoration: underline;
}
#title {
    background: transparent url(backgrounds/title.png) center no-repeat;
	display: block;
	height: 120px;
	width: 420px;
	float: left;
	margin: 5px 0px 0px 5px;
}
#title span, #title h1 {
    display: none;
}
#slogan {
    background: transparent url(backgrounds/slogan.png) no-repeat;
    height: 120px;
	width:380px;
	display: block;
	float: left;
	margin: 5px 0px 0px 0px;
}
#slogan span {
    display: none;
}
#header {
	clear: both;
	width: 800px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height: 30px;
	border: 1px solid #FFFFFF;
}
#header ul {
	background: #666666 center left repeat-x;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
#header li {
	display: inline;
	line-height: 30px;
	padding: 0px 10px 1px 0px;
	list-style: none;
	border-right: 2px solid #B0B0B0;
	margin: 0px;
}
#header a, .header a:visited {
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	margin-left: 5px;
    background: transparent;
	font-size: 16px;
	color: #E1E1E1;
	font-weight: bold;
}
#header ul li a:hover, .header ul li a:visited:hover {
	background: transparent url(backgrounds/header_bg.png) center left repeat-x;
	height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 5px;
}
#main-column {
    background: url(backgrounds/column.png) top left repeat;
	border: 1px solid #B0B0B0;
	width: 800px;
	min-height: 450px;
	margin: 0px 0px 0px 5px;
}
#content {
    margin: 20px;
}
.picture-left {
    float: left;
	border: 1px solid #333333;
	margin: 5px 10px 5px 0px;
}
.picture-right {
    float: right;
	border: 1px solid #333333;
	margin: 5px 0px 5px 10px;
}

div#music a#music,
div#contact a#contact,
div#links a#links,
div#biography a#biography {
    color: #FFFFFF;
}