h2{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}
/* CSS Scroll Specification Starts Here */
.overflowBox{
	height:120px;
	float:left;
	position:absolute; /*in STRICT this messes up IE THIS causes the whole problem*/
	overflow:none;
	left:70px;
	top:498px;
	color:#7c6e38;
	font-size:13px;
	width:900px;
	border-left:#a2876a 0px solid;
}
.overflowBox a{
	color:#7c6e38;
	text-decoration:underline;
}
.ag-innerBox{
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
	top:0px;
	left:0px;
	float:left;
}
.ag-track{
	height:0px;
	width:60px;
	background-image:url(../images/scroll-bar.gif);
	background-position:top left;
	background-repeat:repeat-y;
	float:left;
}
.ag-handle{
	height:67px;
	width:33px;
	float:left;
	background-image:url(../images/scroll-button.gif);
	background-repeat:no-repeat;
	background-position:top center;
	cursor:pointer;
}
/* CSS Scroll Specification Ends Here */

.overflowBox p {
	margin:0 0 14px;
	padding:0 0 0 0;
}

