/* banners */
#banner-place {
	clear:both;
	margin:10px 0;
	padding:0;
	overflow:hidden;
	height:1%;
}

#banner-left {
	float:left;
	background:url('/accel/static/i/borange.gif') no-repeat 0 0;
	width:300px;
	height:135px;
}

#banner-right {
	float:right;
	background:url('/accel/static/i/bgreen.gif') no-repeat 0 0;
	width:300px;
	height:140px;
}

#banner-place dl {
	display:block;
	width:300px;
	height:135px;
}

#banner-place dl dt {
	padding-left:20px;
	padding-top:1px;
	font-family:'Arial';
	font-size:.85em;
	color:#ff7800
}

#banner-place #banner-right dt {
	color:#01700e
}

#banner-place dd {
	display:block;
	height:120px;
}

#banner-place dd h4 {
	margin-right:5px;
	font:italic normal 1.5em 'Arial';
	margin-top:-15px;
	color:#ff0000;
	text-align:right;
	position:relative
}

#banner-place #banner-right dd h4 {
	color:#fffd5b;
}

#banner-place p {
	margin:30px 15px 0 105px;
	font:italic bold 1em 'Trebuchet MS', 'Times New Roman';
	text-align:left;
	line-height:95%
}

#banner-place dl img{
	border:1px solid #FFBA00;
	position:relative;
	top:25px;
	left:15px;
	float:left;
	height:70px;
	width:70px
}
#banner-place #banner-left dl img{
	border:1px solid #ff0000;
}

#banner-place a.more {
	font-size:.85em;
	text-decoration:none;
	color:#ff7800;
	background:url('/accel/static/i/omore.gif') no-repeat 100% 8px;
	display:block;
	width:50px;
	float:right;
	position:relative;
	right:20px;
	top:-20px;
	padding:3px 20px;
	_padding:2px 10px;
}

#banner-left a.more:hover {
	color:#ffb201
}

#banner-right a.more {
	color:#01700e;
	background:url('/accel/static/i/gmore.gif') no-repeat 100% 8px;
}

#banner-right a.more:hover {
	color:#50ce01
}
