#main {
	background-color: #FFF;
	background-image: url(../images/background-slice.jpg);
	background-repeat: repeat-x;
}
.mainMenu {
	height: 32px;
	width: 871px;
	margin-left: -435px;
	position: absolute;
	bottom: 0px;
	left: 50%;
}
#header {
	position: relative;
	width: 935px;
	height: 108px;
	margin-left: -467.5px;
	left: 50%;
	top: 0px;
}
#body {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/contentBackground.jpg);
	min-height: 550px;
}
#footer {
	position: relative;
	background-color: #FFF;
}
#container {
	position: relative;
	width: 955px;
	margin-left: -497.5px;
	left: 50%;
	top: 0px;
	min-height: 600px;
	background-image: url(../images/stage-slice.jpg);
	background-repeat: repeat-y;
}
.footerContainer {
	position: relative;
	width: 955px;
	margin-left: -497.5px;
	left: 50%;
	top: 0px;
	background-color: #FFF;
	height: 16px;
	background-image: url(../images/stage-bottom.jpg);
	background-repeat: no-repeat;
	margin-top: -7px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	height: 15px;
	width: 925px;
	margin-left: -462.5px;
	position: absolute;
	left: 50%;
	top: 15px;
}
.contentInner {
	width: 935px;
	margin-left: -467.5px;
	left: 50%;
	top: 0px;
	position: relative;
}
.footerMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	height: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.footerTerms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	height: 15px;
	position: absolute;
	left: 530px;
	top: 0px;
}
.footerCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.logo {
	position: absolute;
	height: 41px;
	width: 155px;
	left: 0px;
	top: 21px;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
#dropmenudiv{
	position:absolute;
	left:0;
	background-color:#CCC;
	/*font:normal 11px #666666;
font-family:Geneva, Arial, Helvetica, sans-serif;*/
line-height:17px;
	z-index:100;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

#dropmenudiv a{
	width: 100%;
	height:15px;
	display: block;
	left:0;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #666;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #999;
	color: #333;
}
title {
	font-weight:bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #333;
}
h3 {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
}
h2 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
}