/* Gunung Harta CSS Document */


body {
margin: 0px;
background-color: #339933;
font-size: 1em;
font-family: "Trebuchet MS";
color: #333333;
background-image: url(images/bg-body.jpg);
background-repeat: repeat-y;
background-position: left;
line-height: 125%;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #009900;
	font-size: 12px;
	line-height: 125%;
 }
 
 h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #009900;
	font-size: 12px;
	line-height: 125%;
 }
 
#container{
width:983px;

}

#header{
width:100%; 
/*background: url('images/right_top.jpg') right no-repeat; */
height:137px; float:right; clear:both; margin:0px;
}

#header-img{
 width: 762px;
 margin-left: 221px;
 *margin-left: 0px;
 top: 0px;
 border: 0px;
 position: absolute;
}

#headerleft{
width:221px; background: url('images/left_top.jpg'); height:137px; float:left; margin:0px; padding:0px;
}

#headerright{}

#headerright h1{
	top: 100px;
	left: 240px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position: absolute;
	color: #009900;
	font-size: 14px;
 }

#headerright h2{
	top: 100px;
	left: 240px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position: absolute;
	color: #009900;
	font-size: 14px;
 }
  
#pageleft{
width: 221px; 
padding:0 0 0 0; 
top: 137px; 
background: url(images/left_strike.jpg) top no-repeat; 
background-color: #EFEFEF;  
float:left;
}

#pageleft ul{
margin: 5px;
*margin: 2px;
list-style-type: none;
}

#pageleft li{
width: 175px;
float: right;
margin: 0px;
border-top: 1px solid #ccc;
background: url('iconimages/note.png') right no-repeat;
}

#pageleft li:link{
margin: 0px;
border-top: 1px solid #009933;
text-decoration: none;
}

#pageleft li:hover{
margin: 0px;
border-top: 1px solid #ccc;
background-color: #FFFFFF;
}

#pageleft a:link{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;	
	font-size: 11px;
	color: #009933;
	padding: 15px;

	}

#pageleft a:hover{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #99FF00;
		padding: 15px;
	}
#pageleft a:visited{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;	
	font-size: 11px;
	color: #009933;
		padding: 15px;
	}

#banner {
margin: 0px;
padding: 0 0 0 0px;
}


#pageright{
left: 241px; 
width: 762px; 
padding:0; 
top: 137px; 
background: url(images/right_bottom.jpg) top no-repeat; 
min-height:500px;
font-size: 12px; 
float:right;
}

.content{
 padding: 0 20px 0 20px;
 *padding: 0 15px 0 15px;
 }

#footer{
width:763px;
padding:15px;
background-color: #efefef;
font-size: 10px;
margin: 0px;
clear: both;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-size: 1em;
font-family: "Trebuchet MS";
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}