@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/piano.gif) 0 0;
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
div {
	margin: 0;
	padding: 0;
}
#gestalt {
	width: 100%;
}
h1 span {
	font-style: italic;
	font-weight: normal;
	font-size: 9px;
	color: #666;
}
h1 img {
	margin-bottom: 10px;
}
h2 {
	margin-top: 1.5em;
	padding: 5px 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-size: 1.3em;
	text-transform: uppercase;
}
p {
	color: #222;
}
#resume p {
	margin-left: 35px;
	margin-right: 35px;
}
p.other {
	margin-top: 1.5em;
	padding: 5px 0;
	border-top: 1px solid #999;
}
#branding {
	width: 100%;
	height: 115px;
	background-color: #000;
}
#branding img {
	width: 405px;
	height: 106px;
	position: absolute;
	left: 0;
	top: 0;
}
#maincontent {
	width: 550px;
	padding: 30px;
	background: #fff;
	border: 5px solid #000;
	margin: 25px auto;
	text-align: center;
}
#maincontent ul, #maincontent li { text-align: left; }

#lists, .songtype {
	position: relative;
	width: 100%;
	margin: 1em 0;
}
#lists ul, .songtype ul {
	width: 43%;
	margin: 0;
}
#lists ul.col2, .songtype ul.col2 {
	position: absolute;
	right: 0;
	top: 0;
}

#player { margin: 0 auto; width: 480px; height: 360px; background-color: black; }

