@charset "UTF-8";
#nav {
	position:absolute;
	left:791px;
	top:101px;
	width:133px;
	height:152px;
	z-index:1;
}
#copy {
	position:absolute;
	left:55px;
	top:95px;
	width:240px;
	height:400px;
	z-index:2;
}
#movie {
	position:absolute;
	left:405px;
	top:164px;
	width:240px;
	height:260px;
	z-index:3;
}
body {
	background-color: #000000;
	margin: 0px;
	background-image: url(images/demo_bkg_moto.png);
	background-repeat: no-repeat;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #EEEEEE;
	margin: 12px 0 12px 0;
	line-height: 140%;
}
ul {
	margin-top: -6px;
	margin-bottom: 12px;
	line-height: 140%;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	line-height: 150%;
	list-style-type: square;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF9900;
	line-height: 140%;
	margin: 0px 0 6px 0;
}
.hilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFCC33;
	margin: 12px 0 12px 0;
	line-height: 140%;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #cccccc;
	line-height: 120%;
	margin: 6px 0 6px 0;
}
a:link {
	color: #cccccc;
}
a:visited {
	color: #cccccc;
}
a:hover{
	color: #ffffff;
}
