@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	background-color:#F4F4F2;
}

img{
	border:0;
}

ul,ol,dl{
	list-style:none;
}

.box{
	width:800px;
	margin:0 auto;
}

.top{
}

.top .nav{
	padding-left:39px;
}

.center{
	width:737px;
	margin:0 auto;
	clear:both;
}

.center .left{
	float:left;
	width:273px;
}

.center .right{
	float:right;
	width:444px;
}

.bottom{
	height:16px;
	background-color:#E51620;
}