body{
	font-family: Arial, Helvetica, sans-serif;
  	font-size : 12px;	
	color : #000033;
	background-image:url(images/background.gif);
	background-repeat: repeat-y;
	background-position : center;
	margin:0px;
	background-color: #000000;
}

#wrapper {
	width :780px;
	margin-right:auto;
	margin-left:auto;
}

#wrapper #header {
	background-image: url(images/header.jpg);
	height:177px;
	width:780px;
}

#wrapper #leftcontent{
	float:left;
	width:200px;
	padding-right : 5px;
	padding-left:10px;
	background-color:#000000;
	color : #FFFFFF;
}

#wrapper #rightcontent{
	float:left;
	width:540px;
	padding-right:5px;
	padding-left:5px;
	line-height:155%;
	text-align:align text left;
}
ul {
	padding-left:12px;
	margin-left:0px;
}
#wrapper #clearer{
	clear:both;
}
#wrapper #footer{
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	height:1px;
	width:800px;
	line-height:175%;
	background-color:#000000;
}
#wrapper #footer a:link{
         color:aqua;
         text-decoration:none;
}

#wrapper #footer a:visited{
         color:aqua;
         text-decoration:none;
}

#wrapper #footer a:hover{
         color:aqua;
         text-decoration:underline;
}

#wrapper #leftcontent a:link{
	color:#00FF00;
	text-decoration: none;
}

#wrapper #leftcontent a:visited{
	color:#00FF00;
	text-decoration:none;
}

#wrapper #leftcontent a:hover{
	color:#FF0;
	text-decoration:underline;
}

#wrapper #rightcontent a:link{
	color:#000066;
	text-decoration:none;
}

#wrapper #rightcontent a:visited{
	color:#000066;
	text-decoration:none;
}

#wrapper #rightcontent a:hover{
	color:#000066;
	text-decoration:underline;
}

.image {
	background-color: #fff;
	padding:2px;
	margin : 3px 5px 3px 0;
	border: 1px solid #ddc688;
	float:left;
}

.judul{
	font-family:Arial;
	font-size:16px;
	line-height:170%;
	font-weight:normal;
	color:#000066;
}

.date{
	font-size:10px;
	line-height:135%;
	font-style:italic;
}

.posting{
	font-size:11px;
}

.kategori{
	font-family:Verdana;
	line-height:175%;
	font-weight:bold;
	padding-left:10px;
}

input, select{
    background-color: #EEEEEE;
    font-size: 10px;
}
textarea{
    background-color: #EEEEEE;
    font-size: 12px;
}

hr {
	border-bottom: 1px dashed #9d9d9d;
}

.isi_kecil{
	font-family:Tahoma;
	font-size:11px;
	padding-left:4px;
	color:#FF6600;
}