* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/img01.gif) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center; /* for IE */
}

h1 {
	margin-bottom: 20px;
	text-transform: none;
	color: #23b9ff;
}

h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #999999;
}

h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #23b9ff;
}
h4 {
	text-transform: none;
	color: #ffffff;
}

h5 {
	text-transform: none;
	color: #ff0000;
	font-family:Arial, Helvetica, sans-serif;
}

h6 {
	text-transform: none;
	color: #999999;
}

#italic {
	text-transform: none;
	color: #cccccc;
	font-style: italic;
	font-size: 0.8em;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.4em; }
h4 { font-size: 2em; }
h5 { font-size: 1.2em; }
h6 { font-size: .6em; }



dl {
}

dt {
	font-size: 1em;
	font-weight: bold;

	color: #23b9ff;
}

dd {

	line-height: 12pt;
	font-size: 14px;
	font-weight:bold;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

p.small {line-height: 90%}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #D2E6E4;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
	color:#D2E6E4;
}

a:visited {
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
	height: 36px;
	margin-bottom: 15px;
	background: url(images/img06.gif) repeat-x left center;
}

/* Header */

#header {
	width: 100%;
	height: 200px;
	margin: 0 auto;
}
/* Top Logo */

#top {
	width: 854px;
	height: 140px;
	margin: 0 0 0 120px;
	padding: 0 0 20px 0;
	background: transparent url('/images2/kbe2.gif') no-repeat;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	padding-top: 10px;
	padding-left: 60px;
	font-size: 2.6em;
	font-variant: small-caps;
}

#logo h2 {
	padding-left: 10px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 20px;
	text-align: center;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	color: #FFFFFF;
	font-family: arial;
}

#menu a:hover {
	color: #23B9FF;
}

#menu .first a {
	border: none;
}
/* Page Navigation */
#nav {
	float: left;
}

#nav ul {
	margin: 0;
	padding-bottom: 15px;
	text-align: center;
	list-style: none;
}

#nav li {
	display: inline;
}

#nav a {
	padding: 0 15px 0 15px;
	border-left: 1px solid #006699;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	color: #999999;
	font-family: arial, verdana;
}

#nav a:hover {
	color: #CCCCCC;
}

#nav .first a {
	border: none;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	}
	
#bannerrowleft  {
	background-color:#333;
	width:170px;
	height:auto;
	float:left;
	padding:10px;
	text-align:center;
}

#bannerrowright  {
	background-color:#333;
	width:180px;
	float:right;
	padding:0;
	height:auto;
	text-align:center;
}

/* Content */

#content {
	float: right;
	width: 540px;
	padding: 0 10px;
}

#content a{
	font-style:italic;
}

#content2 {
	margin: 0px auto;
	width: 860px;
	
}

#content h2 {
	height: 20px;
	margin: 0;
	padding: 20px 0 0 20px;
	background: url(images/img04.gif) repeat-x;
	font-size: 12px;
	color: #000000;
}

#content2 h2 {
	height: 20px;
	margin: 0;
	padding: 20px 0 0 20px;
	background: url(images/img04.gif) repeat-x;
	font-size: 12px;
	color: #000000;
}

#content h3 {
	text-transform: none;
	font-size: 1em;
}

#content .content {
	padding: 20px;
}

#content2 .content2 {
	padding: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding:0 0 0 15px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 0 20px 20px 20px;
	background: url(images/img06.gif) repeat-x;
}

#sidebar li ul {
	list-style: disc inside;
}

#sidebar li li {
	padding: 5px;
	background: none;
}

#sidebar dl {
}

#sidebar dt {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

#sidebar dd {
	color:#FFC;
	line-height: normal;
	font-size: small;
}

#sidebar ol {
	margin: 0;
	list-style-position: inside;
}

#sidebar h2 {
	height: 25px;
	padding: 15px 0 0 0;
	font-size: 12px;
	color: #000000;
}

#sidebar blockquote {
	margin: 0;
}

#sidebar a {
}

#sidebar a:hover {
	text-decoration:underline;
}
#extra {
}
/* Footer */

#footer {
	color: #CCCCCC;
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
}
#footer p {
	color: #CCCCCC;
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #999999;
}
/* Imaging Rate Table */
.ratetable, .ratetable TD, .ratetable TH
{
font-family:verdana,sans-serif;
font-size:8pt;
color:#23b9ff;
background-color:transparent;
padding:4px;
}

/* Artist Table */
.artist, .artist TD, .artist TH
{
font-family:verdana,arial,sans-serif;
font-size:10pt;
color:#ffffff;
background-color:transparent;
border:none;
padding:2px;
text-align:center;
}
/* Marquee */
#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: transparent;
overflow: hidden;
border: none;
padding: 0px;
padding-left: 0px;
}
.formerror {
color: #FF0000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.FourPlayHead {
	font-size:12px;
	color:#FF0;
}

.FourPlayContent {
	font-size:10px;
	color:#000;
}

.bannertop {
margin-left:250px;
margin-top:50px;
}
