/* CSS Document */
#body_reverse
{
	margin: 0 auto;
	width: 810px;
	display: table;
	background-image: url(../images/body_content_bg_repeat.gif);
	background-repeat: repeat-y;
}
#body_wrapper
{
	margin: 0 auto;
	width: 810px;
	display: table;
	background-image: url(../images/body_content_bg.gif);
	background-repeat: no-repeat;
	/*for bottom to top*/
	background-position: bottom left;
}
#body_content
{
	margin: 0;
	width: 412px;
	float: left;
	text-align: left;
	padding: 0px 25px 25px 25px;
}
#body_content h1
{
	color: #C88A11;
	font-size: 12pt;
}
