/* CSS Document */

#wrapper {
	margin: 0 auto;
	width: 970px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: center top;
	color: #33282C;
	z-index: -100;
	background-image: url(../pictures/body_bg.jpg);
	background-color: #2F2219;
}
#logo {
	width: 280px;
	float: left;
	height: 109px;
}
.banner {
	background-image:url(../pictures/banner_bg.jpg);
	position: absolute;
	top:17px;
	left: 50%;
	width: 1630px;
	height: 410px;
	visibility: visible;
	z-index:-40;
	background-repeat: no-repeat;
	margin-left: -1000px;
}

div#outer {
	width: 970px;
	position: relative;
	float: left;
	height: 248px;
}

#banner {
	top: 0;
	left: 315px;
	width: 645px;
	float: left;
	position: absolute;
	z-index: -30;
}
#banner object {
	margin-right: 12px;
}
#info {
	float: left;
	width: 224px;
	position: absolute;
	top: 30px;
	left: 30px;
}

/*-- ==== footer ==== */

#footer {
	font-size: 11px;
	width: 970px;
	line-height: 1.7em;
	color: #3A2F1D;
	text-align: center;
	padding-bottom: 5px;
	border-top: 7px solid #2f2219;
	clear: both;
	background: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}
#footer a {
	color: #3A2F1D;
}
#footer a:hover {
	text-decoration: none;
}
.cls {clear:both; height:0px; overflow:hidden;} 

#heading {
	height: 63px;
	width: 970px;
	float: left;
}
#banner object {
	z-index: -100;
}
