/* CSS Document */

#left-column {
	float: left;
	width: 440px;
}
#right-column {
	float: left;
	width: 140px;
}
p.newsdate  {
	color: #9D7A51;
	font-size: 11px;
	margin-bottom: 15px;
}
p.newstitle  {
	color: #9D7A51;
	padding-left: 27px;
	background-image: url(../blog/images/newstitle-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-bottom: 20px;
}
.news-txt {
	line-height: 1.5em;
	width: 420px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #9D7A51;
	margin-bottom: 15px;
}
.search-area {
	background-image: url(../blog/images/search-back.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 87px;
	margin-bottom: 10px;

}
.backnumber {
	background-image: url(../blog/images/backnumber-bg.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
}
.search-area input.box {
	width: 110px;
	margin: 33px 0px 5px;
}
.backnumber p {
	padding-top: 3px;
	padding-left: 10px;
	font-size: 11px;

}
.news-index {
	width: 420px;
	border-left: 3px solid #795113;
	margin-bottom: 30px;
}
.news-index p.date {
	font-size: 11px;
	padding: 0px 0px 5px 10px;
	color: #9D7A51;
	border-bottom: 1px dotted #B4A487;
	line-height: 1em;
}
.news-index p.title {
	padding: 5px 0px 0px 10px;
	line-height: 1.3em;
}

