@charset "utf-8";
/* CSS ISI WEBSITE */

#bodycontainer {
	margin:50px 0px 0px 119px;
	padding: 0px 100px 0px 40px;
	width: 700px;
	}

#about {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-size:0.8em;
	}
	
	
#about h1 {
	margin:0;
	padding: 0;
	font-weight: bold;
	color:#687736;
	font:bold 1.5em Georgia, "Times New Roman", Times, serif;
	}
	
#about p span{
	font-weight:bold;
	color:#687736;
	font-size: 1.3em;
	margin:0;
	padding: 0;
	}
	
#about ul {
	list-style-type:square;
	margin-left: 35px;
	}
	
#about .box {
	padding-top: 8px;
	text-align:center;
	width: 650px;
	height: 60px;
	color: #F90;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	
	}
	
#about #pic{
	border: thin #999 solid;
	padding: 2px 2px 2px 2px;
	margin: 0px 10px 5px 0px;
	}


/**********ISI INDEX*************/
#isi {
	background:url(images/imgcover.jpg) no-repeat;
	margin-top:10px;
	width: 310px;
	height: 300px;
	float:left;
	}
	
#fotodepan {
	background:url(images/cakecover.jpg) no-repeat;
	width: 355px;
	height: 270px;
	margin:35px 0 0 18px;
	float: left;
	}
	
#detailisi {
	display:block;
	position:relative;
	top:30px;
	left: 185px;
	width:640px;
	height:300px;
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#000;
	float:left;
	}
	
/**********WARNA YANG DIPAKAI*************/

.hijau {
	color:#769700;
	}
	
.orange {
	color: #F90;
	}
	
.abu2 {
	color:#999;
	}

/********** LINK MENU *************/

.linkorange {
	color: #F90;
	text-decoration:none;
	font-weight:bold;
	}
.linkorange:hover {
	text-decoration:underline;
	color:#769700;
	}
	
.linkorange ol li {
	color: #F90;
	text-decoration:none;
	font-weight:bold;
	}