body{
	padding:0;
	margin:0;
	background:url(../i/bg.jpg) top left repeat;
	text-align:center;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fff;
}
#clearer{
	clear:both;
	height:1px;
}
a, img, object{
	border:none;
	padding:0;
	margin:0;
	color:#fff;
	text-decoration:none;
}
#zoom p{
	text-align:center;
}
/*-------ALL*/
#main{
	width:800px;
	margin:30px auto 0px auto;
}
#left{
	float:left;
	width:480px;
	height:650px;
	background-color:#808081;
}
#right{
	float:left;
	width:290px;
	height:650px;
	margin-left:30px;
}
#items{
	width:100%;
	height:410px;
	background-color:#808081;
	text-align:left;
}
#menu{
	margin-top:30px;
	width:100%;
	height:210px;
	background-color:#808081;
}
#footer{
	text-align:right;
	height:25px;
	background-color:#808081;
	margin-top:20px;
	padding:5px 20px 0px 0px;
	line-height:20px;
}
/*-------main----*/
#main h1{
	padding-top:30px;
	font-weight:normal;
	letter-spacing:2px;
	height:80px;
	border-bottom:2px dotted #ccc;
}
#main #zoom{
	height:420px;
	width:440px;
	margin:0px 20px;
	border-bottom:2px dotted #fff;
}
#main p{
	letter-spacing:1px;
	line-height:20px;
}
/*-------end-main*/
/*-------items*/
#items .item{
	margin:30px 0px 0px 30px;
	height:100px;
	width:100px;
	float:left;
	text-align:center;
}

#items h2{
	padding-top:30px;
}
/*-------end-items*/
/*-------menu*/
#menu{
	text-align:left;
	overflow:auto;
}
#menu .menu_item{
	padding-left:50px;
	padding-top:10px;
	text-align:left;
	border-bottom:1px #fff dotted;
}
#menu img{
	width:30px;
	height:30px;
	margin-right:20px;
}
#menu span{
	margin-bottom:10px;
}
/*-------end-menu*/