body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg) repeat-x #fff;
	font-family: verdana, serif;
	font-size: 14px;
	color: #000;
}
p {
	margin-bottom: 20px;
}
.left{
	float: left;
}
.right{
	float: right;
}
a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
.judul h3 {
	font-family:verdana, serif;
	color:#fff;
	text-align:left;
	font-size:22px;
	line-height:30px;
	margin-top: 0;
	margin-bottom: 20px;
}
.atas {
	width: 1145px;
	height: 72px;
	background: url(images/top.jpg) no-repeat;
}
.kiri {
	width: 127px;
	height: 1189px;
	background: url(images/left.jpg) no-repeat;
}
.isi {
	width: 891px;
	height: 1189px;
	background: url(images/tengah.jpg) no-repeat;
}
.judul{
	margin: 20px 75px;
}
.konten{
	margin: 0 75px;
}
.konten span{
	color: #cc0000;
}
.kanan {
	width: 127px;
	height: 1189px;
	background: url(images/right.jpg) no-repeat;
}
.bawah {
	width: 1145px;
	height: 51px;
	background: url(images/bottom.jpg) no-repeat;
}
