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

body{
	background-color:#FFF;
	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:#808285;
	text-decoration:none;
	outline:none;
}
.menu a:hover{
	text-decoration:none;
	color:#333;	
}
.menu a:active{
	color:#c32828;
	
}
.activecolor a{
	color:#c32828 !important;	
}
.sub{
	color:#c32828 !important;	
}
.sub a{
	color:#c32828 !important;	
}
.sub a:hover{
	color:#333 !important;	
}

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

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