/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com | www.dieter.no*/

* {margin: auto;
   padding: auto;
}

body {	margin-right:auto;
	margin-left:auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
}

#container {
	margin-right:auto;
	margin-left:auto;
    width:auto;
    height : auto;
	margin-top: auto;

	
}

#header {
	width:auto;
	background: url(../images/header.jpg) no-repeat top center ;
	background-size:100% 100%;
	min-height : 300px;
}

#content {

	clear: none;
	width: auto;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0px 20px 0px 20px;
	font-size:20px;
	position:block;
}

#pesanhilang {
    height: 0px;
  overflow: hidden;
  position: absolute;
}

#contentwrapper {
	background: url(../images/content_bg.jpg);
	background-size:100%;
}

#right {
	float: right;
	width: 170px;
	margin-right: 37px!important;
	margin-right: 19px;
	margin-top: 15px;
	font-size: 1.1em;
	margin-bottom: 20px;
}

#copyright{
	clear: both;
	text-align: center;
	margin: 30px;
	padding: 10px;
	border-top: 1px dotted white;
}

a:link {color: #99CCFF}
a:visited {color: #99CCFF}
a:hover {color: #FFFFFF}
a:active {color: #FFFFCC}

img {
	padding: 5px;
}

.float_left {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}

h1{text-indent: 30px; padding-top:30px;}

h2 {text-indent: 30px;}

h3 {
    text-align:center;
	margin: 20px 0;
	color: #FFD700;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	padding: 3px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	margin-bottom: 10px;
	color: #EEF2FD;
	font-size: 1.2em;
	border-bottom: 1px solid #AEC9DE;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dt {
	font-weight: bold;
	margin-top: 15px;
	color: #FFFFCC;
}

dd {	width:auto;}

.right_ul {
	margin-left: 6px;
	list-style-type: none;
}

strong {color: #FFFFCC;}



.navlist
{	
	text-align: center;
	width:auto;
	padding: 30px 40px 30px 0px;
	margin-bottom: -25px;
	background-image: url(../images/content_bg.jpg);
	background-size:100%;
	font-size: 20px;
	
	
}

.navlist a, .navlist a:link, .navlist a:visited
{
	width:auto;
border: 0px solid #FFFFFF;
padding: 2px;
padding-left: 30px;
padding-right: 30px;
color: #FFFFFF;
text-decoration: none;
}

.navlist a:hover, .navlist a:active, .navlist a:focus
{
    	width:auto;
border: 0px solid #FFFFFF;
color: #ffd700;
padding: 10px;
padding-left: 30px;
padding-right: 30px;
text-decoration: none;

}

.navlist li
{
margin-right:auto;
	margin-left:auto;
padding-right: 1px;
display: block;
	font-size: 25px;
}

.navlist #active a {
	color: #FFFFCC;
	font-weight: bold;
}