body {
	font-family: Verdana, sans-serif;
	background: #e6ffdf ;
}
.blockquote {
	color: #555;
	padding: 10px;
	margin: 20px;
}
.signature {
	margin: 0;
	padding: 0;
	text-align: right;
}
.code {
	background: #eee;
	padding: 10px;
	margin: 20px;
}
#container {
	width: 960px;
	margin: 20px auto;
	height: auto;
	background: #fff;
}
#header {
	padding: 20px;
}
#header .title {
	color: #5e5b54 ;
	border-left: 10px solid #5e5b45 ;
	padding-left: 10px;
}
#header .subtitle {
	color: #5e5b54 ;
	padding-left: 50px;
	font-weight: bold;
}
#top {
	background: url("img/header12.jpg");
	height: 341px;
}
#nav {
	float: left;
	background: #566842 url("img/nav.png");
	width: 960px;
	height: 40px;
	margin-bottom: 20px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
	display: block;
	padding: 15px 30px 15px 30px;
	height: 9px;
	background: #3B582C  url("img/nav.png");
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-size: .9em;
	font-weight: bold;
}
#nav a:hover {
	background: #3B582C  url("img/nav_hover.png");
	text-decoration: none;
	border-right: 1px solid #fff;
}
#content {
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}
#content h1 {
	font-size: 1.8em;
	color: #5e5b54  ;
	padding: 0;
	margin: 20;
	border-bottom: 1px #555 solid;
}
#content h2 {
	font-size: 1.4em;
	color: #5e5b54  ;
}
#content h3 {
	color: #5e5b54  ;
	font-size: 1.1em;
}
#content h4 {
	color: #5e5b54 ;
	font-size: 1em;
}
#content p {
	color: #5e5b45  ;
	font-size: 90%;
}
a {
	text-decoration: none;
	color: #5E5A54;
	border-bottom: 1px dotted #5E5A54;
}
a:hover {
	text-decoration: none;
	color: #C0A37E;
	border-bottom: 1px solid #C0A37E;
}
#content .date {
	font-size: 70%;
}
#welcome {
	margin: 0;
	padding-bottom: 20px;
}
#articles {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: small;
}
#column-1 {
	clear: both;
}
#column-2 {
	float: right;
	width: 200px;
	margin-left: 5px;
}
#footer {
	clear: both;
	text-align: center;
	padding: 20px;
	font-size: 80%;
	color: #999;
}
