@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background:#FFF;
}

#wrapper {
	width: 100%;
	margin: 0 auto;	
}

.header {
	background: #33a036;
	width: 100%;
	float: left;
/*	overflow: hidden;
	position: relative;*/
}

#bg-header {
	width:900px;
	margin: 0 auto;
	/*background-image: url(images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
}

.bg-menu, .bg-footer {
	background: #008204;
	width: 100%;
	float: left;
/*	overflow: hidden;
	position: relative;*/
}

.bg-content {
	background: #FFF;
	width: 100%;
	float: left;
/*	overflow: hidden;
	position: relative;*/
}

#content {
	width:900px;
	margin: 0 auto;
	padding: 10px 0 10px 0px;
	line-height: 18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}

#content a {
	color: #000;
	text-decoration:none;
}

#content a:hover {
	color: #005f98;
	text-decoration:underline;
}

.judul {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:800;
	color:#008204;
}