BODY
{
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color:#000000;
	color:White;
	margin:0px;
}
a
{
	text-decoration:none;
	color:#00FFFF;
}
a:hover
{
	color:#FFC000;
}
img
{
	border: 0px;
}
.clear
{
	clear: both;
}
#wrapper
{
	width:1200px;
	margin:0 auto;
	/*background-image:url(../images/main-bg.jpg);
	background-repeat:no-repeat;*/
	height:600px;
	background-image:url(../images/moon-faker-gun-barrel-intro.png);
	background-repeat:no-repeat;
	background-position:310px 60px;
}
.barrel-intro
{
	width:655px;
	height:480px;
	float:right;
	background-image:url(../images/moon-faker-gun-barrel-intro.png);
	background-repeat:no-repeat;
}
#wrapper-inner
{
	width:1200px;
	margin:0 auto;
	display:table;
	border:1px solid #ffffff;
	padding:10px;
	background-image:url(../images/main-bg.jpg);
	height:500px;
}
#logo
{
	float:left;	
}
#menus
{
	float:right;	
}
#menus a
{
	color:White;
}
#content
{
	background-image:url(../images/moon-faker-gun-barrel-intro.png);
	background-repeat:no-repeat;
	background-position:right 40px;
	height:500px;
}
#content div
{
	clear:both;
	float:left;
	padding-left:15px;
	width:400px;
	font-weight:bold;
}
.header
{
	font-size:27px;
	text-align:center;
	height:40px;	
	line-height:40px;
}



#ytvideo
{
	float:left;
	width:600px;
}
.videos
{
	float:left;	
	width:330px;
	height:410px;
	overflow:auto;
}
.videos ul
{
	list-style:none;
}
.videos ul li
{
	width:250px;
	height:30px;
	padding:5px;
	font-weight:bold;
}
.videos ul li a
{
	color:white;	
}
.videos ul li a img
{
	float:left;
	padding-right:10px;
}
.currentvideo 
{
	border:1px dashed #ffffff;	
}


.ask
{
	font-weight:bold;
	font-style:italic;
	color:#FFC000;	
}
.answer
{
	font-weight:normal;
	padding-left:15px;
}
.ask span, .answer span
{
	text-decoration:underline;
	font-size:14px;
}
.faq-img-list
{
	float:right;
	width:380px;	
}
.faq-img
{
	float:right;
	text-align:center;
	padding:10px;
	width:550px;
}
.faq-img label
{
	margin:0px auto;
	text-align:center;
	text-decoration:none;
}
.faqs .answer
{
	padding:10px 0px 10px 20px;		
}
.faq-img.left
{
	float:right;	
}
.faq-img.right
{
	float:right;	
}