﻿/****************************************************
	Content section ...
****************************************************/

#body
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#body_left
{
	float:left;
	width:202px;
}

#body_left_part1
{
	background-image:url('../imgs/home/left_bar_part1.jpg');
	background-position:center top;
}

#body_left_part1 div.text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:rgb(100,100,96);
	padding: 10px;
}


#body_left_part2
{
	background-image:url('../imgs/home/left_bar_part2.jpg');
	background-position:center top;
	
}
#body_left_part3
{
	background-image:url('../imgs/home/left_bar_part3.jpg');
	background-position:center top;

}

#body_content
{
	float:left;
	width:822px;
}

#body_content_heading
{
	width:822px;
	height:168px;
	background-image:url('../imgs/home/content_header.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}

#body_content_subheading
{
	width:822px;
	height:44px;
	background-image:url('../imgs/home/content_subheader.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}

#body_content_subheading div.text
{
	color: rgb(215,215,216);
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	padding: 5px;
	
}

#body_content_part1
{
	width:822px;
	height:130px;
	background-color:rgb(233,232,229);
}

#body_content_part1_section1
{
	width:507px;
	height:130px;
	/*background-image:url('../imgs/home/content_below_subheader_01.jpg');
	background-repeat:no-repeat;
	background-position:center center;*/
	background-color:rgb(233,232,229);
	float:left;
}

#body_content_part1_section2
{
	width:315px;
	height:130px;
	background-image:url('../imgs/home/content_below_subheader_02.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:rgb(233,232,229);
	float:left;
}

#body_content_part2
{
	width:822px;
	background-color:rgb(233,232,229);
}

#body_content_part2 div.part1
{
	width:507px;
	height:359px;
	float:left;
	background-image:url('../imgs/home/content_block_text.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}

#body_content_part2 div.part1 .text
{ 
	color: rgb(100,100,96);
	padding-left:48px;
	padding-top:10px;
	padding-right: 25px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height:1.35em;
	text-indent:30px;
	
}

#body_content_part2 div.part2
{
	width:315px;
	float:left;
}

#subbanner1
{
	/*background-image:url('../imgs/home/content_block_image1.jpg');
	background-position:center center;
	background-repeat:no-repeat;*/
	width:315px;
	height:120px;
}

#subbanner2
{
	/*background-image:url('../imgs/home/content_block_image2.jpg');
	background-position:center center;
	background-repeat:no-repeat;*/
	width:315px;
	height:119px;
}

#subbanner3
{
	/*background-image:url('../imgs/home/content_block_image3.jpg');
	background-position:center center;
	background-repeat:no-repeat;*/
	width:315px;
	height:120px;
}



#body_content_part3
{
	width:822px;
	height:72px;
	background-image:url('../imgs/home/content_footer.jpg');
	background-repeat:no-repeat;
	background-position:center center;

}

