﻿body
{
	background-image: url(../images/backgrounds/pool.jpg);
	background-repeat: repeat;
	font-family: Verdana;
	font-size: small;
	text-align: justify;
}

#horizon
{
	background-color: Transparent;
	position: absolute;
	text-align: center;
	width: 100%;
}

#wrapper
{
	background-color: Transparent;
	position: relative;
	top: 20px;
	width: 1000px;
	margin: 0px auto;
}

#main
{
	position: relative;
	top: 135px;
	width: 800px;
	background-color: #7d8faa;
	min-height: 550px;
}

#banner
{
	position: absolute;
	left: 0px;
	top: -135px;
	min-width: 800px;
	height: 90px;
	text-align: center;
}

#menu
{
	position: absolute;
	top: -47px;
	padding: 2px;
	max-width: 800px;
	background-color: #7d8faa;
}

#content
{
	width: 800px;
	padding: 15px 10px 15px 10px;
	background-color: #7d8faa;
}

#sidebar
{
	position: absolute;
	top: -135px;
	max-width: 200px;
	vertical-align: top;
}

td
{
	padding: 2px 5px 2px 5px;
	font-family: Verdana;
	font-size: small;
}

.LinkNoDecor a, .LinkNoDecor a:link, .LinkNoDecor a:visited, .LinkNoDecor a:hover, .LinkNoDecor a:active
{
	background-color: transparent;
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

a, a:link, a:visited, a:hover, a:active
{
	color: #ddd;
	font-size: small;
	text-decoration: none;
}

a:hover
{
	color: #003366;
}

a:active
{
	color: #cccccc;
}

.Photo
{
	padding: 2px 2px 2px 2px;
	background-color: #7D8FAA;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-style:	normal;
	text-align: left;
}

H1{font-size:2.00em;font-weight:700;color:#003366;}
H2{font-size:1.75em;font-weight:700;color:#cccccc;}
H3{font-size:1.58em;font-weight:500;color:#003366;}
H4{font-size:1.33em;font-weight:500;color:#cccccc;}
H5{font-size:1.00em;font-weight:700;color:#003366;}
H6{font-size:0.80em;font-weight:700;color:#003366;}
