@charset "utf-8";
/* CSS Document */
body{
	/*background:url(image/bg_01.jpg) right top no-repeat fixed;*/
	font-family:Trebuchet MS;
	letter-spacing:1px;
	font-size:80%;
}
h1, h2, h3{
	margin:5px 0;
	padding:;
}
ul, li{
	margin:0;
	padding:0;
}
#wrap{
	width:790px;
	margin:0 auto;
}
#head, #menu, #logo, #footer{
	width:790px;
	clear:both;
}
#content{
 	width:780px;
	clear:both;
}
#player{
	width:180px;
	height:80px;
	float:left;
	position:absolute;
	top:10px;
}
#share{
	height:80px;
	float:right;
	position:absolute;
	right:15px;
	top:0;
}
#logo{
	text-align:center;
	margin:15px auto;
}
#menu{
	color:#FFFFFF;
	background-color:#000000;
	margin:5px auto;
	padding:2px 0;
	text-align:center;
	opacity:0.80;
	filter:alpha(opacity=80);
	font-weight:bold;
}
#menu a{
	width:150px;
	padding:2px 20px;
	
}
#menu a:link, #menu a:visited{
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
}
#menu a:active, #menu a:hover, .current{
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	background-color:#662B66;
}
#content-left{
	width:530px;
	padding:0 10px;
	float:left;
	background-color:#FFFFFF;
	opacity:0.90;	/* CSS3 standard */	
	filter:alpha(opacity=90);		/* for IE */
}
#content-left a{
	color:#662B66;
}
#content-left hr{
	border:none;
	border-bottom:solid 4px #662b66;
}
#content-right{
	width:220px;
	float:right;
}
.boxHead{
	background-color:#662b66;
	/* CSS3 standard */	
	opacity:0.9;
	/* for IE */
	filter:alpha(opacity=90);	
	color:#FFFFFF;
	padding:5px 5px 5px 15px;
	width:210px;
	text-align:left;
	font-weight:bold;
}
.boxBody{
	background:#222;
	opacity:0.9;	/* CSS3 standard */	
	filter:alpha(opacity=90);		/* for IE */
	color:#FFFFFF;
	padding:5px 5px;
	font-size:90%;
	font-weight:bold;
	width:100%;
}
.boxBody p{
	padding:0;
	margin:0;
}
.boxBody a{
	color:#EDF;
	text-align:right;
	margin-bottom:10px;
}
.boxBody a:hover{
	color:#96D;
	text-align:right;
	margin-bottom:10px;
}
.videoBg{
	width:90%;
	margin:5px auto; 
	text-align:center; color:#000000;
	
}

.formfield{
	background-color:#000000;
	color:#FFFFFF;
	padding:5px;
}
#footer-wrap{
	width:790px;
}
#footer{
	text-align:center;
	background-color:#000;
	margin:15px auto 25px auto;
	padding:5px;
	opacity:0.8;
	/* for IE */
	filter:alpha(opacity=80);
	color:#FFFFFF;
}
#footer p{
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#FFFFFF;
	font-size:90%;
	margin-bottom:5px;
}
#footer a{
	margin:0px 10px;
	padding:3px 5px;
	color:#FFF;
	text-decoration:none;
}
#footer a:active, #footer a:hover{
	text-decoration:none;
	padding:3px 5px;
	
	color:#fff;
	background-color:#662B66;
}
.blackField{
	background-color:#000000;
	color:#FFFFFF;
	padding:3px 5px;
	border:solid 2px #662B66;
	font-family:Trebuchet MS;
	font-weight:bold;
}
.whiteField{
	background-color:#fff;
	color:#000;
	padding:3px 5px;
	border:solid 2px #662B66;
	font-family:Trebuchet MS;
	font-size:110%;
}
.fakeBt{
	position:absolute;
	width:24px;
}
ul#icons {
	margin: -2px 0 0 0;
	padding: 0;
	float:right;
}
ul#icons li{
	margin: 1px;
	position: relative;
	padding: 2px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
ul#icons span.ui-icon {
	float: left;
	margin: 0 2px;
}
ul#menuIcons li {
	padding: 2px 0;
	list-style-image:none;
	list-style:outside;
	list-style-type:none;
}
#ni_textIFrame{
border:2px solid #662B66;
}
.bio_pic{
	background-color:#000000;
	padding:5px;
	border:solid 5px #FFFFFF;
}
.bio_pic2{
	background-color:#662B66;
	padding:5px;
	border:solid 5px #FFFFFF;
	float:left;
	margin-right:10px;
}
.bio_wrapper{
	width:160px;
	height:160px;
	float:left;
}
.clearBio{
	clear:both;
}