﻿body
{
	text-align: center;
	color: #b6b69a;
}

#header, #footer, #content
{
	position: absolute;
	right: 0;
	left: 0;
	background: #f6f6ed;
}

#header
{
	height: 128px;
	top: 0;
}


#footer
{
	height: 64px;
	bottom: 0;
}

#footer > div
{
	margin-top: 24px;
}

#content
{
	top: 128px;
	bottom: 64px;
	width: 952px;
	left: 50%;
	margin-left: -476px;
	padding: 16px 0 16px 0;
	background: white;
	overflow: hidden;
}

#content_inner_content
{
	height: 100%;
	overflow: auto;
	text-align: left;
	width: 100%;
}

#logo
{
	float: left;
	margin-top: 43px;
}

#navigation
{
	float: right;
	margin-top: 28px;
}

.inside
{
	position: absolute;
	width: 952px;
	left: 50%;
	margin-left: -476px;
}

.dimmed
{
	filter: alpha(opacity=30);
	opacity: 0.3;
}

div.post > h2 
{
	font-size: larger;
	color: #a8a4ff;
}

div.post > div > p.footer
{
	font-size: smaller;
	text-align: right;
	color: #a7b393;
}

div.post
{
	margin: 0 20px 20px 20px;
	padding: 20px;
	background: #f6f6ed;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}