﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	height: 100%;
	background: #c44e1e;
	color: #370e08;
}

#container
{
	min-height: 100%;
	position: relative;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
h2 { font-size: larger; }

#header img
{
	width: 100%;
	min-width: 1000px;
	height: 349px;
}

#content
{
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 32px;
}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 1000px;
	background: #992c00;
	border-top: 1px solid #370e08;
	height: 32px;
	line-height: 32px;
}

#footer > p
{
	text-align: center;
	color: #c44e1e;
	font-family: Verdana;
	font-size: smaller;
}

#content_inner_content { padding: 20px 15px 20px 15px; }

#nav
{
	width: 100%;
	min-width: 1000px;
	background: #992c00;
	line-height: 32px;
	border-top: 1px solid #370e08;
	border-bottom: 1px solid #370e08;
	height: 32px;
}

#nav > div
{
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

#nav > div > a
{
	color: #f29d5c;
	margin-left: 15px;
	font-family: Verdana;
}

#nav > div > a:last-child { margin-right: 15px; }

div.post
{
	margin-bottom: 40px;
}

div.post p
{
	margin-top: 10px;
	text-align: justify;
}

div.post h2.header
{
	color: #370e08;
	border-bottom: 1px dashed #992c00;
}

div.post p.footer
{
	text-align: right;
	font-size: smaller;
	color: #992c00;
}