body {
	background-image: url(images/bg.jpg);
	background-color:  #bfcdd9;
	background-repeat: repeat-x;
	background-position:top center;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #000; 
	}

h1 {
	font-size: 16px;
	color: #0a204e;
	}

h2 {
	font-size: 13px;
	color: #0a204e;
	}

a:link, a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #0a204e;
	} 	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #163f96; 
	}
	
.small {
	font-size: 10px;
	color: #0a204e;
	}
	
.small2 {
	font-size: 11px;
	color: #0a204e;
	}
	
.mainBG {
	background: url(images/hmbg.jpg) bottom no-repeat #fff;
	}

.subBG {
	background: url(images/subbg.jpg) bottom no-repeat #fff;
	}
	
.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}
	
.contactButton { 
	color: #fff; 
	font-weight: bold;	
	background-color: #0a204e;
	border: 1px solid #fff;
	}

.contactInput { 
	background-color: #fff; 
	border: 1px solid #0a204e;
	} 
	
.redHeadline {
	font-size:  16px;
	font-weight: bold;
	color: #a80d0d;
	}
	
.blueHeadling {
	font-size: 14px;
	font-weight: bold;
	color: #0a204e;
	}

a.jukeText:link, a.jukeText:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #7ba4dd;
	} 	
a.jukeText:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #fff; 
	}


.jukeText {
	margin-top: 168px;
	margin-left: 49px;
	width: 107px;
	text-align: center;
	color: #fff;
	}

.hmBox {
	width: 400px;
	border: 1px solid #ffaa0b;
	padding: 6px;
	margin-left: 60px;
	}
	
.subBox {
	width: 400px;
	border: 1px solid #ffaa0b;
	padding: 6px;
	margin-left: 99px;
	}

.entertainers {
	width: 148px;	
	padding-left: 45px;
	padding-right: 51px;
	font-weight: bold;
	font-size: 15px;
	}
	
.white {
	color: #fff;
	font-weight: bold;
	}
	
.discography {
	width: 224px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.imageFloat {
	float: right;
	padding-left: 15px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 15px;
	}
	
.largeText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	}

#hmText {	
	padding-left: 68px;		
	width: 554px;	
	}

#hmText2 {	
	width: 318px;
	margin-left: 254px;
	}
	
#hmBanner {	
	width: 468px;
	padding-top: 86px;
	margin-left: 165px;
	float: right;
	}
	
#subText {
	padding-left: 23px;
	width: 599px;
	}

#flashcontent {	
	width: 210px;
	height: 316px;
	padding-right: 17px;
	padding-left: 17px;		
	background-image: url(images/flashbg.jpg) no-repeat;
	}
	
#flash2 {
	width: 462px;
	height: 83px;
	padding-left: 91px;
	}
	
/* JAVASCRIPT MENU STYLE */

#dropmenudiv{
	position:absolute;
	background-color: #dfdfdf;	
	border-top: 1px solid #dfdfdf;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;	
	font: 11px Arial;
	text-align: left;	
	color: #63615e;	
	font-size: 11px;
	z-index: 100;
	}

#dropmenudiv a{
	width: 100%;
	display: block;
	background-color: #dfdfdf;
	text-indent: 3px;
	color: #63615e;
	text-align: left;	
	text-decoration: none;
	font-size: 11px
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid #dfdfdf;
	padding: 4px;	
	}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #f37842;
	color: #fff;
	text-align: left;	
	font-size: 11px
	}