@CHARSET "UTF-8";

body {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	background-color:#fff;
}
body {
	padding:0;
	margin:0;
}

div.container {
	width:1024px;
	margin:auto;
}

.topBlock {
	width:1024px;
	height:84px;
	float:left;
}
.logoBox {
	width:300px;
	padding-top:10px;
	height:74px;
	float:left;
}

.infoBlock {
	width:1024px;
	height:22px;
	float:left;
	background-color:#dfdddd;
	border:#cbc9c9 1px solid;
	line-height:22px;
	color:#211e1e;
	margin-bottom:10px;
}

.leftContent {
	width:148px;
	float:left;
}

.content {
	width:696px;
	float:left;
}
.rightContent {
	width:171px;
	float:left;
	padding-left:9px;
}

.footer {
	width:1024px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#dfdddd;
	border:#cbc9c9 1px solid;
	line-height:22px;
	text-align:center;
	font-size:10px;
}

a {
	color:#bf0d1a;
	text-decoration:none;
	cursor:pointer;
}
img {
	border:0;
}
h1 {
	font-size:15px;
	margin:0;
	padding:0;
	font-weight:normal;
}
.boxModel {
	width:694px;
	height:136px;
	border:1px solid #e1e1e1;
	background-image:url(../images/bcg_box_auto.gif);
}