@charset "utf-8";
html, body {
	margin: 0px;
	background-repeat: repeat;
	background-image: url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	height: 100%;
	width:100%;
}
a {
	text-decoration: none;
	color: #E2A700;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	text-transform: uppercase;
}



.clear {
	clear: both;
}
.centerLeft {
	background-image: url(../images/mainLeftSide.png);
	float: left;
	height: 340px;
	width: 5px;
}
.centerCenter {
	height: auto;
	width: 590px;
	float: left;
}

.centerCenterTop {
	height: 262px;
	width: 590px;
}
.centerCenterBottom {
	height: 78px;
	width: 590px;
}
.centerCenterRight {
	background-image: url(../images/mainRightSide.png);
	height: 340px;
	width: 5px;
	float: right;
}
.left {
	height: 328px;
	width: 200px;
	float: left;
	margin-right: 10px;
}
.right {
	height: 340px;
	width: 200px;
	float: left;
}
.bottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2A700;
}
.bucketSpace {
	margin-right: 4px;
	margin-left: 4px;
}
.vertSpace5 {
	margin-top: 7px;
	margin-bottom: 7px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
}
#push {
	height: 120px;
}

#header {
	height: 101px;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/headerBg.png);
}
#logo {
	float: left;
	height: 50px;
	width: 350px;
	margin-top: 30px;
	margin-left: 20px;
	display: block;
}
#logo a{
	height: 50px;
	width: 350px;
	display: block;
}

#nav {
	float: right;
	height: 55px;
	width: 540px;
	margin-right: 20px;
	text-align: right;
}
#middle {
	height: auto;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position:relative;
}
#login {
	float: right;
	margin-right: 20px;
}

#center {
	font-family: Verdana, Geneva, sans-serif;
	height: auto;
	width: 600px;
	float: left;
	margin-right: 10px;
}
#banner {
	margin-top: 9px;
}
#buckets {
	height: 120px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#indexText {
	height: auto;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../images/footerBg.png);
	background-repeat: repeat;
	padding: 10px;
}
#footer {
	margin-top: 10px;
	height: 90px;
	width: 100%;
	left: auto;
	right: auto;
}
#footerTop {
	
	background-image: url(../images/footer.png);
	height: 7px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footerBottom {
	background-image: url(../images/footerBg.png);
	background-repeat: repeat;
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
.right {
	text-align: right;
}
