	/* General */
	
BODY { font-family: verdana, arial, sans-serif; font-size: 12px; background-color: black; color:#FFF; margin:20px auto; text-align:center; }
A { color:#FFF; text-decoration:none; }
A:hover { color:#FF0; text-decoration:none; }

.content {
	width:390px;
	float:left;
}

.content UL {
	list-style:none;
}

.content UL LI { 
	float: left; 
	padding:5px 10px;
}

#fullImg { padding-top:20px; }
.qtmedia {z-index:1;}

.content UL LI * {
	border:none;
	vertical-align:middle;
} 

.fl { float:left; }
.textcontent { width:320px; font-size:12px; }
.textcontent DIV.expand { width:380px; font-size:12px; line-height:30px; }
.textcontent DIV.expand DIV { font-size:12px; line-height:30px; }

.title {
	font-weight:bold;
	color:#FF0;
	text-align:center;
	font-size:12px;
	padding:0px 0px 20px 50px;
	margin:0px;
}

#spotlight {
	background:url(../images/spotlight.jpg) no-repeat top right #000;
	width:780px;
	height:550px;
}

DIV.flash {
	text-align:center;
	margin:0px auto;
	width:780px;
}

DIV.menu { 
	background-color:#000; 
	width:780px; 
	text-align:center; 
	margin:0px auto; 
}
DIV.menu UL { 
	list-style:none; 
	padding:0px; 
	margin:0px auto; 
	width:610px; 
	text-align:center; 
}
DIV.menu UL LI { 
	float:left; 
	padding:10px 8px; 
	position:relative; 
	text-align:center; 
	margin:0px auto;
	position:relative;
	font-size:14px;
}

DIV.menu UL LI UL.sub { 
	display:none; 
	list-style:none; 
	padding:12px 0px; 
	position:absolute; 
	top:30px; 
	margin:0px;
	left:0px;
	width:auto; 
	height:103px;
	background:url(../images/bkgnd.jpg) no-repeat top center; 
	text-align:left; 
	overflow:visible;
}

DIV.menu UL LI UL.sub LI { 
	float:none; 
	padding:2px 15px;
	margin-left: 5px;
	text-align:left;
}

DIV.menu UL LI UL.sub LI A{ 
	color:#000;
	font-size:11px;
	font-weight:bold;
}

DIV.menu UL LI UL.sub LI A:hover { 
	color:#FFF;
}

.reset { clear:both; }


