﻿body
{
	background-image: url(images/background.gif);
	background-repeat: repeat;
}

.mainContainer
{
	width: 760px;
	margin: 0 auto;
	border-bottom: 3px solid white;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-color: White;
}

.headerContainer
{
	width: 760px;
	height: 115px;
	background-color: #000066;
}

.logoImage
{
	width: 253px;
	height: 61px;
	margin: 27px 253.5px;
}

.headerImageContainer
{
	margin: 4px 0;
}

.headerNavigationContainer
{
	background-color: #000066;
	text-align: center;
	height: 26px;
}

.contentContainer
{
	margin: 50px;
}

.footerContainer
{
	border-top: solid 15px #000066;
	text-align: center;
}

.footerInnerContainer
{
	margin-top: 5px;
}