/*
 * Whole page styles
 * 
 */

#whole_page
{
	position: relative;
	margin:0 auto;
	width: 800px;
	left: -1px;
}

#whole_page_top
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 150px;
	z-index: 1;
	
	background: url(../images/body/home_page_background_top.png);
	
	border-left: 1px solid #B3A6C2;
	border-right: 1px solid #B3A6C2;
}

#whole_page_center
{
	position: relative;
	padding-bottom: 160px;
	text-align: left;
	left: 0px;
	top: 0px;
	width: 800px;
	z-index: 2;
	
	background: url(../images/body/home_page_background_bottom.png) no-repeat scroll left bottom;
	
	border-left: 1px solid #B3A6C2;
	border-right: 1px solid #B3A6C2;
	border-top: 0px;
	border-bottom: 1px solid #B3A6C2;
}

/*
 * Main column styles
 * 
 */

#main_column
{
	position: relative;
	margin: 45px auto 0px auto;
	width: 530px;
	
	text-align: left;
}

.body_text_div
{
	font-family: Times New Roman, Arial;
	font-size: 14px;
	font-style: normal;
	text-indent: 20px;
	line-height: 120%;
	text-align: left;
}