@charset "utf-8";

body {
	background: #000;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
}

input, textarea, label {
	background: #000;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
}

p, li, td {
	line-height: 18px;
	margin: 0;
}

td {
	padding: 0 15px 0 0;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em 0;
}

label {
	line-height: 15px;
}

a {
	outline: 0;
}

a img {
	border: 0;
}

a:link {
	color: #87edff;
}

a:visited {
	color: #87edff;
}

a:hover {
	color: #FFC;
}

a:active {
	color: #87edff;
}

#container {
	margin: auto;
	position: relative;
	width: 1000px;
}

#indicatorRow {
	background: url(images/indicator-row.gif) no-repeat;
	height: 50px;
}

#indicator {
	background: url(images/indicator.png) no-repeat;
	height: 50px;
	width: 30px;
}

div.one {
	margin-left: 60px;
}

div.two {
	margin-left: 253px;
}

div.three {
	margin-left: 455px;
}

div.four {
	margin-left: 582px;
}

div.five {
	margin-left: 711px;
}

div.six {
	margin-left: 892px;
}

#menuRow {
	height: 70px;
}

#menuRow a, #menuRow span {
	color: #000;
	display: block;
	float: left;
	font-size: 1px;
	height: 70px;
}

#menuRow a.home {
	background: url(images/menu/home.gif) no-repeat;
	width: 147px;
}

#menuRow a.home:hover, #menuRow span.home {
	background: url(images/menu/home-on.gif) no-repeat;
	width: 147px;
}

#menuRow a.bio {
	background: url(images/menu/bio.gif) no-repeat;
	width: 242px;
}

#menuRow a.bio:hover, #menuRow span.bio {
	background: url(images/menu/bio-on.gif) no-repeat;
	width: 242px;
}

#menuRow a.media {
	background: url(images/menu/media.gif) no-repeat;
	width: 163px;
}

#menuRow a.media:hover, #menuRow span.media {
	background: url(images/menu/media-on.gif) no-repeat;
	width: 163px;
}

#menuRow a.dtc {
	background: url(images/menu/dtc.gif) no-repeat;
	width: 91px;
}

#menuRow a.dtc:hover, #menuRow span.dtc {
	background: url(images/menu/dtc-on.gif) no-repeat;
	width: 91px;
}

#menuRow a.credits {
	background: url(images/menu/credits.gif) no-repeat;
	width: 167px;
}

#menuRow a.credits:hover, #menuRow span.credits {
	background: url(images/menu/credits-on.gif) no-repeat;
	width: 167px;
}

#menuRow a.contact {
	background: url(images/menu/contact.gif) no-repeat;
	width: 190px;
}

#menuRow a.contact:hover, #menuRow span.contact {
	background: url(images/menu/contact-on.gif) no-repeat;
	width: 190px;
}

#photoRow {
	background: url(images/photo-row.jpg) no-repeat;
	height: 107px;
	margin: 15px 0 0 156px;
}

#content {
	padding: 20px 20px 30px 20px;
	text-align: justify;
}

#footer {
	font-size: 10px;
	padding: 10px;
	text-align: center;
}

#footer p {
	line-height: 14px;
}

#contactForm {
	margin: 0;
	padding: 0;
}

#contactForm label {
	display: block;
	padding: 8px 0 3px 0;
	width: 300px;
}

#contactForm input.textField {
	border: 1px solid #87edff;
	padding: 3px;
	width: 292px;
}

#contactForm textarea {
	border: 1px solid #87edff;
	height: 176px;
	padding: 3px;
	width: 292px;
}

#contactForm input.submitButton {
	color: #FFF;
	display: block;
	margin-top: 8px;
	padding: 2px 4px;
}

.floatLeft {
	float: left;
	width: 50%;
}