body {
	font: normal 100%/1.5em Verdana, Arial, sans-serif;
	background: #ddd;
}
hr {
	width: 100%;
	border: none;
	background-color: #8b0000;
	color: #8b0000;
	height: 2px;
}
a img {
	border: none;
}
table{
	border-spacing: 10px;
}
#content ul {
	list-style: none;
	font-size: small;
}
.hide {
	display: none;
}
.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 {
	padding: 50px 0 50px 50px;
}
#header span {
	font-size:35px;
}
#header .sublogo {
	padding-left: 50px;
}
#top {
	background: url("../images/top1.jpg");
	height: 200px;
}
#top #logo {
	background: url("../images/logo.png");
	float: right;
	position: relative;
	top: 50px;
	right: 25px;
	width: 371px;
	height: 100px;
}
#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;
}
#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;
}

