html{	
	font-family:Arial, Times, serif;
	font-weight:normal;
	font-size:12px;
	/*background-color:#FFFFFF;*/
	background: #dcdcdc;
	background-repeat:repeat;
	background-position:50% 0%;
}
body {
	margin:0px auto;
	padding:0px;
	background-color: #dcdcdc;
	background-repeat: no-repeat;
	background-position: top center;
}
*{
	margin:0px;
	padding:0px;
}

#container {
	width:888px;
	margin:0px;
	padding:0px;
}
#head_top_space {
	height:25px;
	width:888px;
}
#logo {
	height:125px;
	background-image: url('../images/logo.gif');
	background-repeat:no-repeat;
	background-position:50% 0%;
}
#logo_link {
	float:left;
	height:125px;
	width:300px;
}
#header_img {
	width:588px;
	height:100px;	
	margin-top:25px;
	float:right;
}
#header_img img{
	width:588px;
	height:100px;	
}
#search_box {
	width:188px;
	position:absolute;
	margin-left:700px;
	margin-top:72px;
}
#head_bottom_space {
	width:588px;
	height:3px;
}
#menu {
	width:888px;
	height:37px;
}

/*<!-- Content Row -->*/
#content_row_top {
	width:888px;
	float:left;
	text-align:left;
	clear:both;
}

/* Add Style By Hidayat - Start */

#content_row_top #bottomHeaderImg {
	width:888px;
	height:250px;
}

#content_row_top #bottomHeaderImg p.body_text {
	margin:0px;
	padding:0px;
}

/* Add Style By Hidayat - End */

#content_left{
	width:434px;
	float:left;
}
#content_normal{
	/*width:454px;*/
	width:409px;
	float:right;
	background-image: url('../images/content_two_bg.gif');
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-color:#536266;
	padding:25px 20px 25px 25px;
}

#btn_content_space {
	height:5px;
	width:888px;
	float:left;	
}

#content_row_bottom {
	width:888px;
	float:left;
	text-align:left;
	clear:both;
}
#content_right{
	/*width:695px;*/
	width:650px;
	padding:25px 20px 20px 25px;
	float:left;
	margin-right:2px;
	background-color:#FFFFFF;
	color:#000000;
}
#content_border{
	width:191px;
	float:left;
	background-color:#FFFFFF;
	color:#000000;
}
div.content_border_cls {
	width:171px;
	padding:0px 10px 0px 10px;
}

ul {
	padding-left: 20px;
}

#footer{
	float: left;
	width: 200px;
	text-align: left;
	margin-bottom: 20px;
	color: #333;
}

#footer a{
	color: #333;
	text-decoration: none;
}

#footer img{
	border: 0px;
}