/*GLOBAL--------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-size: 11pt;
	color: #564b47;
	background-image: url(images/Body_BGg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #9C9801;
}

h3 {
   font-size:11px;
}

/*main--------------------------------------------------------*/

#container {
	width: 838px;
	background: #fff;
	margin: 10px auto;
	background-repeat: no-repeat;
	height: 902px;
	background-image: url(images/contbg_l.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*HEADER-------------------------------------------------------*/

#header {
	width: 838px;
	height: 157px;
}

#header h1{
	padding-top: 15px;
	font-size:14pt;
	font-weight:bold;
	color: #fff;	
	padding-left: 18px;
}

#header h2{
	font-size: 9pt;
	padding-left: 18px;
	color: #fff;	
}

#header a, #header a:visited {
   color:#fff;
   text-decoration:none;
}

#header a:hover {
    color:#fff;
	border-bottom:1px solid #fff;
}

/*NAVIGASI BUTTON----------------------------------------*/

#navigasi {
	width: 838px;
	height: 15px;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 5px;
	text-align:center;
}

#navigasi a, #navigasi a:visited {
	color: #fff;
	text-decoration: none;
	margin-right: 15px;
}

#navigasi a:hover {
	color: #FFF;
	border-bottom:1px solid #fff;
}

/*LEFT SIDE---------------------------------------------*/

#left {
	color: #564b47;
	width: 134px;
	float: left;
	margin-left: 10px;
	padding: 8px;
}

#left p {
	margin-bottom: 20px;
}

#left li {
}

#left ul {
    margin: 0px 0px 0px 15px;
	padding: 0px 0px 10px 5px;
}

#left h3 {
    display:block;
    background:#ccc;
    color:#564B47;
	padding-left:10px;
	margin-bottom: 5px;
}

/*RIGHT SIDE-------------------------------------------------*/

#flvcontainer {
  float:right;
  margin-left:-150px;
}

#right {
	color: #564B47;
	width: 160px;
	float: right;
	padding: 8px;
	margin-right: 25px;
	font-size: 12px;
	margin-top: 22px;
}

#right p {
	margin-bottom: 20px;
	background: #fff;
}

#right h3 {
	display:block;
	color:#564B47;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 255px; /* before: 255 */
}

#right li {
}

#right ul {
    margin: 0px 0px 0px 15px;
	padding: 0px 0px 10px 0px;
}

/*CONTENT------------------------------------------------*/

#content {
	float: left;
	width: 460px;
	margin: 28px 0 0 40px;
	color: #564b47;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 14px;
	color: #FC9222;
}

#content h2 a {
	color: #999900;
	text-decoration:none;
}

#content h2 a:hover {
	color: #000;
	font-weight:bold;
}

#content p {
	margin-bottom: 15px;
	padding-left: 14px;
	font-size: 12px;
}

#content a, #content a:visited {
	color:#FF9900;
	text-decoration:none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content a:hover {
    color:#9A9601;
	text-decoration:none;
}
#content li {
	margin-bottom: 5px;
	font-size: 12px;
	color: #FF9900;
}

#content ul {
	margin-left:42px;
	margin-top: 5px;
}

#lv {
	color: #564b47;
	margin-top: 45px;
	width: 360px;
	margin-left: 100px;
}
#lv a, #lv a:visited {
	color: #FF9900;
	margin-right: 20px;
}

#lv img {
	vertical-align: text-bottom;
}

#test1 {
	margin: 0 0 15px 15px;
	width: 460px;
}

.header_menu {
	margin: 0px 0px 0px -15px;
	padding: 0px;
	font-weight:bold;
	font-size:12px;
	color:#FF9900;
}

div a {
	font: 12px verdana;
	width: 100px;
	color: #FF9900;
	/* cursor: default; */
	text-decoration: none;
}

div a:hover {
	text-decoration: none;
	border: none;
}

div a span {
	display: none;
	padding: 11px;
	color: #564B47;
	font-size: 12px;
	width: 470px;
	font-weight: normal;
}

div a:hover span {display: block;}

div#links a:hover {color: #564B47;}


/*FOOTER------------------------------------------------------*/

#footer {
	color: #fff;
	font-size: 7pt;
	clear: both;
	width: 830px;
	padding: 4px;
	text-align:center;
}

#footer a, #footer a:visited{
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	border-bottom:1px solid #fff;
}

