body
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #000000 url(/images/body_bg.jpg) no-repeat top center;
	font: 12px/18px Century Gothic, Gill Sans, Helvetica, Arial, sans-serif;
}

#holder {
	margin: 0 auto;
	/* background: url(/images/header_bg.jpg) no-repeat top center; */
	
}

#header {
height: 360px;
position: relative;
}

#header h1 {
	display: none;
}

#header #memberbox {
	float: right;
}

#headerFloat {
	float: left;
	text-align: left;
	width: 200px;
	height: 20px;
	overflow: hidden;
}
#headerMP3 {
	float: right;
	text-align: right; 
	clear: right;
	width: 320px;
	height: 20px;
	position: relative;
	right: -20px;
	overflow: hidden;
}

#headerSWF {
	float:left;
	clear: both;
}

/* 			#headerFloat {
				position: absolute;
				left: 0;
				top: 0;
				z-index: 200;
				text-align: left;
				clear: both;
				width: 200px;
			}
			#headerMP3 {
			 	position: absolute;
				right: 0px;
				top: 0px;
				z-index: 200;
				text-align: right; 
				clear: both;
				width: 320px;
				background: #ffffff;
			}
			
			#headerSWF {
				position: absolute;
				left: 0;
				top: 20px;
				z-index: 100;
				clear: both;
				background: #ffffff;
			}
 */

#navbar {
	height: 50px;
	margin-bottom: 20px;
}
		
	#navbar ul {
	list-style: none;
	}
	
	#navbar ul li {
		float: left;
		list-style: none;
		display: block;
		position: relative;
	}
	
	#navbar ul li a {	
		display: block; 
		height: 50px;
		line-height: 50px;
		padding: 0 10px 0 10px; 
		text-transform: uppercase; 
		font-size: 16px;
		color: #fff;
		white-space: nowrap;
	}
	
	#navbar ul li a:hover {background: transparent; color: #798ac4;} /* cc99cc */

	#navbar li ul {
		display: none; 
	}
	
	
	#navbar li ul li {
		z-index: 200;
		background-color: #130300;
	}
	
	#navbar li ul li a {
		z-index: 200;
		color: white;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		display: block;
	}
	
		
	#navbar li:hover ul {
		z-index: 200;
		display: block;
		position: absolute;
	}
	#navbar li:hover li {
		float: none;
		font-size: 11px;
	}
	#navbar li:hover a { color: #7f84aa; } /*  */
	#navbar li:hover li a:hover { background: #4b4e65; color: #ffffff; }
	#navbar li:hover ul {background: none;}

	/* REMOVE A HOVER ON DROP DOWN */


	
#content {
	padding: 10px;
}


#leftcol div.pad10 {
	background: #666699 url(/images/leftcol_bg.jpg) no-repeat top;
}


.box {
	margin: 0 0 20px 0;
}


#hero {
	background-color: black;
	text-align: center;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	z-index: 0;
}


#heroMov {
	float: right;
	margin: 0;
	padding: 0;
}

#main {
	background: url(/images/main_bg.jpg) no-repeat top left;
	width: 620px;
	line-height: 21px;
	z-index: 0;
}


#main {
	
}

#main #cta {
	
	background: url(/images/cta_bg.jpg) no-repeat top left;
	padding: 10px;
	margin: 20px 0 10px 0;
	clear: both;
	height: 200px;
}

#rightcol div.pad10 {
	background: #666699 url(/images/leftcol_bg.jpg) no-repeat top;
	margin: 0 0 20px 0;
	padding: 10px;

}


#footer {
}


a {
	color:  #c5dbff;
}
a:hover {
	color:  #798ac4; /* d0baf4 */
}

.pad10 a:hover {
	color:  #414469; /*  */
}



p {
	margin: 0 0 8px 0;
}

.pad10 {
	padding: 10px;
}
.pad20 {
	padding: 20px;
}

h1,h2,h3,h4,h5 {
	color: #ffffff;
	margin-bottom: 9px;
	
}

H2 {
	font: 24px/24px Century Gothic, Gill Sans, Helvetica, Arial, sans-serif;
	text-transform: uppercase;

	
}

H3 {
	font: 18px/21px Century Gothic, Gill Sans, Helvetica, Arial, sans-serif;
}

H4 {
	font:bold 16px/24px Century Gothic, Gill Sans, Helvetica, Arial, sans-serif;
}

H5 {
	font:bold 14px/18px Century Gothic, Gill Sans, Helvetica, Arial, sans-serif;
}

a.bigbutton {
	font-size: 18px;
	line-height: 20px;
	margin: 10px;
	border: solid 1px #ffffff;
	background-color: black;
	padding: 5px;
}

ul.bullet li {
	list-style-type: disc;
	margin-left: 20px;
}

ul.bullet li ul{
	margin-left: 20px;
}


ul.nobullet li {
	list-style-type: none;
	margin-left: 0px;
}

ul.nobullet li ul{
	margin-left: 10px;
}


.borderBot {
	border-bottom: solid 1px #c5dbff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.fr {
	float: right;
}

.small {
	font-size: 11px;
}

.tiny {
	font-size: 10px;
	font-weight: bold;
	color: #aaaaaa;
}

#comments {
	padding: 20px 0 10px 0;
	margin: 30px 0 20px 0;
	border-top: solid 1px #997a9a;
}

.comment {
	border-bottom: dotted 1px #997a9a;
	padding: 5px 0 5px 0;
	margin: 10px 0 5px 0;
	font-size: 18px;
	text-indent: 20px;
	color: #997a9a;
}