body {
	background-image:url(../images/bg-home.png);
	background-repeat:repeat-x;
	background-position:top;
}

#body {
	margin:0 0px;
	min-height:120px;
	_height:120px;
	padding-top:0;
}


#content {
	width:950px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 0px 10px 0px;
	float:none;
}

#header {
	height:305px;
	margin:0;
	padding:0;
	background-image:url("../images/header-bg-home.png");
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	
}

#hp-who {
	background-image:url(../images/hp-who.png);
	background-repeat:no-repeat;
	float: left;
	width: 268px;
	height: 132px;
	padding-top: 56px;
	padding-left: 24px;
	padding-right:  20px;
	margin-right: 7px;
}

#hp-who a {
	background-image:url("../images/hp-bttn-read-more.png");
	background-repeat:no-repeat;
	width:100px;
	display:block;
	padding-top:23px;
	height:0px !important; /* for most browsers */
	height /**/:23px; /* for IE5.5's bad box model */
	overflow:hidden;
position: relative;
bottom: -30px;
}


#hp-what {
	background-image:url(../images/hp-what.png);
	background-repeat:no-repeat;
	float: left;
	width: 268px;
	height: 132px;
	padding-top: 56px;
	padding-left: 24px;
	padding-right:  20px;
	margin-right: 7px;
}

#hp-what a {
	background-image:url("../images/hp-bttn-read-more.png");
	background-repeat:no-repeat;
	width:100px;
	display:block;
	padding-top:23px;
	height:0px !important; /* for most browsers */
	height /**/:23px; /* for IE5.5's bad box model */
	overflow:hidden;
position: relative;
bottom: 10px;
}

#hp-how {
	background-image:url(../images/hp-how.png);
	background-repeat:no-repeat;
	float: left;
	width: 268px;
	height: 132px;
	padding-top: 56px;
	padding-left: 24px;
	padding-right:  20px;
}

#hp-how a {
	background-image:url("../images/hp-bttn-read-more.png");
	background-repeat:no-repeat;
	width:100px;
	display:block;
	padding-top:23px;
	height:0px !important; /* for most browsers */
	height /**/:23px; /* for IE5.5's bad box model */
	overflow:hidden;
position: relative;
bottom: 10px;
}

#hp-latest-news {
	width:750px; 
	height:36px;
	padding-left:200px;
	padding-top:11px;
	background-image:url(../images/hp-latest-news.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:15px;
}
	
