/*story scroller styles*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,select,textarea,p,blockquote,th,td { 
margin:0;
padding:0;}

ul,li {
list-style:none;}

.clear {
clear:both;}

/*Page Layout*/

h2,h3 {
font-size:1.5em;
margin:0px 0px 5px 0px;}

p {
font-size:0.9em;
line-height:1.5em;
margin:0px 0px 5px 0px;}


#scrollWrapper {
	width:860px;
	margin:20px auto 0px;
	position:relative;
	overflow:hidden;}

#prevArrow {
	display:block;
	text-indent:-9999em;
	width:43px;
	height:45px;
	background:url("/multimedia/under21/images/left_arrow.jpg") no-repeat top left;
	position:absolute;
	top:150px;
	left:0px;
	overflow:hidden;}

#nextArrow {
	display:block;
	text-indent:-9999em;
	width:43px;
	height:45px;
	background:url("/multimedia/under21/images/right_arrow.jpg") no-repeat top left;
	position:absolute;
	top:150px;
	right:0px;
	overflow:hidden; }

#scrollerWindow {
	margin:0px auto 0px;
	width:860px;
	position:relative;
	overflow:hidden;}

#scrollingContent {
	width:10000px; }
div.scrollPanel {
	width:800px;
	float:left;
	padding:15px 15px; 
border-top: 1px solid #cccccc;
}
#home img {
	display:block;
	margin:0 auto; }

.rightColumn {
	width:350px;
	float:left;
	padding:0px 20px 0px 25px;
	min-height:170px; }

.leftColumn {
	width:230px;
	float:left;
	padding:0px 0px 0px 20px;
	min-height:170px; }

