body {
	background: #000;
	color: #fff;
	font: 75%/1.5 "Courier New", Courier, monospace;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
} 
img {
	border: none;
}

a {
	color: #000;
}

/* self-clear floats */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* =image classes */
.img-left {
	float: left;
	margin: 0 10px 10px 0;
}
.img-right {
	float: right;
	margin: 0 0 10px 10px;
}
.img-center {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}
.img-left-static {
	display: block;
	margin-bottom: 10px;
}

.img-right-static {
	display: block;
	margin: 0 0 10px auto;
	text-align: right;
}

/* =text classes */
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-vs {
	margin-bottom: 3em;
}
.text-clear-left {
	clear: left;
}
.text-clear-right {
	clear: right;
}

.js #page {
	visibility: hidden;
}

#page {
	background: url(images/bg_main.jpg) no-repeat top left;
	color: #000;
	height: 768px;
	margin: 0 auto;
	position: relative;
	width: 1024px;
}
body.home #page {
	background-image: url(images/bg_home.jpg);
}
body.nosub #page {
	background-image: url(images/bg_main_nosub.jpg);
}

#navigation-main {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#navigation-main li {
	position: absolute;
	right: 0;
}
#nav-videos {
	top: 187px;
}
#nav-artwork {
	top: 307px;
}
#nav-words {
	top: 424px;
}
#nav-contact {
	top: 532px;
}
#nav-links {
	top: 644px;
}

#content {
	background: url(images/contentwindow.jpg) no-repeat top left;
	height: 536px;
	left: 136px;
	position: absolute;
	top: 232px;
	width: 611px;
}
body.nosub #content {
	background-image: none;
}
#content-inner {
	height: 420px;
	margin: 40px 60px 64px 60px;
	overflow: auto;
	padding: 0;
}
body.nosub #content-inner {
	padding-left: 65px;
}
body.video #content-inner {
	height: auto;
}
body.art #content-inner {
	margin: 65px 60px 39px 60px;
}

.navigation-secondary {
	height: 440px;
	left: 5px;
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: absolute;
	top: 292px;
	text-transform: uppercase;
	width: 125px;
}
.navigation-secondary li {
	margin: 0 0 1em;
	padding: 0;
}
.navigation-secondary a {
	text-decoration: none;
}
.navigation-secondary a:hover {
	color: #DD8322;
}
.navigation-secondary li.hd {
	font-weight: bold;
}
.navigation-secondary ul {
	font-weight: normal;
	list-style: none;
	margin: 1em 0 0 1.5em;
	padding: 0;
}

/* =credits */
#credits {
	margin: .5em 0 0;
}
#credits p {
	line-height: 1.2em;
	margin: 0;
}
#credits div {
	width: 48%;
}
#credits div#col1 {
	float: left;
}
#credits div#col2 {
	float: right;
}
body.video #credits {
	height: 90px;
	overflow: auto;
}
/* =carousel */
#carousel {
	list-style: none;
	margin: 0;
	padding: 0;
}

