#wrapperLayer {
	display: block;
	width: 581px;
	float: left;
	
	margin: 0;
	padding: 0;
}
/*Left side styles*/
#leftSide {
	display: block;
	
	width: 375px; /*400 - margin/padding*/
	float: left;
	
	margin: 0 10px 0 0;
	padding: 0 10px 0 10px;
}
/*font and styles for sub stories*/
#leftSide h1 {
	font-family:"Verdana", Arial, sans-serif;
	word-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	background-color:#990000;
	color:#ffffff;
}
#leftSide h2 {
	font-size:12px;
}
#leftSide p {
	line-height: 18px;
}
#leftSide ul {
	line-height: 18px;
	list-style-image:url("/legislative/legislative/reports/images/bullet-arrow.jpg");
}

/*Right side styles*/
#rightSide {
	display: block;
	
	background-image: url("/legislative/legislative/reports/images/subnav_head.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	
	width: 130px;
	float: left;
	
	margin: 0;
	padding: 10px 0px 0px 0px;
}

#rightSide p {
	padding: 0px 0px .8em 6px;
	margin: 0 0 0 0;
}


