/* Gabungan dari menu.css, style.css, google.css, screen.css */

.style2 {color: #000000}
body {background-color: #333300; background-image: url(http://background.graha11.com/background.php);}


/* AWALNYA MENU.CSS */


.suckertreemenu ul{
float: right;
margin: 0;
padding: 10px 20px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
text-decoration: none;
position: relative;
display: inline;
float: left;
background-color: #F3F3F3 ; /*overall menu background color*/
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
text-decoration:none;
vertical-align:middle;
display: block;
height: 20px;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
color: navy;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
padding: 0px;
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
padding: 0px;
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 140px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 2em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* MENU.CSS HABIS DISINI */

/* AWALNYA STYLE.CSS */
.field_caption{
	font-weight:bold;
}
.searchpage_field_caption {
font-weight:bold;
text-align:right;
}
.searchpage_field_caption_row {
font-weight:bold;
text-align:right;
}
.lat_long_header{font-size:12px;}
.postalcode_distance_header{font-size:12px;}
.view_image {
	text-align:center;
}
.image_caption {
	font-size:16px;
	font-weight:bold;
}
.view_user {
 padding-left:5px;
}
.view_user_user_name {
	font-size:14px;
	font-weight:bold;
}
.view_user_user_images {
	float:left;
}
.view_user_user_info {
	float:left;
	padding-left:10px;
}
.view_user_user_hitcount {
	clear:both;
}
.view_user_user_box {
}
.no_results { color:red; margin-top:10px;}

/* *** Generated by www.csscreator.com *** */


/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
table.page_display
{
	border: 3px;
}
td.page_display
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
table.admin_main
{
	border: 3px;
	width: 100%;
}
td.admin_main
{
	width: 100%;
	vertical-align: top;
}

 /*printer styles*/
@media print{
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#outer{border-left:0;}
}
#navcontainer {
	width: auto;
}
#navcontainer ul {
	width: 160px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight: bold;

}
#navcontainer a,  #navlist a {
	display: block;
	width: 135px;
	height: 35px;
	background-image: url("{template_url}/images/act_button.gif");
	background-repeat: no-repeat;
	line-height: 3em;
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
#navlist a:hover {
	height: 35px;
	line-height: 3em;
	background-image: url("{template_url}/images/hov_button.gif");
	background-repeat: repeat-y;
	color: #66FF00;
}

/* THIS CONTROLS THE ROW COLORS */
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
	color: #FFFFFF;
	background-color : transparent;
}
/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */
.browse_tool_table {
vertical-align:middle;
	background-color: #fffff;
	width:100%;
	text-decoration: none;
	color: black;
}
.browse_tool {
	text-decoration: none;
	color: black;
}
.browse_tool_num {
	color: #336699;
}
.browse_tool_button A {
padding:2px 5px 2px 5px;
	vertical-align:middle;
	background-color: silver;
	text-align: center;
	BORDER-COLOR: #000000;
   	BORDER-STYLE: outset;
 	BORDER-WIDTH: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
}
.browse_tool_button A:visited {
	color: #000000;
}
.browse_tool_button A:hover {

	BORDER-STYLE: dotted;
}
.browse_tool_ghost {
	font-size: 10px;
	line-height: 10px;
	color: #EBEBEB;
	text-decoration: none;
}
.browse_tool_curpage {
	font-size:18px;
	width: 35px;
	display: block;
	text-align: center;
	}
