@import "new_reset.css";


.clear{
	clear:both;
}

#main{
	width:1024px;
	margin:0px auto;
	text-align:left;
}

/* ContentBox */
#main #contentBox{
	width:580px;
	float:left;
}
#main #contentBox .swapBox1{
	width:580px;
	height:183px;
	background:url("../images/swapBg1_1.jpg") no-repeat;
}
#main #contentBox .swapBox2{
	width:580px;
	height:137px;
	background:url("../images/swapBg2_1.jpg") no-repeat;
}
#main #contentBox .swapBox3{
	width:350px;
	height:137px;
	background:#000;
	font:bold 11px "Century Gothic", Helvetica, Tahoma, Arial, Verdana;
	color:#f0f0f0;
	text-align:center;
	padding:10px 130px 10px 130px;
	line-height: 20px;
}
#main #contentBox .swapBox3 span{
	font:bold 11px "Century Gothic", Helvetica, Tahoma, Arial, Verdana;
	color:#ff0404;
	line-height: 20px;
}
#main #contentBox .swapBox4{
	width:580px;
	height:84px;
	background:url("../images/swapBg4_1.jpg") no-repeat;
}
#main #contentBox .swapBox5{
	width:580px;
	height:139px;
}

/* ImagesBox */
#main #imagesBox{
	width:444px;
	float:right;
}
#main #imagesBox .swapBox1{
	width:444px;
	height:183px;
	background:url("../images/swapBg1_2.jpg") no-repeat;
}
#main #imagesBox .swapBox2{
	width:444px;
	height:137px;
	background:url("../images/swapBg2_2.jpg") no-repeat;
}
#main #imagesBox .swapBox3{
	width:444px;
	height:141px;
	background:url("../images/swapBg3_2.jpg") no-repeat;
}
#main #imagesBox .swapBox4{
	width:444px;
	height:84px;
	background:url("../images/swapBg4_2.jpg") no-repeat;
}
#main #imagesBox .swapBox5{
	width:444px;
	height:139px;
	background:url("../images/swapBg5_2.jpg") no-repeat;
}

.bottom_links{
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    width:100%;
    text-align:center;
    padding-bottom:10px;
    color:#000;
}
.bottom_links a,.bottom_links a:visited {
	color:#000;
	text-decoration: underline; 
}
.bottom_links a:hover {
	text-decoration: none;
}