.TextLayer {
	margin: 0px;
	padding: 12px;
	position: fixed;
	width: 705px;
	z-index: 1;
	left: 175px;
	top: 575px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
}
.SpecsLayer {
	border: 1px solid #CCCCCC;
	position: fixed;
	height: 500px;
	width: 158px;
	left: 700px;
	top: 595px;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 2px;
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
	text-indent: 0px;
	overflow: auto;
}
.ColorsLayer {
	border: 1px none #FFFFFF;
	position: absolute;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}
.HeaderLayer {
	height: 125px;
	width: 880px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 2;
	right: 0px;
	bottom: 0px;
}
.MenuLayer {
	z-index: 5;
	height: 402px;
	width: 120px;
	left: 0px;
	top: 0px;
}
.IntroLayer {
	z-index: 1;
	height: 400px;
	width: 705px;
	left: 175px;
	top: 150px;
}
.RelatedLayer {
	position: fixed;
	z-index: 1;
	height: 120px;
	width: 120px;
	left: 30px;
	top: 575px;
	border: 1px dashed #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.FooterLayer {
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	position: fixed;
	z-index: 1;
	height: 100px;
	width: 850px;
	left: 30px;
	top: 1650px;
}
.DottedTable {
	padding: 1px;
	border: 1px dotted #CCCCCC;
	background-color: #0C0C0C;
}

