
/* structure */
#main {
	width: 980px;
	border-top: 0px solid #FFF;
	margin: 0 auto;
}


/* misc */
.left {float: left;}
.right {float: right;}
span.comment {padding-left: 18px; background: url('../image/icon_comment.gif') no-repeat left center;}
.clearer {clear: both; font-size: 0; height: 0;}


/* sidebar label */
.label {
	background: url('../image/label_grey.gif') no-repeat;
	clear: both;
	color: #3e3317;
	font: normal 1.8em Verdana,sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	letter-spacing: -0.05em;
}

.menu_bottom {
	height: 23px;
	line-height: 23px;
}


.search {
	clear: both;
	color: #5b2b00;
	font: normal 1.8em Verdana,sans-serif;
	overflow: hidden;
	text-align: center;
}

/* lists */
ul.block {
	background: #e6e1c4;
	border-top: 1px solid #c3bea1;
	margin: 0;
	padding: 0;
	list-style: none;
}
.block li {
	border-bottom: 1px solid #b2ad92;
	list-style: none;
}
.block a {
	color: #6c6954;
	display: block;
	font: normal 1.2em Verdana,sans-serif;
	padding: 0.6em 2% 0.6em 5%;
	width: 100%;
}
.block a:hover {
	background: url('../image/label_grey_hover.png') no-repeat;
	color: #FFF;
}
.block a em {
	color: #999;
	display: block;
	font: normal 0.8em Verdana,sans-serif;
	margin-top: 0.3em;
}






















