@CHARSET "UTF-8";

.leftarea .faob .content {
	width: 200px;
	margin-right: 10px;
	/*float: left;*/
	background: url("../../images/design/redboxbody.png") bottom center no-repeat;
	color: white;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	min-height: 450px;
}
.leftarea .faob h1{
	background: url("../../images/design/redboxtitle.png") top center no-repeat;
	font-size: 14px;
	margin: 0;
	padding: 9px 10px 5px 10px;
	height: 14px;
	color: #980000;
}
.leftarea .faob a {
	color: white;
	text-decoration: none;
	display: block;
}
.leftarea .faob ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftarea .faob li {
	margin: 0;
	padding: 3px 10px 3px 10px;
}
.leftarea .faob li:hover{
	background-color: #ad3333;
}


