﻿body
{
	background-color: #01202c;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url("images/BodyBackground.jpg");
	background-repeat: repeat;
	background-position: top center;
}

html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#wrapper
{
	width: 872px;
	margin: auto;
}

#Header
{
	position: relative;
	background-image: url('images/BodyHeader.jpg');
	height: 451px;
	background-repeat: no-repeat;
}

#HeaderAnimation
{
	position: absolute;
	top: 22px;
	left: 32px;
	width: 800px;
}

#HomeBanner
{
	position: absolute;
	top: 197px;
	left: 32px;
	width: 800px;
}
               
#TopNavigation
{
	position: absolute;
	left: 712px;
	/*left: 512px;*/
	top: 24px;
	width: 120px;
	max-width: 120px;
	z-index: 1000;
}

#Content1
{
	background-image: url('images/BodyContentFill.jpg');
	background-repeat: repeat-y;
}

#Content2
{
	background-image: url('images/BodyContentTop.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#Content3
{
	background-image: url('images/BodyFooter.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 500px;
	padding-bottom: 1px;
	/* placing a border here fixes the footer problem :( */
}

#Content4
{
	background-image: url('images/ContentFill.jpg');
	background-position: top;
	background-repeat: repeat-y;
	width: 807px;
	margin: auto;
	margin-bottom: 50px;
}

#Content5
{
	background-image: url('images/ContentTop.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

#Content6
{
	background-image: url('images/ContentFooter.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 500px;	
	padding: 10px 10px 10px 10px;
	color: White;
}

#PageTitle1
{
	background-image: url('images/TitleFill.jpg");
	background-repeat: repeat-x;
	min-height: 25px;
}

#PageTitle2
{
	background-image: url('images/TitleLeft.jpg");
	background-repeat: no-repeat;
	background-position:left;
	min-height: 25px;
	min-width: 100px;
	
}

#PageTitle3
{
	background-image: url('images/TitleLeft_02.jpg");
	background-repeat: repeat-x;
	background-position:left;
	width: 100%;
	min-height: 25px;
}

#PageTitle4
{
	background-image: url('images/TitleLeft_01.jpg");
	background-repeat: no-repeat;
	background-position:left;
	width: 100%;
	min-height: 25px;
}

#PageTitle5
{
	background-image: url('images/TitleLeft_03.jpg");
	background-repeat: no-repeat;
	background-position:right;
	width: 100%;
	min-height: 25px;
}

.clear
{
	clear: both;
}

div.bar
{
	background-image: url('images/Bar.jpg');
	margin: auto;
	width: 205px;
	min-width: 205px;
	height: 40px;
	min-height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100;
	position: relative;
}

#News
{
	display: none;
}