@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin:0 auto;
}
#wrapper {
	margin:0 auto;
	width:800px;
	height:auto;
	background-image: url(images/bg_all.jpg);
	background-repeat: no-repeat;
}
#header {
	height: 176px;
	width: 800px;
}
#isi {
	height: auto;
	width: 760px;
	padding: 0 20px;
	line-height:1.3em;
	margin-top:10px;	
}

#isi img {float:left;margin:5px 10px 10px 2px;}
#isi h1 {font-size:18px;color:#333;margin-bottom:10px;font-weight:bold;line-height:1.3em;width:750px;padding-bottom:10px;border-bottom:1px solid #ccc;}

#footer{
	margin:0 auto;
	height: 0 auto;
	width: 740px;
	text-align:center;
	padding:15px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	margin-top:0 auto;
}
