﻿#container
{
	display: table;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	background-color: #fff;
	background-image: url(../images/BodyBackground.jpg);
}

#header
{
	position: relative;
	height: 110px;
	width: 980px;
	background-color: #000;
	background-image: url(../images/HeaderBackground.jpg);
	z-index: 100;
}

#headertagline
{
	color: #fff;
	font-size: 10px;
	font-weight:bold;
	text-align: right;
	padding: 5px 10px 0 0;
}

#navigation
{
	position: absolute;
	top: 70px;
	right: 4px;
	z-index: 100;
}

#bodycontainer
{
	position: relative;
	min-height: 500px;
	z-index: 1;
}

#body
{
	position: relative;
	margin: 20px;
	z-index: 1;
}

#footer
{
	position: relative;
	height: 28px;
	width: 975px;
	background-color: #000;
	background-image: url(../images/FooterBackground.jpg);
	color: #fff;
	font-weight:bold;
	font-size: 12px;
	text-align: right;
	padding: 12px 5px 0 0;
}
