body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

	background: url(../images/bg.gif) repeat-y center top;
		background-color: #FBFFDD;
}
.thrColFixHdr #container { 
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #1674CC;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CCE6FF; /* the background color will be displayed for the length of the content in the column, but no further */
v	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	background-color: #CCE6FF;
}
.thrColFixHdr #mainContent {
	margin: 0 0 0 180px;
} 

.thrColFixHdr #iklantop {
	position: relative;
	padding: 10px;
	text-align: center;
} 

.thrColFixHdr #content {
	position: relative;
	padding: 10px 20px 10px 20px;
} 
.thrColFixHdr #content p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: justify;
}
.thrColFixHdr #content h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: justify;
	font-size: x-large;
	font-weight: bold;
}
.thrColFixHdr #content h2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: justify;
	font-size: large;
	font-weight: bold;
}
.thrColFixHdr #content li {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: justify;
}


.thrColFixHdr #footer {
	padding: 10px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1674CC;
	font-size :12px;
	text-align: center;
	color: #E6ECF2;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menu1 {
	font-size : 12px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px;	
}
.iklan1 {
	font-size : 12px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;	
}
.iklan2{
	font-size : 12px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 0 10px;	
}
.login {
	font-size : 12px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 10px 10px;	
	background-color: #9CF;
}
.bahasa {
	font-size : 10px; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:center;
	padding: 0px 0px 0px 0px;	
}

#button-form fieldset, 
#button-form div {
	border: 0px groove #ccc;
margin : .5em 0 .5em 0;

}

#button-form-postdata {

	border: dashed 1px #666;
	background-color: #ccc;
	padding: 1em;

}

#button-form-postdata h2 {

	margin: 0 0 .5em 0;
	padding: 0;
	border: none;

}

#kiri70 {
	float: left;
	width: 70%; 
	padding: 0px 0px 0px 0px; 
}

#kanan30 {
	float: right;
	width: 30%; 
	padding: 0px 25px 0px 15px; 
}
.kecil {
	font-size:11px;
}
.fkecil {
	font-size:x-small;
}