/*
===================================================================
Michelangelo Marico, marico@fixall.com.sg / maricowijaya@gmail.com
===================================================================
*/
body{
	background:no-repeat #FFF center;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
}

#main_container{
	width:965px;
	height:auto;
	margin:auto;
	padding:10px 0px 10px 0px;
}

#separator_header{
	width:965px;
	height:13px;
}

/*
============================================================================================================================================
																																	HEADER
============================================================================================================================================
*/
#header{
	height:355px;
	width:965px;
}

.header_menu{
	width:319px;
	height:355px;
	float:left;
	color:#505050;
}

.header_right{
	width:646px;
	height:355px;
	float:right;
	background:url(../images/header_bg_grey.jpg);
}

.header_banner{
	width:456px;
	height:72px;
	margin: 283px 243px 0px 0px;
	float:right;
	background:url(../images/banner.jpg)
	/*Marico Wijaya*/
}

/*
================================================================================================================================
																													 HEADER MENU
================================================================================================================================
*/
.header_navi{
	width:289px;
	float:left
	height:auto;
	padding: 5px 5px 5px 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	line-height:50px;
}

.header_logo{
	width:289;
	height:auto;
	float:left;
	text-align:center;
	margin:0px 0px 10px 0px;
}

.header_navi a{
	text-decoration:none;
	color:#555555;
}

.header_navi a:visited{
	text-decoration:none;
	color:#555555;
}

.header_navi a:hover{
	text-decoration:underline;
	color:#F00;
}


/*
============================================================================================================================================
																																	CONTENT
============================================================================================================================================
*/
#content{/*Marico Wijaya*/
	width:965px;
	height:auto;
	float:left;
}

.content_title{
	width:965px;
	height:56px;
	background-color:#ececec;
	float:left;
}

.content_text{
	width:965px;
	height:auto;
	float:left;
}

/*
================================================================================================================================
																													CONTENT TITLE
================================================================================================================================
*/
.content_title_left{
	width:455px;
	height:33px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align:left;
	color:#555555;
	padding:18px 5px 5px 20px;
}

.content_title_right{
	width:465px;
	height:33px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align:left;
	color:#555555;
	padding:18px 5px 5px 10px;
}

/*
================================================================================================================================
																													CONTENT TEXT
================================================================================================================================
*/
.pict_homepage{
	width:440px;
	height:auto;
	float:left;
	text-align:center;
	margin: 5px 5px 5px 5px;
}

.content_text_left{
	width:450px;
	float:inherit;
	padding:5px 5px 5px 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	color:#666;
	line-height:150%;
}

.content_text_right{/*Marico Wijaya*/
	width:450px;
	float:right;
	padding: 5px 20px 5px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	color:#666;
	line-height:150%;
}

.content_text_left_other{
	width:319px;
	float:inherit;
	padding:5px 5px 5px 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	color:#666;
	line-height:150%;
}

.content_text_right_other{
	width:646px;
	float:right;
	padding: 5px 0px 5px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	color:#666;
	line-height:150%;
}

.content_text a{
	text-decoration:none;
	color:#F00;
}

.content_text a:visited{
	text-decoration:none;
	color:#F00;
}

.content_text a:hover{
	text-decoration:underline;
	color:#F00;
}

/*
============================================================================================================================================
																																	FOOTER
============================================================================================================================================
*/
#footer{/*Marico Wijaya*/
	width:965px;
	height:75px;
	background-color:#ececec;
	clear:both;
}

.footer_left{
	float:left;
	width:300px;
	padding: 30px 0 0px 15px;
	color:#555555;
	font-size:10px;
}

.footer_right{
	float:right;
	width:300px;
	padding: 20px 15px 0 0;
	color:#555555;
	text-align:right;
	font-size:10px;
}

.footer_left a{
	text-decoration:none;
	color:#F00;
}

.footer_left a:visited{
	text-decoration:none;
	color:#F00;
}

.footer_left a:hover{
	text-decoration:underline;
	color:#F00;
}
/*
===================================================================
Michelangelo Marico, marico@fixall.com.sg / maricowijaya@gmail.com
===================================================================
*/
