*
{
	font-family: helvetica, arial, sans-serif;
	line-height: 17px;
	color: #404040;
}

body
{
	text-align: center;
}

h1, h1 a
{
	font-size: 96px;
	line-height: 104px;
	margin: 0;
}

h2, h2 a
{
	color: #8b864e;
	font-size: 16px;
	margin: 8px 0 8px 0;
}

h3, h3 a
{
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0 4px 0;
}

p
{
	margin: 8px 0 8px 0;	
}

a 
{ 
	text-decoration: none;
	color: #473C8B;
}

.Section .Content a
{
	color: #404040;
}

a:hover { text-decoration: underline; }

p
{
	text-align: justify;
}

.Centered
{
	text-align:center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.Main
{
	width: 800px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#MainTitle
{
	text-align: center;
}

.Main .TopAd
{
	display: block;
	clear: both;
	padding-bottom: 8px;
	border-bottom: solid 1px #E8E8E8;
}

.Main .TopAd .Container
{
	width: 728px;
	margin: 0 auto 0 auto;
}

.Main .Core
{
	display: block;
	/*clear: both;*/
	width: 100%;
}

.Main .Core .Sidebar
{
	display: inline-block;
	float: left;
	width: 135px;
	border-right: solid 1px #E8E8E8;
}

.Main .Core .Sidebar .Section
{
	margin-top: 10px;
	margin-left: 5px;
}

.Validator
{
	padding: 7px 0 0 24px;
}

.Main .Core .Sidebar:first-child
{
	margin-top: 0;
}

.Main .Core .Page
{
	display: inline-block;
	float: left;
	width: 540px;
	margin-left: -1px;
	border-left: solid 1px #E8E8E8;
}

.Main .Core .RightSide
{
	display: inline-block;
	float: left;
	width: 120px;
}

.Main .Core .Page .Title
{
	padding: 0 10px 0 10px;
}

.Main .Core .Page .Content
{
	padding: 0 10px 10px 10px;
}

.Main .Core .Page .Content .Posts .Post
{
	padding-bottom: 8px;	
}

.Main .Core .Page .Content .Posts .Post .Title
{
	height: 26px;
	border: solid 1px #F0F0F0;
	background-color: #F4F4E4;
	padding: 0;
}

.Main .Core .Page .Content .Posts .Post .Title .Text
{
	color: #8b864e;
}

.Main .Core .Page .Content .Posts .Post .Title h3
{
	margin-left: 4px;	
}

.Main .Core .Page .Content .Posts .Post .Content
{
	text-align: justify;
}

.Main .Notice
{
	text-align: center;
	font-size: 11px;
	color: black;
	display: block;
	clear: both;
	border-top: solid 1px #E8E8E8;
	padding-top: 8px;
}

body.DL
{
	padding: 10px;
}

.PageNavigation
{
	text-align: center;
	font-size: 11px;
}

.PageNavigation .Link
{
	margin: 0;
	padding: 0px 2px 0px 2px;
	background-image: none;
	text-decoration: none;
	color: #473C8B;
}

.PageNavigation .Current
{
	margin: 0;
	padding: 0px 2px 0px 2px;
	background-image: none;
	text-decoration: underline;
	font-weight: bold;
	color: black;
}