body {
	background-color: #000000;
	background-image: url(../graphics/gradient-Bkgrd.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top: 0px;
}
#Splash {
	position:absolute;
	width:770px;
	height:40px;
	z-index:auto;
	left: 10px;
	top: 0px;
	background-color: #FF6600;
	padding-left: 10px;
	background-image: url(../graphics/title-bkground/video-title.gif);
	bottom: 0px;
	padding-bottom: 5px;
	padding-top: 2px;
}

#Content {
	position:absolute;
	width:560px;
	height:auto;
	z-index:auto;
	left: 10px;
	top: 60px;
	overflow: visible;
	background-color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}

#Content a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#Content a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #99CC00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#Content a:visited {
	color: #99CC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#Wrapper {
	margin: auto;
	width: 800px;
	position: relative;
}
#RightColumn {
	position:absolute;
	width:180px;
	height:235px;
	z-index:auto;
	left: 600px;
	top: 60px;
	background-color: #818D9B;
	background-image: url(../graphics/ShoppingCart-Bkgrd.gif); 
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0099FF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0066FF;
	border-bottom-color: #0066FF;
}
h2 span {
	font-size: 16px;
	color: #999999;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-style: normal;
}

.leftimage {
margin-right: 10px;
margin-bottom: 5px;
float: left;
}
#AdSpace {
	position:absolute;
	width:180px;
	height:250;
	z-index:auto;
	left: 600px;
	top: 315px;
	background-color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #99CC00;
}
a:active {
	text-decoration: none;
}