﻿body
{
	margin: auto;
	padding: 0px;
	text-align: center;
}

.header
{
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 311px;
	text-align: center;
	margin: auto;
}

.bodyBG
{
	background-image: url(/images/body_bg.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 389px;
	margin: auto;
}

.body
{
	margin: auto;
	margin-top: 31px;
	text-align: left;
	height: 260px;
	font-family: Tahoma;
	width: 800px;
	background-repeat: no-repeat;
	background-position: 400px 0px;
}

.body h1
{
	font-size: large;
	margin-bottom: 10px;
	margin-top: 0px;
}

.body h2
{
	font-size: large;
	margin-bottom: 5px;
	margin-top: 10px;
}

.body p
{
	font-size: small;
	margin: 0px;
	margin-bottom: 5px;
	width: 370px;
}

.body p a
{
	color: #ffffff;
}

.body li
{
	font-size: small;
}

.mainButton
{
	border: 0px;	
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
}

.mainImage
{
	width: 757px;
	height: 200px;
	margin-left: 43px;
	display: inline-block;
	padding-left: 340px;
	background-repeat: no-repeat;
	color: #ffffff;
	vertical-align: top;
}

.mainImage
{
	width: 757px;
	height: 200px;
	margin-left: 43px;
	display: -moz-inline-block;
	padding-left: 340px;
	background-repeat: no-repeat;
	color: #ffffff;
	vertical-align: top;
}

.mainContent
{
	color: #ffffff;
	vertical-align: top;
	margin-left: 50px;
	display: inline-block;
	background-repeat: no-repeat;
	width: 407px;
}

.footer
{
	text-align: left;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: smaller;
	font-family: tahoma;
}