body {
	margin: 0px;
}

#wrap {
	background-image: url(../images/jw-bgheader.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
/* Untuk Header*/
#header {
	background-image: url(../images/jw-header.jpg);
	height: 410px;
	width: 887px;
	margin-right: auto;
	margin-left: auto;
}

#admMenu {
    margin:0px;
}

/* Untuk Navigasi Menu*/
#nav {
	background-image: url(../images/jw-nav.jpg);
	height: 44px;
	width: 562px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 325px;
}
.menu {
	float: left;
	width: 100%;
	margin: 0px;
}

.menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.box_content a{
    text-decoration:none;
    color:#007308;
}
.box_content a:hover{
    color: #CC6600;
}

.menu li {
	float: left;
}


.menu a {
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: 80px;
	float: left;
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	text-align: center;
	display: block;
	padding-top: 11px;
	margin-right: 22px;
	font-weight: bold;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/jw-bgnav.jpg);
}

.menu a.active{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/jw-bgnav.jpg);
}
/* Untuk Logo Dan Slogan*/
#logo {
	width: 887px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.box_logo {
	float: left;
	height: 114px;
	width: 369px;
}
.box_slogan {
	float: right;
	height: 45px;
	font-family: "Lucida Sans Unicode";
	font-size: 24px;
	color: #999999;
	padding-top: 35px;
	padding-bottom: 36px;
	padding-left: 10px;
	width: 508px;
}

/* Untuk Content*/
#content {
	width: 887px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content_left {
	float: left;
	width: 557px;
	padding-left: 100px;
	margin: 0px;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f605f;
	line-height: 19px;
}
.box_gambar {
	float: right;
	width: 278px;
	height: 102px;
}

.box_menu {
	float: left;
	width: 270px;
	height: 72px;
	font-family: "Lucida Sans Unicode";
	font-size: 28px;
	color: #99cc00;
	padding-top: 30px;
	font-weight: bold;
}
.box_isi {
	width: 537px;
	padding-bottom: 50px;
	padding-right: 20px;
}
.box_isi a {
	color: #009900;
	text-decoration: none;
}
.box_isi a:hover {
	color: #CC6600;
}


.content_right {
	width: 190px;
	float: right;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
}
/* Untuk Box Update*/
.box_top {
	background-image: url(../images/jw-updatetop.jpg);
	width: 190px;
	height: 81px;
}
.box_content {
	background-image: url(../images/jw-updatemiddle.jpg);
	background-repeat: repeat-y;
	width: 150px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	line-height: 16px;
	color: #007308;
}
.box_bottom {
	background-image: url(../images/jw-updatebottom.jpg);
	height: 5px;
	width: 190px;
}

/* Untuk Footer*/
#footer {
	background-image: url(../images/jw-footer.jpg);
	background-repeat: repeat-x;
	height: 131px;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f605f;
	line-height: 16px;
	margin-top: 20px;
}
.box_footer {
	width: 757px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 100px;
	padding-right: 30px;
}

.box_footer a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
.box_footer a:hover {
	color: #006940;
	text-decoration: none;
}

.box_footer a.active {
	color: #006940;
	text-decoration: none;
}



input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#author, input#email, input#url, input#subject, input#title, input#emailto, textarea#message{
	border: 1px solid #cbb945;
	background-color: #fffadb;
	padding: 3px;
}

.message{
	background: #fff;
	color: #333;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	margin: 2em auto 0 auto;
	width: 100%;
	padding: 1em 2em;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #dfdfdf;
}