/*

**   Layout attribute

*/



body{

 	margin: 0px;

 	padding: 0px;

	background: #0A4DBD url(picture/hg_index.jpg) 0 0 no-repeat;

	color: #000099;

	font-family: Arial, Helvetica, sans-serif;

}



#header{

	position: absolute;

	top: 0px;

	left: 0px;

	width: 950px;

	height: 85px;

	z-index: 5; 

}



#contentcontainer, #contentcontainerHome{

	position:absolute;

 	padding: 0px;

 	margin: 0px;

 	left:156px; 

 	top:85px; 

 	width:739px; /* 734 */

 	height:492px;

	z-index: 1;

	background-color:#FFFFFF;

}
#contentcontainerHome{

	margin-top:344px;
	height:148px;

}




#content{

 	position: relative;

 	padding: 0px;

 	margin: 0px;

 	left:10px; 

 	top:0px; 

 	width:739px; 

 	height:140px;

	z-index: 1;

	background-color:#FFFFFF;



}







#contentleft{

	position: absolute;

	background-repeat: no-repeat;

	width: 156px;

	height: 493px;

	top: 85px;

	left: 0px;

	margin: 0px;

	padding: 0px;

}







#contentright{

	position:absolute;

	left:894px; /* 892 */

 	top:85px; 

 	padding: 0px;

	margin: 0px;

	width: 698px;

	height: 492px;

}





