﻿body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
}

a
{
	text-decoration: none;
	color: blue;
}

a:hover { text-decoration: underline; }

#content
{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#content > img
{
	position: relative;
	left: 10px;
}

#content_inner_content
{
	position: relative;
	float: left;
	width: 540px;
	left: 40px;
	top: -60px;
	text-align: justify;
}

#content_inner_nav
{
	position: relative;
	float: right;
	top: -40px;
	width: 110px;
	font-weight: bold;
}

#content_inner_nav > p { text-align: center; }

h2.header
{
	font-family: Arial;
	font-weight: bold;
	border-bottom: 1px dashed #a6a6a6;
}

p.footer
{
	float: right;
	top: 4px;
	font-size: 8pt;
	text-align: right;
	margin-bottom: 50px;
}

div.post { clear: both; }