body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003333;
	text-decoration: none;
	background-color: #51d73b;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin:0;
	padding:0;
}
#header {
	background-color: #51d73b;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:251px;
	margin:0;
	padding:0;	
	text-align:center;
}
#headercontent {
	width:750px;
	text-align:left;
	margin:0 auto;
	}
#headercontent  h1{
	font-size:24px;
	font-weight:bold;
	margin:0px;
	padding:120px 0 0 10px;
	color:#1dfc1a;
	text-align:left;
	}
#header p{
	text-align:left;
	padding:0px 0 0 10px;	
}
#navigasi {
	margin-top:25px;
	font-weight:bold;
	}
#navigasi a {
	color:#ffffff;
	}
#navigasi a:hover {
	color:#45f400;
	}
#content {
	width:760px;
	margin:0 auto;
	padding:0;
	text-align: left;
}
#premium {
	padding:10px;
	background-color: #62f46c;
	border: 2px solid #0a0b0a;
	margin:10px;
	}	
#iklan {
	margin: 0 0 20px 0px;
	padding:0;
	}
#iklan h2 a , #premium h2 a{
	font-size: 14px;
	color:red;
	margin:0px;
	padding:0px;
	}
#iklan p, #premium p{
	margin-top:5px;
	}
#iklankiri {
	width:130px;
	margin:0;
	padding:5px;
	float:left;
	}
#tengah{
	width:340px;
	overflow:hidden;
	margin:0;
	padding:10px;
	float:left;
	}
#sidebar {
	width:250px;
	margin:0;
	padding:5px;
	float:left;
	}
#sidebarleft {
	width:110px;
	margin:0;
	padding:10px;
	float:left;
	}
#sidebarright {
	width:100px;
	margin:0;
	padding:10px;
	float:left;
	font-size:10px;
	}
#sidebarright h3, #sidebarleft h3 {
	margin:0;
	padding:0;
	font-size:14px;
	}
#sidebarright a:hover {
	color:red;
	}
h1 {
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
	color:red;
	}
h2 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;	
	}
a {
	text-decoration:none;
	}

#footer {
	background-color: #51d73b;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:121px;
	margin:0;
	padding:0;
	}
#footer p {
	margin:0;
	padding:50px 0 0 0;
	text-align:center;
	}
#footer a {
	text-decoration:none;
	color:#51d73b;
	}

.tabberlive .tabbertabhide {
 display:none;
}
.tabber {
}
.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #ffffff;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ffffff;
 border-bottom: none;
 background: #ffffff;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #e80b3a; }
ul.tabbernav li a:visited { color: #0b2fe8; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #c5d2e3;
 border-color: #c5d2e3;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 background:#c5d2e3;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
.tabberlive .tabbertab ul {
 margin: 0 0;
 padding: 0 0;
 list-style-type: none;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
.tabberlive .tabbertab input, .tabberlive .tabbertab select { margin:2px 0; }
