﻿body, html
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #2B3840;
}

.bodyContainer
{
	background-color: #3F5563;
	background-image: url(images/bodyBackground.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: top;
}

.headerContainer
{
	background-color: #232A32;
	background-image: url(images/headerBackground.gif);
	background-repeat: repeat-x;
}

.navigationContainer
{
	position: absolute;
	right: -8px;
	bottom: 18px;
}

.headerContainer .innerContainer
{
	position: relative;
	height: 117px;
}

.footerContainerCell
{
	background-color: #394752;
	vertical-align: bottom;
}

.footerContainerCell, .footerContainer
{
	height: 46px;
}

.footerContainer
{
	background-image: url(images/footerBackground.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2B3840;
}

.footerContainer .innerContainer
{
	margin-top: 10px;
}

.innerContainer
{
	width: 760px;
	margin: 0px auto;
}


@media print
{

}
