﻿html, body
{
	height: 100%;
}

.mainContainer
{
	width: 840px;
	margin: 0 auto;	
	height: 100%;
}

.shadingCell
{
	width: 40px;
}

.leftContainer
{
	background-image: url(images/leftBackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.rightContainer
{
	background-image: url(images/rightBackground.gif);
	background-repeat: repeat-y;	
	background-position: right top;
}

.mainCell
{
	width: 760px;
	vertical-align: top;
}

.headerContainer
{
	height: 140px;
	background-image: url(images/headerBackground.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.addressContainer
{
	position: absolute;
	top: 30px;
	right: 10px;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

.addressContainer .city
{
	font-size: 12pt;
	text-transform: uppercase;
	color: #D01335;
}

.tagLineContainer
{
	background-image: url(images/tagLineBackground.gif);
	background-repeat: repeat-x;
	height: 38px;
	color: white;
	font-style: italic;
	font-size: 11pt;
	font-weight: bold;
	padding: 6px 0 0 70px;
}

.bodyContainer
{
	position: relative;
	width: 760px;
}

.navigationContainer
{
	width: 180px;
	left: 0px;
	top: 0px;
	position: absolute;
}

.contentContainer
{
	margin-left: 185px;
}

@media print
{
	.mainContainer
	{
		width: 100%;
	}
	.headerContainer, .tagLineContainer, .navigationContainer, .shadingCell
	{
		display: none;
	}
	.contentContainer
	{
		margin: 0;
	}
}