@charset "utf-8";
/* CSS Document */
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-attachment:fixed;  
	margin: 15px 0 0 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;
}

.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header {  
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:180px;	
	margin-bottom:5px;
} 

.headerbox{
	height:150px;
	width:1000px;
	float:left;
}

.header01{
	height:150px;
	width:144px;
	float:left;
	background-image:url(../images/header_01.gif);
}

.header02{
	height:150px;
	width:144px;
	float:left;
	background-image:url(../images/header_02.gif);
}

.header03{
	height:150px;
	width:144px;
	float:left;
	background-image:url(../images/header_03.gif);
}

.header04{
	height:150px;
	width:144px;
	float:left;
	background-image:url(../images/header_04.gif);
}

.header05{
	height:150px;
	width:144px;
	float:left;
	background-image:url(../images/header_05.gif);
}

.header06{
	height:150px;
	width:144px;
	float:left;
	background-image:url(../images/header_06.gif);
}

.header07{
	height:150px;
	width:136px;
	float:right;
	background-image:url(../images/header_07.gif);
}

.menubox{
	height:30px;
	width:1000px;
	float:left;
	padding-top:3px;
	padding-left:129px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #666666; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 5px 0 5px; /* padding keeps the content of the div away from the edges */
	font-size:11px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #666666; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 5px 0 5px; /* padding keeps the content of the div away from the edges */
	font-size:11px;
}

.thrColFixHdr #mainContent {
	font-size:11px;
	margin-top: 0;
	margin-right: 215px;
	margin-bottom: 0;
	margin-left: 265px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color:#263f01;
	text-align:justify;
	color:#dbfca9;
}
 
.thrColFixHdr #footer {
	background-image:url(../images/footer.png);
	height:50px;
	font-size:10px;
	margin-top:5px;
	margin-bottom:15px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
} 

.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;
}

.boxraseonline{
	width:200px;
}

img{
	border:none;
}

a:link {
	text-decoration: none;
	color:#e8f814;
}
a:visited {
	text-decoration: none;
	color:#e8f814;
}
a:hover {
	text-decoration: none;
	color:#e8f814;
}
a:active {
	text-decoration: none;
	color:#e8f814;
}

.judul{ 
    padding: 10px 0 5px 0;
	font-size:12px;
	font-weight:bold;
}

