body {
	background-color: white;
	margin: 0;
	font-family: Helvetica Neue, Arial, Helvetica;
	text-align: center;
}

#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#covers {
	position: relative;
	top: 80px;
}

#mastHead {
	background: url(img/mast-head.png) no-repeat;
	text-indent: -10000px;
	width: 625px;
	height: 92px;
	top: -100px;
	position: relative;
	margin-left: 40px;
}

#clouds {
	background-image: url(img/cloud-top.jpg);
	height: 169px;
	width: 1000px;
	position: absolute;
	top: 0;
	margin-left: -150px;
	text-align: center;
}

#content {
	position: relative;
	top: -90px;
}

#copy {
	width: 370px;
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: 	#444;
}

#tracks {
	width: 270px;
	text-align: left;
	font-size: 12px;
	line-height: 2em;
	position: absolute;
	left: 410px;
	top: 0;
}

#control {
	font-size: 11px;
	border: 1px solid #ccc;
	text-align: left;
	margin-bottom: 6px;
	color: #999;
	line-height: 2.7em;
	text-indent: 14px;
}

#conPlay {
	background-image: url(img/control_play_blue.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 4px;
	left: -6px;
	cursor: pointer;
}

#conStop {
	background-image: url(img/control_stop_blue.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 4px;
	left: -6px;
	cursor: pointer;
	display: none;
}

#player {
	width: 1px;
	overflow: hidden;
	height: 1px;
}

h1,h2,h3 {
}

ol {
	color: #999;
	border-top: 1px solid #e6e6e6;
	margin: 0;
	padding: 0;
}

ol li {
	border-bottom: 1px solid #e6e6e6;
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 4px;
}

a {
	color: #6691b3;
	text-decoration: none;
}

form {
	position: relative;
	top: 30px;
}