﻿body
{
	margin: 0;
	background: white;
	color: #a0a0a0;
}

a 
{
	text-decoration: none;
	color: #000;
}

#top
{
	width: 100%;
	margin-bottom: 27px;
	height: 150px;
}

#logo
{
	background: #c7c7c7;
	width: 100%;
	font-family: Courier;
	text-align: center;
	color: #000;
}

#header2
{
	background: #9b9bff;
	width: 100%;
	height: 75px;
}

#links
{
	background: #cecfff;
	width: 100%;
	text-align: center;
	color: #595959;
}

#content_inner_nav > div
{
	border: 1px solid black;
	background: #cecfff;
	padding: 10px;
}

#content_inner_nav > div > div:first-child
{
	background: #c7c7c7;
	border: 1px solid black;
	text-align: center;
	color: black;
}

#content_inner_nav > div > div:last-child
{
	text-align: right;
	margin-top: 10px;
}

#links > a { margin: 0 10px 0 10px; }
#content { width: 100%; }
#footer { width: 100%; }

#content
{
	width: 1000px;
	margin: 0 auto;
}

#content_inner_content
{
	float: left;
	padding: 10px;
	width: 680px;
}

#content_inner_nav
{
	width: 280px;
	float: right;
	padding: 10px;
	margin-top: 20px;
}

div.post { margin-bottom: 40px; }
div.post h2 { font-size: larger; }

div.post p.footer
{
	text-align: right;
	font-size: smaller;
}