.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif;
	text-decoration:none;
	vertical-align: middle;
	color:	#000000;
}
bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
}
A.bt_pages{
	color:	#000000;
	width: 35px;
	height: 20px;
	display: block;
	text-align: center;
}
A.bt_pages:visited{
	color: #000000;
}
A.bt_pages:hover{
	color:#FFFFFF;
	background-color: silver;
}
/* LISTING PAGE DETAILS 'listing_next_prev'  */
.next_prev_listing { margin: 2em 0 2em 3em;  border: 1px solid #a9a9a9; width: 40em; text-align: center; }
.next_prev_listing ul { margin: 1.5em auto; }
.next_prev_listing li { display: inline; padding: .5em 1em; list-style-type: none; }
.next_prev_listing img { border:0 none; margin:0;}
.
count, .listing_xy { width: 100%; background-color: #dcdcdc; clear: both; padding: .5em 0; }

.slideshow_img {
float: left;
width: 100%;
text-align:center;
}
.slideshow_links {
float: left;
width: 100%;
text-align:center;
}
.city_distance_header{font-size:12px;}
/* 2.4.2 */
#imagerows{
	width:440px;
	padding:2px;
	border-width:medium;
	border:ridge;
	text-align:center;
}
.multiple_options_caption {
margin:0;
padding:0;
font-weight:bold;
width:100%;
}
.multiple_options {
float:left;
width:100%;
}
.multiple_options ul {
margin:0;
padding:0;
list-style-type:none;
}
.multiple_options li {
display:inline;
}

/*		CONTROLS FOR TEXT LINKS, VISITS, HOVER		*/

a {
font-family: Tahoma;
Color : #50351A;
font-weight: bold;
text-decoration : none;
}
a:active{
font-family: Tahoma;
Color : #6633FF;
font-weight: bold;
text-decoration : none;
}
a:hover {
font-family: Tahoma;
Color:#999999;
font-weight: bold;
text-decoration : none;
}
a:link{
font-family: Tahoma;
Color : #336600;
font-weight: bold;
; text-decoration: none
}
a:visited{
font-family: Tahoma;
Color: #666666;
font-weight: bold;
}

.thumbs img {
	margin: 1px;
	padding: 2px;
	border-width: 2px;
	background-color: #FFFFFF;
	border-color: #644220;
	border-style: solid;
}
#style5 {
color: #50351A;
font-size: 9px;
font-family: "Comic Sans MS";
}
#style5 a,  .style5list a {
font-family: "Comic Sans MS";
font-size: 9px;
color: #336600;
text-decoration: underline;
}

#featured_listings a:hover {
color: #CCCCCC;
text-decoration:none;
}

.featured_listings
{
text-align: center;
margin-left:auto;
margin-right:auto;
}

.featured_listings img
{
padding: 2px;
border: 2px solid #cccccc;
}
.iklan img { margin: 0px; padding: 0px; }

.tabel_topo td{
	vertical-align:top;
padding:0;
height:2px;
border:0px;
}

.tabel_topo tr{
padding:0;
border:0px;
}


.tombol_iklan A {
	padding:5px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background:#FFFF80 transparent;
}
.tombol_iklan A:visited {
	color: #000000;
}
.tombol_iklan A:hover {
	background-color: #66FFFF;
}

.nama_user {
font-size:14px;

}
.nama_user A {
font-size:14px;
color:#333300;

}
.inputbox {
	font-size: 12px;
	textarea-height: 18px;
	text-align: center;
	}

.donasi {
color:#504634;
background:#D4CAB6;
padding:5px;
}

/* SLTYE.CSS HABIS DISINI */
/* AWALNYA GOOGLE.CSS */

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 1% 0 0 4%;
  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
  visibility:hidden;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #999999;
  padding-bottom: 0;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
background: #FFFF66; padding: 0 3px 0 3px; font-family: Verdana; font-size: x-small; border: 1px solid #ccc;"
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #333333;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  margin-bottom: 0;
   border-bottom: 1px solid #e9e9e9;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  background-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #999999;
  margin-bottom: 0;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}

/* Full URL */
.gs-webResult.gs-result .gs-visibleUrl-short {
  display: none;
}
.gs-webResult.gs-result .gs-visibleUrl-long {
  display: block;
}

/* GOOGLE.CSS HABIS DISINI */
/* AWALNYA SCREEN.CSS */

/* MAIN TYPOGRAPHY */

strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* FORMS */

