body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/*	DIVISIONS __________________________________________________ */
.index_content {
	left: 10px;
	z-index: 1;
}
/*	THUMBNAILS __________________________________________________ */
.thumbnails {
	position:absolute;
	top: 165px;
	left: 490px;
	z-index: 6;
}
/*	CONTENT ______________________________________________________ */
.content {
	position: absolute;
	top: 195px;
	left: 9px;
	background-image: url(../common/content_band.jpg);
	background-repeat: repeat;
	width: 800px;
	z-index: 10;
}
.copy {
 margin: 10px;
}

.float_left {
	float:left;
	margin:10 10 10 10;
}
.float_right {
	float:right;
	margin:10 10 10 10;
}
.search {
	position:absolute;
	top: 20px;
	left: 570px;
	z-index: 6;
}
.features {
margin-left: 160px;
	text-align: left;
	vertical-align: middle;
	padding: 50px;
}
.image {
	float: left;
}
.product_name_band {
	background-image:url(../common/name_band.jpg);
	background-repeat:repeat;
	z-index: 6;
}
/*	FOOTER SECTION ______________________________________________________ */
.footer {
	position: absolute;
	top: 410px;
	left: 10px;
	width: 800px;
}
.webstore {
	position: relative;
	left: 10px;
}
.message {
	vertical-align: bottom;
	bottom: 10px;
}

