/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}


h1 {
	font-size: 36px;
}

#head {
	width: 720px;
	height: 80px;
	color: #FFFFFF;
	background:#6699CC url(../img/owsd_cate_head.jpg);
}

#title {
	position: absolute;
	width: 520px;
	top: 40px;
	left: 0px;
	margin-top: -18px;
	text-align: center;
}

#main {
	padding: 15px;
	width: 720px;
}



#foot {
	width: 720px;
	text-align: center;
	background: #333366;
	color: #FFFFFF;
	font-size: smaller;
}

#foot a {
	color: #FFFFFF;
}

.goods {
	font-size: small;
}