*,html,body {
	margin:0;
	padding:0;
}

body {
	background:url(images/design/bg.jpg) repeat-x;
}

#wrapper {
	width:982px;
	padding:23px 0;
	margin:0 auto;
}

#header{
	width:982px;
	height:77px;
	background:url(images/design/head-bg.jpg) left top repeat-x;
}

#header-left,
#header-right {
	width:15px;
	height:77px;
}

#header-left {
	background:url(images/design/head-left.jpg) left top no-repeat;
	float:left;
}
#header-right {
	background:url(images/design/head-right.jpg) left top no-repeat;
	float:right;
}

#logo {
	width:279px;
	margin-top:5px;
	height:68px;
	float:left;
	background:url(images/design/logo.jpg) no-repeat;
}

#mid {
	width:980px;
	height:253px;
	background:url(images/design/mid-bg.jpg) repeat-x;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	border-top:solid 1px #305b00;
}

#mfa {
	width:310px;
	height:250px;
	float:left;
	margin-top:1px;
	background:url(images/design/mfa.jpg) no-repeat;
}

#desc {
	padding:20px 10px 0 0;
	width:660px;
	height:220px;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#C6EBA0;
	text-align:left;
	float:right;
}

#desc h3 {
	font:bold 17px Arial, Helvetica, sans-serif;
}

table {
	margin:0;
	padding:0;
}

#price {
	margin:30px 0 0 50px;
	width:400px;
	height:95px;
}

#bintang {
	width:120px;
	height:120px;
	position:absolute;
	top:212px;
	left:62em;
	background: url(images/design/299.png);
	z-index:1;
}

#page {
	width:980px;
	padding:3px 0 0 0;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;	
	border-top:solid 10px #b9b9b9;
	background:#e9e9e9;
}

#content,#content-btm {
	width:928px;
	margin:0 auto;
	padding-left:5px;
	border:solid 1px #ccc;
	border-top:none;
}

#content-btm {
	background:#dfdfdf;
}

#content li {
	font-weight:bold;
	margin-left:15px;
}

.title {
	width:935px;
	height:40px;
	text-indent:25px;
	margin:0 auto;
	background:#3f3f3e;
	height:40px;
	text-align:left;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
}

.box {
	width:437px;
	height:175px;
	margin:1px 5px 4px 0;
	border:solid 1px #ccc;
	padding:10px;
	float:left;
	background:#dfdfdf;
	text-align:justify;
	font:normal 11px Arial, Helvetica, sans-serif;
}

.box img {
	float:left;
	margin-right:5px;
}

.title-box {
	width:255px;
	height:30px;
	margin:5px 0;
	float:right;
	text-indent:10px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background:url(images/design/title-box.jpg) repeat-x;
	border:solid 1px #366304;
}

.post{
	padding:0 0 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#2A2A28;
}

.post-title{
	padding:10px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4B8212;
}

#footer {
	margin:20px 0 20px 26px;
	width:930px;
	height:40px;
	background:url(images/design/footer.png) repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:40px;
	color:#C6ED9E;
}

.clear {clear:both}