@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
body {
	background:#000000;
	margin: 8px auto;
	width: 760px;
}
body,td,th {
	font: 1em Consolas, "Lucida Console", "Courier New", Courier, monospace;
}
#header {
	background: url(header.jpg) no-repeat left top;
	height: 80px;
	width: 760px;
	margin-bottom: 10px;
}
#content-top {
	background: url(content_top.png) no-repeat scroll center top;
	height: 68px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
#content .postmetadata {
	font-size: 0.8em;
}
#content {
	background: #FFFFFF;
	width: 480px;
	padding: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	float: left;
	overflow: hidden;
	margin-bottom: 8px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
#content ul,
#content ol,
#content dl,
#content blockquote,
#content pre {
	margin-bottom: 8px;
}
#content a {
	color: #009999;
}
#content .navigation-home hr {
	display: none;
}
#content li,
#content dd {
	margin-left: 20px;
}
#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 0.2em;
	border-bottom: 2px solid #CC0000;
}
#content-bottom {
	background: url(content_bottom.png) repeat scroll center bottom;
	height: 218px;
	width: 620px;
	left: 70px;
	bottom: 0px;
	position: fixed;
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
	float: left;
	width: 250px;
	color: #FFFFFF;
	padding-left: 10px;
}
#sidebar ol {
}
#sidebar ol li {
	margin-left: 30px;
	margin-bottom: 10px;
}
#sidebar a {
	color: #FFCCCC;
}
