body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCC99;
	font-size: 11px;
	font-weight: bold;
	background-color: #8d2615;
	background-image: url(images/OrangeRedGradient.jpg);
	background-repeat: repeat-x;
}

td.divider {
	background-image: url(images/VerticalLineDivider.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.audio {
	display: block;
	border: 1px solid #990000;
}

#buybutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #000000;
	display: block;
	width: 100px;
	border: medium double #990000;
	text-align: center;
	padding: 2px;
	vertical-align: middle;
}

#newsletterbox {
	display:block;
	color:#000000; 
	margin-bottom: 5px; 
	background-color:#CCCC99; 
	border:1px solid #990000;

}

#newslettersubscribe {
	font-size:11px;
	background-color:#990000;
	color:#CCCC99;
	font-weight:bold;
	border:1px solid #cccc99;
	display: block;
	text-transform: uppercase;
}

a:link {
	color: #6699FF;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#announcement {
	display: block;
	padding: 5px;
	width: 180px;
	border: 1px solid #990000;
	background-color: #CCCC99;
	color: #000000;
	text-align: center;
}

p.premiere {
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	display: block;
	width: 140px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #990000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #990000;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	padding: 3px;
	background-color: #CCCC99;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #CCCCFF;
	display: block;
	width: 200px;
	border-right-width: 10px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;	

}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CCCC99;
	text-transform: uppercase;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #a02b18;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #a02b18;
}

h4 {
	text-transform: uppercase;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
	font-size: 12px;
	width: 150px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CCCCFF;
	margin-bottom: 2px;
}

img.photos {
	border: 1px solid #CC0000;	

}

#price {
	font-size: 16px;	

}

ul.bios {
	font-size: 11px;	

}

ul.bios li {
	font-size: 11px;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 147px;
	border-bottom: 1px solid #a02b18;
	text-align: center;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 146px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a.nav {
	display: block;
	text-decoration: none;
	color: #000000; /* IE6 Bug */
	padding: 5px;
	background-color: #CCCC99;
	width: 135px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a02b18;
	border-right-color: #a02b18;
	border-bottom-color: #a02b18;
	border-left-color: #a02b18;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #990000; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; } /* The magic */

#copyright {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	display: block;
	padding-right: 5px;
}