html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	color: #dddddd;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 67.5%;
}

img {
	border: 0;
	display: block;
}

img.large {
	width: 400px;
	height: 364px;
	border-bottom: 1px solid #ffffff;
}

img.wide400x100 {
	width: 400px;
	height: 100px;
	border-bottom: 1px solid #ffffff;
}

.nobr {
	clear: both;
	line-height: 0;
}

.clear {
	clear: both;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

#pagecontainer {
	margin: 40px 10px 10px 40px;
	width: 760px;
}

#headercontainer {
	height: 120px;
}

#contact {
	display: block;
	float: right;
}

#contact p {
	font-size: 1.4em;
	padding: 8px 40px 0 0;
	margin: 0;
	height: 25px;
	width: 300px;
	text-align: right;
}

#contactphone {
	background: #000000 url('/images/icon_phone.jpg') no-repeat right 50%;
}

#contactfax {
	background: #000000 url('/images/icon_fax.jpg') no-repeat right 50%;
}

#contactemail {
	background: #000000 url('/images/icon_email.jpg') no-repeat right 50%;
}

#contentcontainer {
	border: 1px solid #ffffff;
	border-width: 1px 0;
}

#sidebar {
	position: absolute;
	float: left;
	width: 360px;
}

#navigation {
	width: 360px;
	height: 350px;
}

#navigation ul {
	margin: 20px 20px 10px 17px;
	padding: 0;
	list-style: none;
}

#navigation li {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

#navigation li a {
	padding: 3px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#navigation li a:hover {
	text-decoration: none;
	background-color: #ed2024;
	color: #ffffff;
	font-weight: bold;
}

#navigationfooter {
	width: 360px;
	background: #000000 url('/images/icon_audio.jpg') no-repeat 20px bottom;
}

#navigationfooter p {
	text-align: right;
	margin: 0 20px;
	padding: 0;
	line-height: 1.5em;
	color: #767676;
}

#navigationfooter a {
	color: #c2c2c2;
	text-decoration: none;
}

#navigationfooter a:hover {
	color: #ffffff;
}

#content {
	width: 400px;
	min-height: 416px;
	margin-left: 360px;
}

.greybox {
	background-color: #272727;
	padding: 10px;
}

#pagefooter {
	margin: 20px 0;
}

#pagefooter p {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #767676;
}

#pagefooter a {
	color: #c2c2c2;
	text-decoration: none;
}

#pagefooter a:hover {
	color: #ffffff;
}


.textright {
	text-align: right;
}

.floatleft {
	float: left;
	clear: left;
}

.floatright {
	float: right;
	clear: right;
}

.greybox h1 {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	height: 2.4em;
	font-weight: normal;
}

.greybox p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	height: 2em;
}

a {
	color: #c2c2c2;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

ul {
	list-style: none;
}

li {
	line-height: 1.4em;
}




#content form {
	margin-bottom: 0px;
}

#content fieldset {
	margin-top: 10px;
	padding: 5px;
	border: 0px solid #dddddd;
}

#content label {
	font-weight: bold;
	float: left;
	width: 140px;
	vertical-align: middle;
	font-size: 1.1em;
	margin-left: 10px;
	padding-top: 10px;
}

#content legend {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #dddddd;
}

#content .formInput {
	float: left;
	margin: 5px 0;
	width: 210px;
	border: 1px solid #555555;
	background-color: #999999;
}

#content .formTextarea {
	float: left;
	margin: 5px 10px;
	width: 350px;
	height: 150px;
	border: 1px solid #555555;
	background-color: #999999;
}

#content .formSubmit {
	margin: 0 10px 20px 10px;
}

.message {
	border: 1px solid #ed2024;
	font-weight: bold;
	background-color: #333333;
	color: #dddddd;
	padding: 10px;
}

#flashcontent {
	width: 400px;
	height: 300px;
	border-bottom: 1px solid #ffffff;
}

#flashcontentaudio {
	width: 400px;
	height: 30px;
}