fieldset { border: 1px solid #695F4C; }
legend { background: #504634; color: #FFFFF;}
textarea, input[type='text'], input[type='password'] { border: 1px solid; border-color: #695F4C; background: #fffff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #504634; background-color:#33FF00 }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #504634; outline: 2px solid #fffff; }


/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
/*
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, 
.content p+p { margin-top: -.8em; }
 NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */

.content h1 { margin: 0 0 .5em; font-size:24px; font-family:"Dutch801 XBd BT", Times, serif;  }
.content h2 { margin: 1.07em 0 .535em;	font-size: 20px; font-family:"Times New Roman", Times, serif; }
.content h3 { margin: 1.14em 0 .57em; font-size: 16px; }
.content h4 { margin: 1.23em 0 .615em; font-size: 14px; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }

.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }

/* END CSS RESET FOR MAIN CONTENT */

/*=STRUCTURE
=== === === === === === === === === === */

* { padding: 0; margin-top: 0; }

#h2 a { 
margin: 1.07em 0 .535em;
font-size: 24px; 
font-family:"Times New Roman", Times, serif;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#mborder {
 background: #FFFFF;
 padding: .2em .2em .2em .2em;
}

#footer {
 clear: both;
 color: #FFFFF;
 background: #695F4C;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }


/* ceo headers */
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h1, h2, h4, h6 { font-weight: bold; }
h5, h6 { margin-top: 1em; }

hr { border:1px solid #695F4C; }

.copyright {
text-align: center;
font-size: 9px;
padding: 3px;
color: #cccccc;
}


/*=COMMON
=== === === === === === === === === === */
img {
border: 0;
}

img.float-right {
  padding: 5px;
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  padding: 2px;
  margin: 5px 15px 5px 0px;
}

a img {  
  border: 1px solid #847A67; 
  padding: 5px;
  margin: 5px 15px 5px 0px;
  background-color: #fffff;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 5px;  	
  	background: #FAFAFA; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #504634;	
}

a {
color: #464544;
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #504634;
}


/*=MASTHEAD
=== === === === === === === === === === */
#masthead-m {

}

#logo {
position: absolute;
margin:  0px 0 0 0px; 
padding: 10px 0 0 20px; 
}
#logo h1 {
font: bold 24px Times, serif;
margin: 0;
padding: 0;
}
#logo p {
margin: 0;
padding: 0;
font-weight: bold;
}

#nav-top{ 
float: right;
background: #8ACADA;
margin:  10px 0 10px 0px;
padding: 10px 0 10px 0px;
}

#nav ul{
position: absolute;
margin: 0px 10px 0 0;
padding: 0px 10px 0 0px;
text-align: left;
}

#nav li {
list-style: none;
display: inline;
color: #fffff;
text-align: left;
margin:  0px 10px 5px;
padding: 0px 10px 5px;
}

#nav a {
text-decoration: none;
color: #364A2E;
}

#nav a:hover {
text-decoration: bold;
text-decoration: none;
color: #346A75;
}


/*=NAVIGATION
=== === === === === === === === === === */
#navigation-m {
}
.categories {
text-align: center;
padding: 10px 0 10px 0px;
color: #333300;
margin:0;
}

#dhtmlgoodies_menu {
text-decoration:none;
font-family:arial;
width:150px;
}

#dhtmlgoodies_menu li {
list-style-type:none;
margin: 0;
padding: 0;
}

#dhtmlgoodies_menu ul li ul {
margin: 0;
padding: 0;
}

#dhtmlgoodies_menu li a {
text-decoration:none;
color:#000;
height:20px;
line-height:20px;
vertical-align:middle;
border:0 solid #000;
display:block;
margin:1px;
padding:7px 0 8px 15px;

background: #D4CAB6;
border-top: 1px solid #F4EFDF;
list-style: none;
font-size: 12px;
}

.dhtmlgoodies_subMenu {
visibility:hidden;
position:absolute;
overflow:hidden;
border:0px solid #000;
background-color:#FAFAFA;
font-family:arial;
text-align:left;
}

