*{ margin:0; padding:0; }

body{ font-size:12px; color:#333333; font-family:Microsoft Yahei;}

a:link {
	text-decoration: none;
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: underline;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color:#FFF;
}

.header{ height:50px; background:#BB1819; clear:both; }
.menu{ margin:0 auto; padding:0; width:1000px; height:50px;}
.nav{  height:50px; width:310px; float:right; border:#999999 solid 0px; }
.nav ul{ margin:0; padding:0; list-style:none; }
.nav ul li{ float:left; padding:15px 5px 15px 5px; color:#FFFFFF; }

.main{ height:520px; clear:both; width:1000px; margin:0 auto; background:url(../images/bg.png); }

.footer{ height:60px; background:#BB1819; clear:both; text-align:center; color:#FFFFFF; line-height:60px; }