@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#e7dab9;
}

#content {
	width:980px;
	margin:0 auto 0 auto;
}
#leftTop {
	background-image:url(../images/ui/left_top.jpg);
	background-repeat:no-repeat;
	width:46px;
	height:534px;
	float:left;
}
#rightTop {
	background-image:url(../images/ui/right_top.jpg);
	background-repeat:no-repeat;
	width:54px;
	height:534px;
	float:right;
}
#leftTopF {
	background-image:url(../images/ui/leftTop.jpg);
	background-repeat:no-repeat;
	width:46px;
	height:331px;
	float:left;
}
#rightTopF {
	background-image:url(../images/ui/rightTop.jpg);
	background-repeat:no-repeat;
	width:54px;
	height:331px;
	float:right;
}
#startTop {
	background-image:url(../images/ui/start_top.jpg);
	background-repeat:no-repeat;
	width:880px;
	height:120px;
	float:left;
}
#startImg {
	background-image:url(../images/ui/start_img.jpg);
	background-repeat:no-repeat;
	height:346px;
	width:880px;
	float:left;

}
#startNav {
	background-image:url(../images/ui/start_nav_back.jpg);
	background-repeat:no-repeat;
	height:68px;	
	width:880px;
	float:left;

}

#startBottom {
	background-image:url(../images/ui/bottom.jpg);
	background-repeat:no-repeat;
	height:66px;
	width:980px;
	margin:0 auto 0 auto;

}

#topImg {
	background:url(../images/ui/img.jpg);
	background-repeat:no-repeat;
	width:880px;
	height:145px;
	float:left;
}
#nav {
	width:880px;
	height:66px;
	background-image:url(../images/ui/navBack.jpg);
	background-repeat:no-repeat;
	float:left;
}
#contentText {
	background-image:url(../images/ui/backContent.jpg);
	background-repeat:repeat-y;
	width:830px;
	float:left;
	padding: 0px 75px 10px 75px;
}
#subNav {
	width:150px;
	float:left;
	padding-top:40px;
}
#subNavCart {
	width:250px;
	float:left;
	padding-top:40px;
}
#subContent {
	float:left;
	padding: 0px 20px 0px 60px;
	width:600px;
}
#subContentCart {
	float:left;
	padding: 0px 20px 0px 60px;
	width:500px;
}
.del {
	clear:both;
}