.dhtmlgoodies_subMenu ul li {
text-decoration:none;
list-style-type:none;
margin:0;
padding:1px;
}

.dhtmlgoodies_subMenu ul li ul li {
text-decoration:none;
list-style-type:none;
margin: 0 10px;
padding: 1px;
}

.dhtmlgoodies_subMenu ul li a {
text-decoration:none;
font-size: 12px;
white-space:nowrap;
color:#000;
height:16px;
line-height:20px;
display:block;
padding:5px 11px 9px 11px;
background-color: #CCCCCC;
}

#dhtmlgoodies_menu ul,.dhtmlgoodies_subMenu ul {
margin:0;
padding:0;
}

#dhtmlgoodies_menu li a:hover,#dhtmlgoodies_menu 
ctiveMainMenuItem,.dhtmlgoodies_subMenu ul li a:hover {
text-decoration:none;
color:#695F4C;
background-color:#CCCCCC;
}

.featurebox {
color:#504634;
border-top:1px solid #d7d7d7;
background:#D4CAB6;
margin:0 0 1.5em;
padding:15px 20px 20px;
}

.featurebox p,.featurebox h1,.featurebox h2,.featurebox h3,.featurebox h4,.featurebox h5,.featurebox h6 {
border-bottom:1px solid #504634;
color:#504634;
margin:0 0 .3em;
}

.featurebox p {
border:none;
color:#444;
margin:0 0 1em;
}

.featurebox a {
font-weight:700;
font-size:90%;
}

hr {
background:#f2f2f2;
height:2px;
color:#CCCCCC;
border:none;
margin:1em 0;
}

hr.sb  {
background:#847A67;
height:1px;
color:#847A67;
border:none;
margin:1em 0;
}

/*IKLAN TEXT MITRA DIATAS */
.mitra {
background-color:#CCCCCC;
}

/*=CONTENT
=== === === === === === === === === === */
#rightcolumn a {
font-size:12px;
text-decoration: none;
color: #364A2E;
}

#rightcolumn a:hover {
text-decoration: bold;
text-decoration: none;
color: #FF0000;
}
.content h1, h2, h3, h4, h5, h6 {
color: #695F4C;
}

.content{ 

}


/*=FOOTER
=== === === === === === === === === === */
#footer-m {

}

#footer a {
color: #fffff;
text-decoration: none;
}
#footer a:hover {
text-decoration: none;
color: #504634;
}

/*=PRINTER
=== === === === === === === === === === */

@media print{
/*hide the left column when printing*/
#leftcolumn{display:none;}
#rightcolumn{border-left:0;}
}

/*=OTHER
=== === === === === === === === === === */

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

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



/* THIS IS SECTION IS FOR OPEN REALTY */

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

td a, a:hover{
text-decoration: none;

}

.search_results {
width:100%;
}

.result_row_0	{ background-color: #D6D3EE; }
.result_row_1	{ background-color: #FFFFFF; }

.view_users { width:100%; }

.button img {
border-style: none;
text-decoration: none;
padding:0;
}

/* SCREEN.CSS HABIS DISINI
LANJUTAN CSS SILAHKAN ISI DIBAWAH
 */

#date { float: left; padding: 0 0px 0 10px; clip:   rect(   );}
#kalkulator { float: right; margin: 0 0 20px 0; padding: 0; clip:   rect(   ); position: absolute;}

/* iklan depan dimulai */

	 .addon_ads {
	 padding:0px;
		list-style:none;
	 }
	 .error  {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
	 
	 .addon_ads li {
		margin:0px;
		display:inline;
	 }
	 
	 .addon_ads li a img {
	 padding:0;
	 		margin:5px;
		border:none;
	 }
/* Iklan depan selesai */

/* Tulisan dibawah halaman */

p.ada_dibawah
{
position:fixed;
bottom:0px;
right:2px;
}
