h1 {
	margin: 10px 0 10px 0;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	margin: 10px 0 0px 0;
	color: #8c6046;
}


img {
	border: 0;
}

#contentRight p img {
	border: 5px solid #dea884;
}

.emphasized {
	font-weight: bold;
	color: #8c6046;
}
.emphasized:hover {
	font-weight: bold;
	color: #8c6046;
}

p {
	padding: 5px 0 10px 0;
}

p.newsDate {
	text-align: right;
	font-weight: normal;
}
p.newsTitle {
	font-size: 14px;
	font-weight: bold;
}
a.newsMore {
	font-weight: bold;
}
hr.beautiful {
	background: url(../img/hr.png);
	width: 409px;
	height: 31px;
	margin: 15px 0;
	border: 0;
}

a#archiveButton{
	display: block;
	cursor: pointer;
	position: relative;
	padding-bottom: 20px;
}
a#archiveButton img{
	position: absolute;
	left: 0px;
	top: 1px;
	border: 0;
}
a#archiveButton div {
	padding-bottom: 3px;
	position: absolute;
	left: 40px;
}
#moreButton {
	line-height: 0;
	position: relative;
	display: block;
	cursor: pointer;
	text-align: right;
}
#moreButton img {
	position: absolute;
	display: block;
	width: 32px;
	height: 17px;
	left: 0px;
	top: 0px;
	border: 0 !important;
}
#moreButton div {
	position: absolute;
	display: block;
	width: 100px;
	height: 20px;
	top: 0;
	left: 50px;
}
#contentLeft td span {
	display: block;
	padding: 0 0 0 3px;
}

.opacity {
    opacity: 0.35;
    filter:alpha(opacity=35);
}

