@charset "utf-8";

/* CSS Document */

.container {
	width:800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;

}
.headder {
	background-color: #666;
	background-image: url(images/hero-800.png);
	background-repeat: no-repeat;
	height: 146px;
	width: 800px;
}
.nav {
	background-color: #F00;
	background-image: url(images/bkg-nav.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 800px;
}
.navigation {
	background-repeat: no-repeat;
	height: 40px;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-transform: none;
}
.bodyleft {
	float: left;
	height: auto;
	width: 400px;
}

.bodycontent {
	background-repeat: repeat-x;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-color: #1f2122;
	background-image: url(images/bkg-body.png);
	float: none;
	padding: 5px;
	height: auto;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
}


.bodyright {
	float: right;
	width: 100px;
}
.sep {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCC;
}
.buckettop {
	background-image: url(images/bucket-top.png);
	height: 29px;
	width: 630px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.bucketbody {
	background-image: url(images/bucket-mid.png);
	height: auto;
	width: 615px;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-right: 0px;
	padding-left: 15px;
}
.buckettext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding-left: 15px;
	padding-right: 10px;
}


.bucketbottom {
	background-image: url(images/bucket-bottom.png);
	height: 14px;
	width: 630px;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-style: none;
	width: 480px;
	height: auto;
	border-top-style: none;
	position: absolute;
	border-right-style: none;
	border-left-style: none;
	padding-left: 7px;
	color: #CCC;
}
top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align: right;
}
