body {
	background: url( ../images/bg.jpg ) no-repeat top left #000000;
}

body, td, div {
	font-size: 11px; 
	font-family: Verdana;
}

p {
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding-bottom: 8px;
}

h1 { font-size: 25px; }
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

#box {
	background: url( ../images/top.png ) no-repeat;
	width: 950px;
	min-height: 71px;
	padding-top: 71px;
	position: relative;
	top: 30px;
}

#box_content {
	min-height: 300px;
	background: url( ../images/middle.png ) repeat-y;
}

#box_content_inner {
	padding-left: 80px;
	padding-right: 80px;
}

	#box_content_inner a {
		color: #553333;
		text-decoration: none;
	}
	
	#box_content_inner a:hover {
		color: #773333;
	}
	
	#box_content_inner img,
	#box_content_inner .img {
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}

#box_footer {
	background: url( ../images/bottom.png ) no-repeat;
	width: 950px;
	height: 33px;
}

#player {
	margin-left: 800px;
	vertical-align: middle;
}
#player span {
	display: inline-block;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
	vertical-align: top;
	margin-right: 5px;
}

#menu {
	position: absolute;
	top: 17px; 
	left: 90px;
	width: 630px;
	height: 25px;
	line-height: 26px;
}

#menu a {
	font-family: Helvetica, Verdana;
	text-decoration: none;
	color: #FFFFFF;
	font-style: italic;
	font-size: 13px;
	display: block;
	position: absolute;
}

a#menu_home { left: 50px; }
a#menu_about { left: 155px; }
a#menu_gigs { left: 265px; }
a#menu_projects { left: 345px; }
a#menu_links { left: 450px; }
a#menu_contact { left: 535px; }

#menu a.active {
	font-weight: bold;
}
