body {
	margin:20px;
	background:url(bg/bg.jpg);
		
}


a{
	color:#000;
	text-decoration:none;
}
	
.rangka {
	width:900px;
	height:auto;
	background:#FFF;
	margin:auto;
	box-shadow:1px 1px 5px 1px #999;
    -o-box-shadow:1px 1px 5px 1px #999;
	-webkit-box-shadow:1px 1px 5px 1px #999;
	-ms-box-shadow:1px 1px 5px 1px #999;
	border-radius:20px 20px 20px 20px;	
	
}

.header {
	width:450px;
	background-position:center;
	background-image:url(image/header.jpg);
	height:220px;
	padding-left:450px;
	padding-top:10px;
	border-radius:20px 20px 0px 0px;

}

hr {
	clear:left;

}
 
.header a {
	 color:#F00;
	 font-size:16px;
	 text-decoration:none;
	 font-family:Arial;
	 
}

.navigasi {
	width:880px;
	height:30px;
	background:#000;
	overflow:hidden;
	padding-left:20px;
	padding-top:20px;
	
}

.navigasi a {
	margin:10px;
	color:#F00;
	font-size:16px;
	font:bold;

}

.navigasi a:hover button {
	background-color:#FC0;
	text-decoration:none;

}

.content {
	background:url(image/bg.gif);
	height:auto;
   
}
  
.isikiri {
	width:620px;
	height: auto;
	float:left;
	background:#FFF;
	padding-left:20px;
	overflow:hidden;
	padding-top:15px;

}

.isikanan {
	width:230px;
	height: auto;
	float: right;
	background:#FFF;
	padding-left:20px;
	overflow:hidden;
	font-size:12px;
	margin:5px;
	
}

.menu {
	width:200px;
	height:384px;
	padding-top:20px;
	background-image:url(bg/kotak.gif);
	background-position:center;
	margin-top:20px;
	padding-left:20px;
	font-size:12px;

}

.menu p {
	margin:3px;

}

.menu1  p {
	margin:3px;

}

.footer {
	background-color:#000;
	height:100px;
	clear:both;
	position: relative;
	font-size:12px;
	border-radius:0px 0px 20px 20px;

}

.footer2 {
	color:#FFF; 
		background-color:#FFF;


}

.footer2 a {
		color:#FFF;
		background-color:#FFF;

}