<style type="text/css">
<!--
body {
	margin: 10px;
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
}
#container {
	width: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	/* this is the background colour of the right column */
	text-align:center;
	border: 1px solid #999999;

}
#content {
	padding: 0;
	background-image: url(../images/sidebanner.jpg);/*this is the background colour of the left column */
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	padding-bottom:10px;
}
#left {
	float:left;
	width:210px;
}
#right {
	float:left;
	width:545px;
	margin-bottom:-10px;
	background-image: url(../images/midbott.jpg);/*this is the background colour of the left column */
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	padding-right: 45px;
	padding-bottom:80px;
	padding-top: 20px;
}
* html #right {
	float:left;
	width:588px;
	margin-bottom:-10px;
	background-image: url(../images/midbott.jpg);/*this is the background colour of the left column */
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	padding-right: 45px;
	padding-bottom:100px;
	padding-top: 50px;
}
#header, #footer {
	background:#FFFFCC;
	text-align:center;

}
#header h1, #footer h1 {margin:0}
#footer {background:#B8BBA8;}
-->
#header{
height: 155px;
background: url(../flash/top.swf) 0 0 no-repeat; /*banner di atas*/
}
#topmenu {
	height: 52px;
	background:url(../images/menu.jpg) 0 0 no-repeat;
}
#footer {
 height: 30px;
 background:url(../images/bottom.jpg) 0 0 no-repeat;
 padding-top:5px;
 font: Arial, sans-serif;
 font-size: 8pt;
 color: #FFFFFF;
}
#footer a
{
color: #00FF66}
#clear{
clear:both;}
.contentheading {
font-family: Arial, sans-serif;
padding: 0px 0px 5px 0px;
font-size: 10pt; 
font-weight: bold;
vertical-align: bottom;
color: #333;
text-align: left;
width: 100%;
} 
td,tr,p,div{
font-size: 10pt; 
font-family: Arial, sans-serif;
text-align: justify;
}
</style>