* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: small; /* for IE5/Win */
	voice-family: "\"}\""; /* Hack to hide the next lines line from IE5/Win */
	voice-family: inherit;
	font-size: medium
}
img {
	border: 0px;
}
h1 {
	font-size: 20pt;
	padding: 5px;
}
p {
	padding: 5px;
}
#container {
	position: absolute;
	display: block;
	left: 50%;
	width: 798px;
	margin-left: -399px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}
#homecontainer {
	position: absolute;
	display: block;
	left: 50%;
	width: 798px;
	margin-left: -399px;
	margin-top: 20px;
}
#header{
}
#nav {
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	text-align: center;
	padding: 5px 0px;
}
#nav ul li {
	display: inline;
	padding: .2em 1em;
}
#content {
	background-image: url(images/spacer_red.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#homegraphic {
	float: left;
	width: 398px;
	text-align: center;
}
#hometext {
	float: left;
	width: 398px;
	text-align: center;
}
#pagetitle {
	float: left;
	width: 200px;
	font-size: x-large;
	font-weight: bold;
	color: white;
	text-align: left;
	margin-left: 20px;
	padding: 20px 0 10px 0;
}
#marquee {
	float: left;
	text-align: center;
	width: 350px;
	padding: 20px 0 10px 0;
}
#musiccontrol {
	float: right;
	text-align: right;
	width: 175px;
	padding: 20px 0 10px 0;
}
#footer {
	background-image: url(images/spacer_red.jpg);
	background-repeat: repeat-x;
	text-align: center;
	border-top: solid 1px white;
	padding-top: 10px;
}
#footer ul li {
	display: inline;
	padding: .2em .5em;
}
#homefooter {
	background-image: url(images/spacer_red.jpg);
	background-repeat: repeat-x;
	text-align: center;
	border-top: solid 1px white;
	padding-top: 10px;
}
.homewarning {
	padding: 20px;
}
.navList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navItem {
	color: #ffffff;
	font-weight: bold;
}
.navLink {
	color: #aaaaaa;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
.navLink:hover {
	color: #ffffff;
	border-left: solid 1px white;
	border-right: solid 1px white;
}
.finePrint {
	color: #666666;
	font-size: smaller;
	text-align: center;
	padding: 10px;
}
.fineList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.fineItem {
	color: #666666;
}
.fineLink {
	color: #666666;
}
.modelthumb {
	width: 100px;
	float: left;
	padding: 10px;
	border: solid 1px black;
}
.modelthumb:hover {
	border: solid 1px white;
}
.modelthumb a {
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;
}
.modelthumb:hover a {
	color: #ffffff;
}
.modeldetailthumb {
	width: 80px;
	float: left;
	padding: 3px;
	border: solid 1px black;
}
.modeldetaildesc {
	padding-bottom: 10px;
}
a.textlink {
	color: #aaaaaa;
}
a.textlink:hover {
	color: white;
}