html {
overflow: -moz-scrollbars-vertical;
text-align: center;
}

   
BODY	{ 

	margin: 30px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #F5F5F5;
	text-align: center;
}

table	{
	border-collapse: collapse;
}
table, tr, td, p	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #F5F5F5;
}

/* ====================================== MAIN HOLDING TABLE ======================= */
										
.main {
	width: 887px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
/* ====================================== HEADER AND TOP NAV ========================== */

.vinyltop {
	width: 887px;
	height: 341px;
	background-image: url('vinyltop.jpg');
	text-align: center;
	vertical-align: bottom;
	background-color: #000000
}
.topnav {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

td.nav {
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
	
A:link.nav   {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal;
}

A:active.nav   {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal;
}

 A:visited.nav   {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal;
}

A:hover.nav {
	color: #000000; 
	text-decoration: underline;
	font-weight: normal;
}

/* ===================================== MAIN CONTENT AREA ============================ */
.content {
	text-align: left;
	vertical-align: top;
	padding: 20px 0 20px 0;
}


/* ======================================= NORMAL LINKS ============================== */

A:link   {
	color: #F37B09; 
	text-decoration: none;
	font-weight: normal;
}

A:active   {
	color: #F37B09; 
	text-decoration: none;
	font-weight: normal;
}

 A:visited   {
	color: #F37B09; 
	text-decoration: none;
	font-weight: normal;
}

A:hover {
	color: #ffffff; 
	text-decoration: none;
	font-weight: normal;
}

/* ===================================== BOTTOM FOOTER ================================= */
.vinylbot {
	width: 887px;
	height: 272px;
	background-image: url('images/vinylbot.jpg');
	text-align: center;
	vertical-align: top;
	background-color: #000000;
}