body {
	background-color: #a2aa8a;
}

a {
	color: #573f38;
}
a:hover, a:focus {
  color: #573f38;
	text-decoration: none;
}

#navi {
	background-color: #eee;
}
#navi a {
	display: block;
	float: left;
	width: 150px;
	height: 40px;
	font-size: 2em;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #ddd;
}
#navi a:hover, a.active {
  color: #573f38;
	background-color: #fff;
}

#main {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#main .shade {
	position: absolute;
	top: 0;
	width: 25px;
	height: 100%;
}
#main #shade_left {
	left: -25px;
	background-image: url(../images/shade_left.jpg);
}
#main #shade_right {
	right: -25px;
	background-image: url(../images/shade_right.jpg);
}

.container {
	background-color: #fff;
}

#sidebar p {
	font-size: 1.3em;
}

#about {
	font-size: 1.5em;
	background-color: #dcf0c4;
}

.post_title {
	margin: 0;
	font-size: 2.0em;
	font-weight: bold;
	color: #573f38;
}
.article {
	font-size: 1.3em;
	text-align: justify;
}

.friendfeed {
	border: 1px solid #dcf0c4!important;
}
