@charset "utf-8";
/* CSS Document */

body{ 
	background:url(../img/interface/bg/rotate.php) center top no-repeat #000;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
}
.clear_both {
	clear:both;
}
#container {
	width:587px;
	margin:0 auto;
	margin-top:210px;
}
#header {
	
}
h1 {
	float:left;	
	margin:0;
	font-size:1.7em;
	text-shadow: 2px 2px 2px #000;
}
#tagline {
	float:right;	
	font-size:0.9em;
	border-left:solid 1px #fff;
	padding-left:10px;
	margin-top:8px;
	text-shadow: 2px 2px 2px #000;
}

#content_area{
	margin-top:17px;
	height:280px;
	padding-top:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#000;
	background-color: rgba(0,0,0,0.65);
	filter:alpha(opacity=65);
	zoom:1;


}
#content_item a{
	float:left;
	width: 205px;
	opacity: 1;
	padding:15px;
	text-decoration:none;
	color:#fff;
	padding-left:70px;
	position:relative;
	filter:alpha(opacity=100);
}
#content_item a img {
	border:0px;
	display:inline;
	vertical-align:middle;
}
#content_item a h3 {
	display:inline;
	padding-left:20px;
	text-decoration:none;
}
#content_item a:hover h3{
	text-decoration:underline;	
}
