html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	list-style-type: none;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

body {
	background: url(images/body_bg.jpg) #fbfaeb center top no-repeat;
	color: #5c3f34;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	line-height: 16px;
}

#wrapper {
	background: url(images/content_bg.jpg) center top no-repeat;
	height: 770px;
	margin: 0 auto;
	width: 1101px;
}

#logo {
	background: url(images/logo.gif) center top no-repeat;
	display: inline;
	float: left;
	height: 205px;
	margin: 20px 0 50px 50px;
	width: 224px;
}

h1 {
	display: none;
}

#player {
	display: inline;
	float: right;
	height: 98px;
	margin: 100px 400px 0 0;
	width: 338px;
}

#box {
	background: url(images/box.png) left top no-repeat;
	display: inline;
	float: right;
	height: 93px;
	margin: 460px 100px 0 0;
	width: 390px;
}

#box p {
	margin: 15px;
	font-style: italic;
}

#content {
	clear: left;
	height: 500px;
	margin: 0 0 0 50px;
	width: 390px;
}

#content p {
	margin-bottom: 15px;
}

#content p.allCaps {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

#content p.italic {
	margin-top: 2px;
	margin-bottom: 0;
	font-style: italic;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 90px;
	text-transform: uppercase;
}

#content h3 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 4px;
}

#content p.contact {
	margin-bottom: 4px;
}