@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;
}
.twoColFixRtHdr #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. */
} 

.twoColFixRtHdr #header { 
	padding: 0;
	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;
} 
 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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: #263F01; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 5px 0 5px;
	font-size:11px;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 315px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#263F01;
	font-size:11px;
} 
.twoColFixRtHdr #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;
}
img{
	border:none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.judul{ 
    padding: 10px 0 5px 0;
	font-size:12px;
	font-weight:bold;
}

.tahoma12pxjustifylime{
	font-size:12px;
	text-align:justify;
	color:#dbfca9;
}

.profil1023{
	font-size:11px;
	text-align:justify;
	color:#dbfca9;
	padding:5px;
}

.tahoma11pxlime{
	font-size:11px;
	color:#dbfca9;
}

.tahoma11pxlimecenter{
	font-size:11px;
	color:#dbfca9;
	text-align:center;
}

.timmarketing{
	font-size:11px;
	color:#dbfca9;
	text-align:center;
	vertical-align:top;
}

.photocol{
	text-align:center;
	width:120px;
}

.picturexol{
	text-align:center;
	vertical-align:middle;
	width:120px;
	height:90px;
	background-color:#FFFFFF;
}
