body {
	background-color:#222;
	color:#FFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.head_div {
	height:70px;
	padding:10px;
	background-color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.head_div h1 {
	font-size:16px;
}

.head_div div {
	font-size:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	padding: 5px;
	margin-bottom: 5px;
	background-color:#222;
}

.head_div input {
	font-size:8px;
	height:10px;
	width:250px;
	border:0px;
	color:#FFF;
	padding:2px;
	background-color:#333;
}

.frame_head{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	/*
	background-color:#222;
	*/
}
#featured{ 
	height:500px; 
	position:relative;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	font-size:16px;
	color:#000;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	text-decoration:none; 
	height:95px; 
	color:#fff;
	background:#222;
	outline:none;
	padding-top:30px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#000; 
}
#featured li.ui-tabs-nav-item span{
	position:absolute;
	margin-top:20px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#000;
	text-decoration:none; 
}
#featured .ui-tabs-panel{ 
	width:700px;
	height:500px;
	left:251px;
	background:#000;
	position:relative;
}
#featured .ui-tabs-hide{ 
	display:none; 
}
a { color:#fff; }

