#banner-container {
	background-image: url(../home/bnr-shadow.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 425px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#bnr-flash {
	float: left;
	height: 75px;
	width: 100px;
}
#bnr-text-box {
	display: block;
	float: right;
	width: 320px;
	height: 75px;
	margin-right: 5px;
	background-color: #D8D486;
}
#bnr-text-box a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	background-image: url(../home/bnr-gallery.gif);
	background-repeat: no-repeat;
	border: none;
}
#bnr-text-box a:hover {
	background-image: url(../home/bnr-gallery-f2.gif);
	background-repeat: no-repeat;
	border: none;
}
#bnr-catalog-box {
	display: block;
	float: right;
	width: 320px;
	height: 75px;
	margin-right: 5px;
	background-color: #9CC;
}
#bnr-catalog-box a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	background-image: url(../home/bnr-catalog.gif);
	background-repeat: no-repeat;
	border: none;
}
#bnr-catalog-box a:hover {
	background-image: url(../home/bnr-catalog-f2.gif);
	background-repeat: no-repeat;
	border: none;
}
