/************** GENERAL ***************/

html{
   background-color: black	;
}
body{
	background-color: black	;
	color: white;
	font-family: "Tw Cen MT", Helvetica, Verdana, sans-serif; 
	font-size: 16px; 
	font-weight:bolder; 
	
}

#left_bg{
	background-image: url("../images/bg_left.jpg");
	background-position: top left;
	width:90px;
	/*height:613px;*/
  height:560px;
	float:left;
}


#right_bg{
	background-image: url("../images/bg_right.jpg");
	background-position: top left;
	width:90px;
	/*height:613px;*/
	height:560px;
	float:left;
}


#wrapper{
	text-align: center;
	width: 980px;
	margin:0 auto;

}

.clear{
	clear:both
}

.clear_right{
	clear: right;

}

#center{
	float:left;
	width: 800px;
}


/************** MAIN ***************/

#main{
	width:800px;
}

#main img{
	  float:right;
}


/************** MENU ***************/
#menu{
	float:right;
	width: 600px;
    height:60px;
   	font-size: 15px; 
}

/************** LINK BAR ***************/
#links{
	margin: 40px 0 0 0;
	text-align:right;
}

#links a{
	font-size:15px; 
	font-weight:bolder; 
	border:0;
	color:#858585; 
	margin-right:15px;
	padding:0 3px 0 3px;
	text-decoration: none;
	width:100%;
}


#links a:hover{
	text-decoration: none;
	color:#858585; 
	background-color: #151515;
}

#links a img {
	border: 0;
}



/************** LOGO ***************/

#logo{
/*	old - iframe style
	margin: -310px 0 0 24px;
	width:156px;
	height:140px;
	float:left;*/

	margin-left: 60px; 
	float:left;
}

#logo img{
	border:0;
}

#logo a{
	border:0;
	color:black;
	width:100px;
	height:84px;
	background: url("../images/logonormal.jpg");
	display: block;
}

#logo a:hover{
	background: url("../images/logowink.jpg");
}

#music {
margin-top: 0px; 
float:right;
margin-right: 10px; 
}


/************** MENU DROP DOWN ***************/

.menu-container { 
	display:block; 
	position:relative;
	float:right;
	margin:0px auto 0px; 
	font-size:11px; 
}

.links_normal{
	float:right;
	margin-left:20px;
	margin-right:-5px;
}

.drop_down_menu { 
	display:block; 
/*	position:absolute; */
	clear:both; 
	margin:0px; 
	padding:0px; 
	text-align:left; 
	list-style-type:none; 
	text-align:left; 
	float:none; 
	left:15px; 
}

.links{	
	border:1px solid #303030;
	border-top:0;

}

.drop_down_menu li { 
	font-family: "Tw Cen MT", Helvetica, Verdana, sans-serif; 
	font-size: 16px;
	font-weight:bolder; 
	float:left; 
	color:#858585; 
	/*padding:5px 5px 0 5px ; */
	cursor:pointer; 
	width:100%;  
}



.drop_down_menu li ul { 
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	padding-top:5px; 
	background:#000000; 
}

.drop_down_menu li ul li { 
	display:block; 
	float:none; 
	clear:both; 
	text-align:left; 
	background:#000000; 
}

.drop_down_menu li ul li a { 
	color:#858585; 
	text-decoration:none; 
	display:block; 
	font-family: "Tw Cen MT", Helvetica, Verdana, sans-serif; 
	font-size: 14px; 
	font-weight:bolder; 
	width:100%;
}

.drop_down_menu li ul li a:HOVER { 
	background-color:#151515; 
}

/************** CONTENT ***************/

#content{
	width: 100%;
	float:left;
	margin:0;
	padding:0;

}

/*iframe style*/
#content_pages{
	/*margin-top: -120px;*/
	background-color: black;
	width:100%;
	margin:0;
	padding:0;
	/*height:530px;*/
  height:420px;
}


/************** FOOTER ***************/
#footer{
	width:100%;
	text-align:center;
	height:100px;
	color:#19A5C9; 
}

#footer a{
	margin:0;
	padding:0 5px 0 5px;
	border:0;
	font-size:16px; 
	font-weight:bolder; 
	background-color:black;
	color:#19A5C9; 
	margin-right:15px;
	text-decoration: none;

}

#footer img{
	margin:0;
	padding:0;
	border:0;
}

#footer_links{
	background: url("../images/bottom_bar_bg.jpg") repeat-x;
}

#bottom_bar{
	text-align:left;

}

#sound_bars{
	float:right;
	margin-top: -141px;
	margin-right: 5px;

}

 #copyright{
	font-size: xx-small;
	width:100%;
	text-align: right;
 }
