body{
	font-family: Arial, Helvetica, sans-serif;
  	font-size : 14px;	
	background-repeat: repeat-y;
	background-position : center;
	margin-top : 75px;
    margin-bottom : auto;
	background-color: #c0c19c;

}

#wrapper {
	width :400px;
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
}
#wrapper1 {
	width :400px;
	height:89px;
	margin-right:auto;
	margin-left:auto;
	background-color:#c0c19c;
}
#wrapper2 {
	width :400px;
	height:33px;
	margin-right:auto;
	margin-left:auto;
	background-color:#c0c19c;
}
#wrapper #header {
	background-image: url(images/header.png);
	height:89px;
	width:400px;
	-webkit-border-radius:15px 15px 0px 0px;
	-moz-border-radius:15px 15px 0px 0px;	
	
}

#wrapper #leftcontent{
	float:left;
	width:400px;
	padding-right : 0px;
	padding-left:0px;
	background-color:#307017;
	color : #ffffff;
}
#wrapper #menu{
margin-left:50px;
font-size:16px;
color : #ffffff;
}
#wrapper #h3{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
	color : #ffffff;
}

#wrapper #rightcontent{
	float:left;
	width:540px;
	padding-right:5px;
	padding-left:5px;
	line-height:155%;
	text-align:justify;
}
ul {
	padding-left:12px;
	margin-left:0px;
}

#wrapper #clearer{
	clear:both;
}
#wrapper #footer{
	font-size:12px;
	color: #FFFFFF;
	text-align:center;
	height:30px;
	width:400px;
	line-height:175%;
	background-image:url(images/footer.png);
	-webkit-border-radius:0px 0px 15px 15px;
}
#wrapper #footer a:link{
         color:#FF0000;
         text-decoration:none;
}

#wrapper #footer a:visited{
         color:#FFffff;
         text-decoration:none;
}

#wrapper #footer a:hover{
         color:#ff0000;
         text-decoration:underline;
}

#wrapper #leftcontent a:link{
	color:#FFFFFF;
	text-decoration: none;
}

#wrapper #leftcontent a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

#wrapper #leftcontent a:hover{
	color:#F1FFE8;
	text-decoration:underline;
}

#wrapper #rightcontent a:link{
	color:#EE1C24;
	text-decoration:none;
}

#wrapper #rightcontent a:visited{
	color:#EE1C24;
	text-decoration:none;
}

#wrapper #rightcontent a:hover{
	color:#EE1C24;
	text-decoration:underline;
}

.image {
	background-color: #fff;
	padding:1px;
	margin : 3px 5px 3px 0;
	border: 1px solid #ddc688;
	float:left;
}

.judul{
	font-family:Georgia;
	font-size:16px;
	line-height:170%;
	font-weight:normal;
	color:#EE1C24;
}

.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: #FFFFFF;
	-moz-border-radius:3px;
    font-size: 14px;
	
}
textarea{
    background-color: #EEEEEE;
    font-size: 12px;
}

hr {
	border-bottom: 1px dashed #F5FFFF;
}

.isi_kecil{
	font-family:Tahoma;
	font-size:11px;
	padding-left:4px;
	color:#FF6600;
}
