﻿body
{
	color: #6e6e6e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}

h1
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 15px;
}

h2
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 2px;
}

P
{
	margin-bottom: 10px;
}

a
{
	color: #53bee0;
	text-decoration: none;
}

TD
{
	padding: 2px;
}

a:hover
{
	text-decoration: underline;
}

#wrap
{
	background-position: center top;
	background-image: url('../img/bg.jpg');
	background-color: #9bd4e7;
	background-repeat: no-repeat;
	min-height: 900px;
}

#main
{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 150px;
}

#nav
{
	width: 860px;
	background-color: #fdf9fa;
	height: 41px;
}

#content
{
	background-position: center top;
	background-image: url('../img/content-bg.jpg');
	background-color: #9bd4e7;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content2
{
	background-position: center top;
	background-image: url('../img/content-bg.jpg');
	background-color: #9bd4e7;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 10px;
}

#hero
{
	float: left;
	width: 580px;
	height: 360px;
	background-color: #fff;
}

#news
{
	clear: none;
	margin-left: 600px;
	width: 230px;
	height: 350px;
	background-color: #fff;
	padding: 5px;
}

#news img 
{
	display: block;
}

#news p
{
	padding: 10px;
}

#boxes
{
	background-image: url('../img/boxes-bg.jpg');
	height: 204px;
	color: #fff;
}

#boxes img
{
	display: block;
	margin-bottom: 10px;
}

#box1
{
	width: 430px;
	float: left;
}

#box1 div
{
	padding: 4px 19px;
}

#box2
{
	width: 430px;
	margin-left: 430px;
}

#box2 div
{
	padding: 4px 11px;
}

#text
{
	background-color: #fff;
	padding: 15px;
}

#contentTbl td
{
	padding: 5px;
}

#footer
{
	background-image: url('../img/footer-bg.jpg');
	background-repeat: no-repeat;
	height: 144px;
	padding-top: 20px;
	padding-left: 10px;
	color: #fff;
}

#footer a
{ 
	color: #fff;
}

#footer span
{
	display: inline;
	float: right;
	padding-right: 20px;