#pembungkus {
	height: auto;
	width: 798px;
	margin: 0px auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	
}
/*kepala //////////////////////////////////////////////////////////////////////*/
#pembungkus #kepala {
	clear: both;
	height: 185px;
	width: 798px;
	/*background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;*/
}
/*menu //////////////////////////////////////////////////////////////////////*/
#pembungkus #menu {
	clear: both;
	height: 30px;
	width: 798px;
}
.menu_kiri{
	float: left;
	height: 30px;
	width: 177px;
	background-image: url(images/bg_menu_kiri.GIF);
	background-repeat: repeat-x;
}
.menu_kanan{
	float: left;
	height: 30px;
	width: 621px;
}
.menu-atas {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: tahoma;
}
.atur_td{
	height: 30px;
	width: 90px;
}

/*kaki //////////////////////////////////////////////////////////////////////*/
#pembungkus #kaki {
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 33px;
	width: 798px;
}
.kaki_kiri{
	float: left;
	height: 23px;
	width: 399px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 11px;


}
.kaki_kanan{
	float: left;
	height: 23px;
	width: 399px;
	text-align: right;
	font-weight: bold;
	padding-top: 7px;
}
.menu-bawah{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}
.menu-bawah:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;

}
body {
	background-color: #CCCCCC;
}
