@charset "utf-8";

*{
	font-size:12px;
	font-family:"Helvetica";
	color:#ccc;
}

.content{
	width:880px;
	margin-left:10px;
	min-height:100px; 
	height:auto !important; 
	height:100px;
	position:relative;
	float:left;
}

html, body { 
	margin:0px;
	padding:0px;
	background-color:#000;
}

hr{
	clear:both;
}

.logo{
	margin:5px; 
	position:relative; 
	float:left;
}

a.menu{
	position:relative;
	float:left;
	width:100px;
	text-decoration:none;
	color:#fff;
	font-size:20px;
	margin-left:10px;
	border-right:1px solid white;
	padding-right:10px;
	height:40px;
	padding-top:10px;
}

a.menu:hover{
	font-weight:bold;
	text-decoration:underline;
}

.site_container{
	position:relative;
	margin:0px auto;
	min-height:700px; 
	height:auto !important; 
	height:700px;
	width:900px;
	background-color:#000;
}

.subtitle{
	font-size:15px;
	font-weight:bold;
}

.title{
	font-size:20px;
	font-weight:bold;
}

.top{
	color:#fff;
	font-size:12px;
}

a.title{
	font-size:20px;
	font-weight:bold;
}
