﻿body
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 10px;
	text-align: center;
}

#main
{
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	width: 802px;
	height: 572px;
	margin: 0px auto;
	position: relative;
}

#links
{
	position: absolute;
	left: 500px;
	top: 7px;
	text-align: right;
	width: 290px;
	border: 0px fuchsia solid;	
	font-size: 11px;
}

#links a:link, a:active, a:visited
{
	color: #FFFFFF;	
}

a:link, a:active, a:visited, a:hover
{
	color: #FFFFFF;
}

th
{
	text-align:center;
	vertical-align: bottom;
}

#navigation
{
	position: absolute;
	left: 12px;
	top: 100px;
	border: 1px #000000 solid;
	width: 125px;
	background-image: url(images/nav_bg.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.navigation_item
{
	position: absolute;
	font-size: 12px;	
	width: 100%;
	padding: 2px 0px 2px 0px;
	text-align: center;
	margin-bottom: 3px;
}

.navigation_item:link, .navigation_item:active, .navigation_item:visited
{
	background-color: transparent;	
	color: #FFFFFF;			
}

.navigation_item:hover
{
	background-color: #751D1C;	
}

#content
{
	position: absolute;
	left: 149px;
	top: 100px;
	width: 638px;
	border: 1px #000000 solid;
	background-image: url(images/content_bg.jpg);
	height: 457px;	
	font-size: 12px;
	overflow: auto;
	background-attachment: inherit;
}

#content_body
{
	margin: 10px;
	line-height: 18px;
	text-align: left;
}

#footerlinks
{
	position: relative;
	margin: auto;
	color: #999999;	
	width: 602px;
	text-align: center;
	font-size: 11px;
}

#footerlinks a:link, #footerlinks a:active, #footerlinks a:visited
{
	color: #999999;
}

#footerlinks a:hover
{
	color: #751D1C;
}

.pagetitle
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
	margin-bottom: 15px;
}


