#banner_container {
	margin: 0 auto;
	padding: 0 auto;
	width: 385px;
	height: 80px;
	display: block;
	position: relative;
}
#banner_left_box {
	width: 100px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	z-index: 2;
}
#banner_right_box {
	width: 385px;
	height: 60px;
	display: block;
	position: absolute;
	top: 5px;
	right: 0px;
}
#banner_text {
	width: 275px;
	display: block;
	position: absolute;
	font-family: Georgia;
	font-size: 16pt;
	font-weight: bold;
	top: 24px;
	right: 0px;
	text-align: left;
	z-index: 3;
}
#banner_container a {
	text-decoration: none;
}

