/* Agency CSS */

/* First import the main page layout stylesheet */
@import url(main.css);

/* Then style the agency page */

.top {
	position: relative;
	width: 611px;
	height: 20px;
	background: url('../images/site/long-top.png') no-repeat;
}
.mid {
	position: relative;
	width: 611px;
	background: url('../images/site/long-mid.png') repeat-y;
}
#content {
	position: relative;
	width: 565px;
	left: 20px;
}
.bot {
	position: relative;
	width: 611px;
	height: 20px;
	background: url('../images/site/long-bot.png') no-repeat;
}
li {
	position: relative;
	left: 10px;
	margin: 3px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
#scroller {
	position: relative;
	z-index: 10;
	left: 7px;
}
#scroll {
	position: relative;
	top: 12px;
	left: 16px;
	width: 477px;
	height: 193px;
	z-index: 10;
}
#over-border {
	position: absolute;
	bottom: 7px;
	z-index: 99;
}