#wrapper {
	margin: auto;
	margin-top: 150px;
	margin-bottom: 10px;
	/* max-width: 950px; */
	width: 900px;
	text-align: left;
	background-color: #0c0303;
	background-image: url(./images/bgwrapper);
	-border: 1px solid #1f1313;
	border: 2px solid #311;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#bgleft {
	width: 100%;
	min-width: 1000px;
	position: absolute;
	left: 0;
	top: 38px;
	height: 150px;
	text-align: left;
	background-image: url(./images/bgleft.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#bgright {
	width: 100%;
	min-width: 1000px;
	position: absolute;
	left: 0;
	top: 38px;
	height: 150px;
	text-align: right;
	background-image: url(./images/bgright.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1000px;
	text-align: center;
}

#topbar1 {
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	width: 100%;
	min-width: 1000px;
	height: 27px;
	background-image: url(./images/topnav/topbar1bg.png);
	border-bottom: 1px solid #491708;
}

#topbar1 img {
	margin-left: 18px;
	margin-right: 18px;
}

#topbar2 {
	width: 100%;
	min-width: 1000px;
	line-height: 19px;
	background-image: url(./images/topnav/topbar2bg.gif);
	background-position: 50% 0;
}

#navleft {
	position: absolute;
	left: 35px;
	-padding-top: 5px; /* IE6 fix */
	z-index: 2;
}

#navright {
	width: 100%;
	min-width: 1000px;
	position: absolute;
	left: 0;
	-padding-top: 5px; /* IE6 fix */
	text-align: right;
	z-index: 1;
}

#navright span {
	margin-right: 35px;
}
