@charset "UTF-8";
/* CSS Document */

#container  {
	width: 800px; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
#header  {
	background-image: url(../images/backgrounds/header2.jpg);
	height: 447px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	z-index: 0;
	padding-bottom: 0px;
	text-align: center;
}
#quoteBox {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 220px;
	position: relative;
	top: 275px;
	right: -517px;
	z-index: 2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	position: relative;
	z-index: 1;
	width: 100%;
	top: 315px;
}
#mainContent  {
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1D3645;
	border-left-color: #1D3645;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 0;
}

#mainContent_Inner {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AF0007;
	border-left-color: #AF0007;
	padding-right: 10px;
	padding-left: 10px;
}
#footer  {
	background-image: url(../images/backgrounds/footer.jpg);
	height: 97px;
	margin-top: 0px;
	margin-bottom: 0px;
}
