﻿body { color: #080; }

#container
{
	margin: 0 auto;
	width: 660px;
}

#header
{
	height: 45px;
	text-align: center;
	border-bottom: 1px dashed black;
}

#header img { margin-top: 20px; }

#content_inner_content
{
	background: url("/Content/images/Themes/Sakura/sakura3.jpg") fixed top no-repeat;
	height: 100%;
}

a { color: #00f; }

div.post
{
	width: 100%;
	margin: 0 20px 40px 20px;
}

div.post h2
{
	font-size: larger;
	color: #000;
}

div.post p.footer
{
	text-align: right;
	font-size: smaller;
}