﻿body
{
	background-color: #921A03;
}

.mainContainer
{
	width: 760px;
	margin: 0 auto;
}

.headerContainer
{
	background-color: #710B00;
	background-image: url(images/headerBackground.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 183px;
	border-bottom: 1px solid black;
	position: relative;
}

.logoImage
{
	padding: 15px 0 6px 5px;
}

.contactInfoContainer
{
	position: absolute;
	right: 50px;
	top: 30px;
	font-weight: bold;
	font-family: Times New Roman;
}

.menuContainer
{
	position: absolute;
	top: 156px;
	left: 0px;
	width: 754px;
	background-color: White;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	height: 22px;
	padding: 5px 0 0 5px;
}

.columnContainer
{
	width: 760px;
}

.leftContainer
{
	width: 166px;
	background-color: #FE0000;
	color: White;
	padding: 10px;
	background-image: url(images/leftContainerBackground.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.leftContainer a
{
	color: White;
}

.rightContainer
{
	width: 594px;
	background-image: url(images/rightContainerBackground.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: White;
}

.footerContainer
{
	margin-top: 10px;
	color: White;
}

.footerContainer a
{
	color: White;
}

@media print
{
	.mainContainer
	{
		width: 100%;
		margin: 0 auto;
	}
	.columnContainer
	{
		width: 100%;
	}
	
	.headerContainer, .leftContainer
	{
		display: none;
	}
	
}