body {
	margin: 30px 0;
	padding: 0;
	background: url(images/bg.jpg) no-repeat right top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #808080;
}

h1, h2, h3 {
	text-transform: uppercase;
	color: #666666;
}

h2 {
	font-size: 1.2em;
}

h3 {
	margin: 0;
	font-size: .875em;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

a {
	color: #A5B80D;
}

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

img{
  padding:4px;
  margin-left:-4px;
  border:1px solid #C0C0C0;
}
img.noborder{padding:0; margin:0; border:0; }


/* Header */

#header {
	width: 800px;
	height: 80px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding: 0 0 0 52px;
	height: 70px;
	background: url(images/logo.gif) no-repeat left center;
}

#logo h1 {
	margin: 0;
	padding-left: 5px;
	padding-top:15px;
	text-transform: uppercase;
	font-size: 16px;
}

#logo h2 {
	margin: -9px 0 0 3px;
	padding-top: 5px;
	padding-left:5px;
	font-size: 11px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #A5B80D;
}

/* Menu */

#menu {
	float: right;
	margin-right:30px;
	padding: 20px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 10px 0 10px;
	text-decoration: none;
	background: url(images/img02.gif) no-repeat left center;
	color: #A5B80D;
}

#menu a:hover {
	text-decoration: underline;
	color: #FF6000;
}

#menu .first a {
	background: none;
}


/* Menu bawah di foot*/

#menubawah {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 23px 3px 3px 3px;
}

#menubawah ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menubawah li {
	display: inline;	
}

#menubawah a {
	display: block;
	float: left;
	height: 17px;
	font-size:10px;
	padding: 0 3px 0 3px;
	text-decoration: none;
	text-transform: uppercase;
	color: #A5B80D;
}

#menubawah a:hover {
	text-decoration: underline;
	color: #FF6000;
}

#menubawah .first a {
	background: none;
}


/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

#content h2{
  border-top:1px solid #C0C0C0;
  border-bottom:1px solid #C0C0C0;
  padding-top:14px;
  padding-bottom:14px;
  background: url(images/notel2.jpg) no-repeat left center;
}

/* Welcome */

#welcome {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}

#welcome .more {
	padding-top: 15px;
	border-top: 1px dotted #CCCCCC;
}

#welcome .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

#welcome .more2 {
	padding-top: 0px;
}

#welcome .more2 a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

/* News */

#news {
	float: right;
	width: 350px;
	margin-bottom: 20px;
}

#news h3 {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	color: #000000;
}
#news h3 a{
	color: #000000;
}

#news .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dotted #CCCCCC;
}

#news .more {
	margin: 0;
	padding: 0;
	border: none;
}

#news .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

#news .more2 {
	padding-top: 0px;
}

#news .more2 a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}
/* villalisting kiri */

#news2 {
	float: left;
	width: 325px;
	margin-bottom: 20px;
	padding-right:25px;
}

#news2 h3 {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	color: #000000;
}
#news2 h3 a{
	color: #000000;
}

#news2 .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dotted #CCCCCC;
}

#news2 .more {
	margin: 0;
	padding: 0;
	border: none;
}

#news2 .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

/* Feature */

#feature {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}
#feature p{
  	text-align: justify;
}

#feature img {
	float: right;
	margin-left: 20px;
}

#feature h2 {
	margin: 0;
}

/* Footer */

#footer {
	width: 690px;
	margin: 0 auto;
	padding: 50px 0 50px 52px;
	background: url(images/logo.gif) no-repeat left center;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	color: #969696;
}

#footer a {
	color: #969696;
	text-decoration:none;
}

#footer a:hover {
	color: #666666;
}

.rss {
  font-size:10px;
  color:#FFCC00;
  text-decoration:none;
}