* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	color: #000;
	font-family: Arial, sans-serif;
	background: #000;
}

/****************** 
    GENERAL STYLES
******************/
img {
	border: none;
}

/****************** 
    TEXT STYLES
******************/
h1 {
	font-size: 1.3em;
	margin-top: 1em;
}
h2 {
	font-size: 1.3em;
	line-height: 40px;
	font-family: "Times New Roman", Times, serif;
}
p {
	margin: .5em 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, p a:hover, li a:hover {
	color: #a21d21;
}
ul, ol {
	margin-left: 1em;
}
/* Custom */
.emphasis {
	color: #991B44;
	font-weight: bold;
}
.note {
	font-size: .85em;
}
.subtle {
	opacity: .5;
	filter: alpha(opacity=50);
}
.nobreak {
	white-space: nowrap;
}
.widget {
	line-height: 0em;
	width: 434px;
	margin-top: 1em;
	border-bottom: 1px solid #000;
}

/****************** 
    SITE STRUCTURE
******************/
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	text-align: left;
	margin: -292px 0 0 -390px;
}
#main-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 585px;
}
#header {
	position: absolute;
	top: 0;
	left: 270px;
	width: 510px
	height: 150px;
}
#media-player {
	position: absolute;
	top: 455px;
	left: 575px;
}
#body, #body-player {
	position: relative;
	top: 150px;
	left: 270px;
	width: 510px;
	height: 435px;
	font-size: .9em;
}
#body {
	background: url(../images/body-bg.jpg) no-repeat;
}
#body-player {
	background: url(../images/body-bg-player.jpg) no-repeat;
}
#body-text, #body-text-short {
	position: relative;
	overflow: auto;
	top: 0;
	left: 10px;
	width: 500px;
}
#body-text {
	height: 435px;
}
#body-text-short {
	height: 280px;
}

/****************** 
    GALLERY STYLES
******************/
#gallery {
	overflow: auto;
	height: 350px;
	margin-top: 1em;
}
#gallery .thumbnail {
	display: block;
	float: left;
	width: 225px;
	height: 225px;
	margin-bottom: 15px;
	border: 1px solid #000;
	background: #000;
}
#gallery .even {
	margin-left: 15px;
}