﻿/* CSS layout */
html {
	height: 100%;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #270001;
	background-image: url('../images/bkg_page_1000.jpg');
	background-attachment: fixed;
}

#container {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 985px;
	background-color: #270001;
	min-height: 100%;
	background-image: url('../images/circles_flash_slices_04.jpg');
	background-repeat: repeat-y;
	z-index: 0;
}
#header {
	background-image: url('../images/circles_top_drums.jpg');
	background-repeat: no-repeat;
	height: 273px;
}
#menuFlash {
	width: 985px;
	position: absolute;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 3;
}
#contentContainer {
	padding-top:  27px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 985px;
	z-index: 1;
}
#contentLeft {
	margin-top: 60px;
	margin-left: 53px;
	width: 180px;
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #333E4D;
	z-index: 2;
}
#contentRight {
	padding-top: 60px;
	margin-left: 260px;
	margin-right: 58px;
	font-size: 12px;
	font-family: Arial;
	color: #333E4D;
	z-index: 2;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	clear: both;
	font-size: 10px;
	text-align: center;
	font-family: Arial;
	color: #C0C0C0;
}

/* Body Classes */
.pageHeader {
	font-size: small;
	font-weight: bold;
	color: #B71D1F;
}

.leftHeader {
	font-size: small;
	font-weight: bold;
	color: #B71D1F;
}

.splashHeader {
	font-size: 12px;
	font-weight: bold;
	color: #B71D1F;
}

/* Hyperlink Classes */
a.contactlinks {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:link.contactlinks {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover.contactlinks {
	color: #F8F8F8;
	font-weight: normal;
	text-decoration: underline;
}

a.menulinks {
	font-family: Arial;
	font-size: 11px;
	color: #e9be68;
	font-weight: bold;
	text-decoration: none;
}
a:link.menulinks {
	color: #e9be68;
	font-weight: bold;
	text-decoration: none;
}
a:hover.menulinks {
	color: #CB4938;
	font-weight: bold;
	text-decoration: none;
}

a.contentlinks {
	color: #180604;
	text-decoration: underline;
}
a:link.contentlinks {
	text-decoration: underline;
}
a:hover.contentlinks {
	color: #B71D1F;
	text-decoration: underline;
}

a.footerlinks {
	font-family: Arial;
	font-size: 10px;
	color: #561107;
	font-weight: normal;
	text-decoration: none;
}
a:link.footerlinks {
	color: #561107;
	font-weight: normal;
	text-decoration: none;
}
a:hover.footerlinks {
	color: #6C1509;
	font-weight: normal;
	text-decoration: none;
}
