/* CSS Document */

.right 
{
	float: right;
}


BODY
{ 	BACKGROUND-COLOR: #CCCCCC;
	TEXT-ALIGN: center;
margin-left: auto;
margin-right: auto;
width: 50em;
}

DIV.body_static
{
	float: left;
	padding-left: 35px;
	padding-right: 10px;
	padding-top: 15px;
	FONT-SIZE: 10pt;
	FONT-COLOR: #000000;
	FONT-FAMILY:"Arial", Times, serif;
	width: 755px;
	height: auto;
	background-color: #ffffff;
	TEXT-DECORATION: none;
}

DIV.body_static_main
{
	float: left;
	FONT-SIZE: 12pt;
	FONT-COLOR: #000000;
	FONT-FAMILY:"Times New Roman", Times, serif;
	width: 800px;
	height: 475px;
	background-color: #ffffff;
	TEXT-DECORATION: none;
}

DIV.blank
{
	width: 800px;
	padding: 0;
	TEXT-ALIGN: left;
}



DIV.top_menu
{
	FLOAT: left;
	width: 800px;
	height: 128px;
	BACKGROUND-COLOR: #ffffff;
	padding-top: 14px;
	background-image: url(images/asp_header.gif);
	background-repeat: no-repeat;
	background-position: top-left;
	text-align: right;

}

DIV.body_background_topleft
{
	float: right;
	width: 424px;
	height: 110px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f6efda;

}

DIV.body_background_topleftone
{
	float: left;
	font-size: 11px;
	width: 409px;
	height: 15px;
	padding-top: 5px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/asp_simplemenuback.gif);
	text-align: left;
}

DIV.body_background_toplefttwo
{
	float: left;
	font-size: 12px;
	width: 324px;
	height: 23px;
	padding-left: 100px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/asp_featuremenuback.gif);
	text-align: left;

}

DIV.body_background_topleftthree
{
	float: left;
	font-size: 12px;
	width: 324px;
	height: 23px;
	padding-left: 100px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/asp_featuremenuback.gif);
	text-align: left;

}

DIV.body_background_topleftfour
{
	float: left;
	font-size: 12px;
	width: 324px;
	height: 23px;
	padding-left: 100px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/asp_featuremenuback.gif);
	text-align: left;
}



DIV.body_background_topright
{
	float: left;
	width: 376px;
	height: 140px;
	background-image: url(images/asp_headerlowerhalf.gif);
	background-color: #f6f8f8;
	background-repeat: no-repeat;
	background-position: top-left;
	text-align: left;
}

DIV.pageheader
{
	float: right;
	background-image: url(images/asp_pageheaderback.gif);
	background-repeat: repeat;
	TEXT-DECORATION: none;
	PADDING-LEFT: 35px;
	padding-top: 1px;
	FONT-SIZE: 9pt;
	FONT-COLOR: #000000;
	FONT-FAMILY:"Arial", Times, serif;
	font-weight: 600;
	width: 765px;
	height: 15px;
}

DIV.body_musicplaylist
{
	float: center;
	width: 800px;
	height: 600px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	TEXT-DECORATION: none;
	FONT-SIZE: 8pt;
	FONT-COLOR: #000000;
	FONT-FAMILY:"Arial", Times, serif;
}

DIV.body_vendorholder
{
	float: left;
	width: 365px;
	height: 190px;
	padding-top: 10px;
	padding-left: 35px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	FONT-COLOR: #000000;
	FONT-FAMILY:"Arial", Times, serif;
	FONT-SIZE: 10pt;
	TEXT-DECORATION: none;
}
}

DIV.body_vendorlogo
{
	float: left;
	width: 100px;
	height: 92px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	TEXT-DECORATION: none;
}

DIV.body_venodorinfo
{
	float: left;
	width: 140px;
	height: 92px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	FONT-SIZE: 10pt;
	FONT-COLOR: #000000;
	FONT-FAMILY:"Arial", Times, serif;
	TEXT-DECORATION: none;
}

DIV.footer
{
	float: left;
	background-image: url(images/asp_footer.gif);
	TEXT-DECORATION: none;
	width: 800px;
	height: 7px;
}

DIV.contact
{
	float: left;
	TEXT-DECORATION: none;
	backround-color: #999966;
	background-image: url(images/asp_pagecontactback.gif);
	background-repeat: repeat;
	PADDING-LEFT: 35px;
	padding-top: 5px;
	FONT-SIZE: 9pt;
	FONT-COLOR: #000000;
	FONT-FAMILY:"Arial", Times, serif;
	font-weight: 600;
	width: 765px;
	height: 18px;
}






A:link  
{
	color: #666666; 
	text-decoration: none
}

A:visited  
{
	color: #6c5f34;
	text-decoration: none
}


A:active  
{
	color: #6c5f34;
	text-decoration: none
}

A:hover   
{
	cursor: auto;
	color: #6c5f34;
	text-decoration: none
}

