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

#sitemap {
	background-color: #473933;
	background-repeat: repeat;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.list {
	background-color: #FFF;
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 550px;
}

.big {
	font-size: 14px;
	clear: both;
	float: left;
	height: 30px;
	width: 300px;
	margin-top: 20px;
	text-align: left;
	margin-left: 10px;
}

.big img {
	float: left;
	height: 21px;
	width: 21px;
	clear: both;
	margin-right: 10px;
}

.smoll {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	width: 900px;
	text-align: left;
}

.smoll img {
	height: 7px;
	width: 7px;
	margin-right: 5px;
	margin-left: 10px;
}
