#container {
	text-align: left;
	position: relative;
	z-index: 10;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	position: relative;
	z-index: 20;
	background-color: #666666;
	height: 180px;
}
#nav {
	z-index: 30;
}
#content {
	position: relative;
	z-index: 20;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: Verdana;
	font-size: 12px;
}
#bottom {
	position: relative;
	z-index: 30;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #ffffff;
	background-color: #a97134;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
	top: -10px;
}
#banner {
	position: relative;
	z-index: 40;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #ffffff;
	background-color: #F2F2F2;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 100px;
	margin-top: -3px;
}

