/* CSS Body */
body{
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
}
a{
	color: #c6731a;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
}

/* Container */
#container{
	width: 980px;
	margin: 0px auto;
}

/* Header */
#header{
	height: 70px;
	padding-top: 10px;
	padding-left: 10px;
	background: url(../images/header.gif) repeat-x;
}
#header #name_blog{
	font-size: 32px;
	font-weight: bold;
}
#header #desc_blog{
	color: #c6731a;
	font-style: italic;
}

/* Menu Atas */
#menu{
	height: 20px;
	background: #e6c19a;
	margin-bottom: 10px;
}
#menu ul{
	padding: 0px;
	margin: 0px 0px 0px 3px;
	list-style: none;
}
#menu ul li{
	float: left;
	line-height: 20px;
	padding: 0 8px;
	margin: 0px 1px;
	background: #c6731a;
}

/* wrap_content */
#wrap_content{
	min-height: 460px;
}
* html #wrap_content {
		height: 400px;
}
/* Leftside */
#leftside{
	float: left;
	width: 460px;
	margin-left: 5px;
	margin-bottom: 10px;
	display: inline;
}
#title{
	font-size: 14px;
	font-weight: bold;
	background: #c6731a;
	line-height: 25px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#content{
	background: #e4debe;
	margin-bottom:10px;
	padding: 10px 20px 10px 20px;
}
#leftside #content .title{
	font-size: 14px;
	font-weight: bold;
	color: #c6731a;
	line-height: 20px;
	margin-left: 5px;
}
#leftside #content .date{
	font-size: 11px;
	line-height: 18px;
	margin-left: 5px;
}
#leftside #content .content{
	line-height: 20px;
	margin: 0px 5px 5px 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c6731a;
}
#leftside #content .content .rcv{
	text-align: right;
	line-height: 18px;
}

#leftside .other{
	background: #e4debe;
	padding-top: 5px;
}
#leftside .other ul{
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
#leftside .other ul li{
	list-style: url(../images/bullet.png);
	margin-left: 30px;
	border-bottom: 1px solid #f1b87c;
	padding: 0px 0px 5px 10px;
}

/* Centerside */
#centerside{
	float: left;
	width: 250px;
	margin-left: 5px;
	display: inline;
}
#centerside .title{
	font-size: 14px;
	font-weight: bold;
	background: #c6731a;
	line-height: 25px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#centerside .box{
	border: 1px solid #c6731a;
	background: #e4debe;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
}
#centerside .box ul{
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
#centerside .box ul li{
	list-style: url(../images/bullet.png);
	border-bottom: 1px solid #f1b87c;
	padding-bottom: 5px;
	padding-left: 8px;
}

/* Rightside */
#rightside{
	float: right;
	width: 250px;
	margin-right: 5px;
	display: inline;
}
#rightside .title{
	font-size: 14px;
	font-weight: bold;
	background: #c6731a;
	line-height: 25px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#rightside .box{
	border: 1px solid #c6731a;
	background: #e4debe;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
}
#rightside .box ul{
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
#rightside .box ul li{
	list-style: url(../images/bullet.png);
	border-bottom: 1px solid #f1b87c;
	padding-bottom: 5px;
	padding-left: 8px;
}
/* Footer */
#footer{
	height: 50px;
	background: url(../images/footer.gif) repeat-x bottom;
}

#footer #desc{
	color: #c6731a;
	text-align: center;
	line-height: 50px;
}

.image{
	padding: 2px;
	margin: 3px 5px 3px 0;
	float: left;
}
.clear{
	clear: both;
}
.button{
	color: #c6731a;
	background: #e6c19a;
	border: 1px solid #c6731a;
	font-weight: bold;
}
