@charset "UTF-8";
/* CSS Document */
html{
	background-color:#141212;
}	

body{
	background-color:#141212;
	font-size:12px;
	color:#A7A9AC;
	outline:none;
}
strong{
	color:#FFF;
	font-size:14px;
}
.clear{
	clear:both;
}

#holder{
	width:980px;
	margin:0px auto;
}

#header{
	width:100%;
	float:left;
	height:200px;
}
.menu{
	float:left;
	width:200px;
	line-height:1.3em;
}
.content{
	width:780px;
	float:left;
	height:100%;
}



.menu a{
	color:#D3D3D3;
	text-decoration:none;
	outline:none;
}
.menu a:hover{
	text-decoration:none;
	color:#fff;	
}
.menu a:active{
	color:#00A79D;
	
}
.activecolor a{
	color:#00A79D !important;	
}
.sub{
	color:#00A79D !important;	
}
.sub a{
	color:#00A79D !important;	
}
.sub a:hover{
	color:#FFF !important;	
}

.text{
	width:400px;
	float:left;
}

.text a{
	color:#A7A9AC;
	text-decoration:none;
}
.text a:hover{
	color:#FFF;
}