body {
	font-family: Verdana, sans-serif;
	background: #eee;
}
#content ul {
	list-style: none;
	font-size: small;
}
.blockquote {
	color: #444;
	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 {
	align: center;
	padding: 0px 0px 0px 25px;
	height: 106px;
}
#header span {
	font-size: 22px;
}
#header .sublogo {
	padding-left: 50px;
}
#header h1 {
	padding-top: 25px;
	fond-size: 72px;
}
#top {
	background: url("img/top.png");
	height: 200px;
}
#nav {
	margin-bottom: 20px;
	float: left;
	background: #eee;
	width: 960px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
	display: block;
	padding: 15px 20px 15px 20px;
	background: #eee;
	color: #444;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-size: .8em;
	font-weight: bold;
}
#nav a:hover {
	background: #ccc;
	text-decoration: none;
	color: #444;
	border-right: 1px solid #fff;
}
#nav .active {
	color: #fff;
	background: #8b0000;
}
#nav .active:hover {
	color: #fff;
	background: #ff0000;
}
#content {
	padding: 20px;
	clear: both;
	height: auto;
}
#content h1 {
	font-size: 1.8em;
	color: #8b0000;
	padding: 0;
	margin: 0;
}
#content h2 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	color: #444;
}
#content h3 {
	color: #444;
	font-size: 1.1em;
}
#content h4 {
	color: #444;
	font-size: 1em;
}
#content p {
	color: #444;
	font-size: 80%;
}
#content a {
	text-decoration: none;
	color: #8b0000;
	border-bottom: 1px dotted #8b0000;
}
#content a:hover {
	text-decoration: none;
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}
#content .date {
	font-size: 70%;
}
#column-1 {
	float: left;
	margin-right: 5px;
}
#column-2 {
	float: right;
	width: 200px;
	margin-left: 5px;
}
#articles {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: small;
}
#footer {
	clear: both;
	text-align: center;
	padding: 20px;
	font-size: 80%;
	color: #999;
}
