/*----------------------------------
| GENERAL STYLES
----------------------------------*/

body{
	background: url(../img/body_bg.gif) repeat-x top #005875;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 20px;
	font-size: 12px;
}

.pink{
	color: #e60089;
}

p{
	font-size: 12px;
	line-height: 18px;
}

a{
	color: #ffff00;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

/*----------------------------------
| HEADER
----------------------------------*/

div#header{
	margin-bottom: 20px;
}

/*----------------------------------
| MAIN NAVIGATION
----------------------------------*/

div#mainnav{
	background: url(../img/mainnav_bg.gif) repeat-x top #e60089;
	height: 35px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	margin-bottom: 20px;
}

#mainnav ul{
	margin: 0;
	margin-left: 50px;
	padding: 0;
	list-style: none;
}

#mainnav ul li{
	float: left;
	display: block;
	line-height: 35px;
	text-align: center;
	padding: 0 45px;
}

#mainnav ul li a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#mainnav ul li a:hover{
	color: #ffff00;
}

/*----------------------------------
| SPOTLIGHT
----------------------------------*/

div#spotlight{
	background: #0a3040;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border: 1px solid #072735;
	margin-bottom: 20px;
}

#spotlight div#sl_left{
	width: 300px;
	padding-top: 10px;
	float: left;
}

#spotlight div#sl_right{
	background: url(../img/bangau.gif) no-repeat top right;
	background-position: right 15px;
	float: left;
	position: relative;
	width: 645px;
	height: 400px;
}

#spotlight div#f_left{
	float: left;
	width: 50%;
	color: #FFF;
	padding: 30px;
	height: 150px;
}

#spotlight div#f_right{
	color: #FFF;
	margin-top: 100px;
	position: relative;
}

#sl_right div#slideshow{
	margin-top: 120px;
	margin-left: 70px;
}

#sl_right p{
	color: #FFF;
}

div#seribu{
	margin-top: 70px;
	padding: 10px 20px;
}

#seribu h3{
	color: #FFF;
}

/*----------------------------------
| MAIN LAYOUT
----------------------------------*/

div#left_content, div#right_content{
	background: #004b68;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	color: #FFF;
	padding: 20px;
	margin-bottom: 10px;
}

div#left_content h3, div#right_content h3{
	font-size: 24px;
	margin: 0;
	margin-bottom: 10px;
}

div#left_content h4, div#right_content h4{
	font-size: 18px;
	font-weight: normal;
	margin: 6px 0 20px 0;	
}

div.thumb{
	-moz-border-radius: 8px;
}

/*----------------------------------
| FORMS
----------------------------------*/

label{
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

input.text{
	border: 1px solid #CCC;
	background: #FFF;
}


/*----------------------------------
| FOOTER
----------------------------------*/

div#footer p{
	color: #FFF;
	font-size: 10px;
}