/** about_us.css
 * style for About us section
 */

#article {
	float: left;
	width: 550px;
	padding: 8px 5px 5px 5px;
	background: url("../../images/article_tl.gif") no-repeat top left;
}

#right_col {
	position: absolute;
	top: 125px;
	left: 730px;
	margin: 0;
	padding: 0;
}
/*
#article p {
	margin-top: 10px;
}

#article ul {
	margin: 10px 0 0 20px;
}

#article li {
	list-style-position: inside;
	margin-bottom: 5px;
}

*/

#report {
	font-size: 104%;
	margin-top: 20px;
}

#report h1 {
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 10px;
}