body {background: url(../images/bg.gif) ;font: 12px Verdana, Tahoma, arial, sans-serif;color: #000000; text-align: center;}	

/* all */
* { margin: 0; padding: 0; border: 0 }

/* links */
a, a:visited {color: #BE420D;background: inherit;text-decoration: none;}
a:hover {color: #88ac0b;background: inherit;text-decoration: underline;}

/* headers */
h1, h2, h3 {font-family: 'Trebuchet MS', Tahoma, Sans-serif;font-weight: Bold;}
h1 {font-size: 160%;font-weight: normal;}
h2 {font-size: 135%;text-transform: uppercase;color: #88ac0b;}
h3 {font-size: 135%;}
h1, h2, h3, p {padding: 5px;margin: 0;}
ul, ol {margin: 5px 20px;padding: 0 20px;}
table{margin-left:5px;}

/* images */
img.border {background: #FAFAFA; padding: 5px; margin-right:5px;}
img.float-right {margin: 5px 0px 10px 10px; }
img.float-left {margin: 5px 10px 10px 0px;}
blockquote {margin: 10px;padding: 0 0 0 25px; background: #F9F7DD;border: 1px solid #E0DBC9;font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;color: #563E24;}

/* form elements */
form {margin:10px; padding: 0 5px;}
label {display:block;font-weight:bold;margin:5px 0;}
input, select {padding:2px;border:1px solid #ccc;font: normal 1em Verdana, sans-serif;color:#777;}
textarea {width:400px;padding:2px;font: normal 1em Verdana, sans-serif;	border:1px solid #ccc;height:100px;display:block;color:#777;}
input.button {font: bold 12px Arial, Sans-serif; height: 24px;margin: 0;padding: 2px 3px; color: #FFF;background: #8EB50C;border: 1px solid #000;}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/*------------ start container layout-------------------*/ 
#wrap {
	position: relative;
	width: 800px;
	margin-top:5px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

/*------------ start header & top navigation -------------------*/ 
#header {
	float:left;
	width: 225px;
	position: relative;
	height: 200px;
	/*background: #FFF url(../images/header.jpg) no-repeat;*/
	padding: 0;	
	color: #FFF;	
}

#nav {
	position: relative;
	clear: both;	
	padding: 0;		
	width: 800px;
	margin: 0 auto;	
	background: url(../images/menubg.jpg) repeat-x;
	height: 40px;
}
#nav ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	right: 8px;
	bottom: 0;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	/*display: block;*/
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px; 
	color: #2A0000;
	font: bold 13px/52px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images/menupointer.jpg) no-repeat center bottom;	
	color: #007F00;
}
#nav ul li#current a {	
	background: url(../images/menupointer.jpg) no-repeat center bottom;
	color: #F2EFBA;	
}
/*------------ end top navigation -------------------*/ 

/*------------ start main content -------------------*/ 
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 800px;
	padding: 0;
	border-bottom: 2px solid #FFF;
	background:  url(../images/contentbg.jpg) repeat-y center top;
	display: inline;
	height: auto;
}

/* right side */
#main {
	float: right;
	width: 70%;
	padding: 0; margin: 0 10px 0 0;
	display: inline;	
}
#main h1 {
	margin:0;
	font: bold 1.8em 'Trebuchet MS', Tahoma, Sans-serif;
	color:  #2A1FAA;
	padding: 20px 0 0 5px; 		
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}
#main h2,h3,h4 {
	margin-top: 10px;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000000; 
	padding: 5px 0 5px 5px; 		
}
p.moreBtn{width:100px;text-align:center;font: bold 12px Arial, Sans-serif;float:right;display:inline block;font-weight:bold;padding:3px;margin:0;border:1px solid #333;height:14px;margin-top:1px;margin-right:12px;background:#bbd84e;}
p.moreBtn a{color:#555;text-decoration:none;}
p.moreBtn a:hover{color:#555;text-decoration:underline;}

/* left side */	
#sidebar {
	float: left;
	width: 26%;
	padding: 0; 
	margin: 0 0 0 10px;		
	display: inline; 
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 10px 0 3px 0; 
	font: bold 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #6B4F2E; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #C39F73;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
#sidebar ul.sidemenu li.sub {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 4px 0 4px 20px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #000000;		
}
#sidebar ul.sidemenu li a:hover {	
	color: #FF1F00;	
}
/*------------ end main content -------------------*/ 

/*------------ start footer -------------------*/ 
#footer {
	clear: both;
	color: #FFF;
	background: #FFF url(../images/footer.jpg) no-repeat;	
	width: 800px;
	padding: 5px 0 40px 0;
	text-align: center;
}
#footer a {
	color: #F3EFBA;
	font-weight: bold;
}
/*------------ end footer -------------------*/ 

/* pagination styles */
.pagination-wrapper {
	background-color: #f9f9f9;
	padding: 2px 0px 2px 0px;
	margin: 14px 0px 8px 0px;
	text-align:center;
	clear:both;
}

.pagination-link:link, .pagination-link:visited, .pagination-link:active, .pagination-link:hover, .pagination-selected-page {
	padding: 0px 4px 1px 4px;
	border: 1px solid #edf8fe;
}

.pagination-link:hover, .pagination-link:active, .pagination-selected-page {
	border: 1px solid #014ead;
	background-color: #ffffff;
}

.pagination-selected-page {
	font-weight: bold;
}
.style_imgborder{
	margin:2px 5px 0 0;
	padding: 1px;
	border: 1px solid #E3B3B4;
	float:left;
}
.pagination-note {
	font-size:12px;
	font-style:italic;
	text-align:right;
}
/* end pagination styles */

/* style table room */
.titlerotype {
	color:#000; text-decoration: none; text-align: justify; font-weight: normal; background-color: #B6B6B6;
	height:25px;
}
.contentrotype {
	color:#BE420D; text-decoration: none; text-align: justify; font-weight: normal; 
	height:20px;
}

#kanan {
	float: right;
	width: 575px;
	position: relative;
	height: 200px;
	/*background: #FFF url(../images/header.jpg) no-repeat;*/
	padding: 0;	
	color: #FFF;	
}
/* end style table room */

