* {
	margin: 0;
	padding: 0;
}

body {
 background: #e5d6b7 url(../images/bg_header.png) repeat-x left top;
  font-family: Verdana;
  font-size: 12px;
  line-height: 17px;
  color: #333;
}

a {
  text-decoration: none;
  color: #336699;
}
a:hover {
  text-decoration: underline;
  color: #FF9933;
}
a:visited {
  color: #969696;
}
#wrap {
  margin: 0 auto;
  width: 780px;
}

#header {
  position: relative;
  top: 10px;
  left: 0;
  background: url(../images/ijen_crater.png) no-repeat;
  width: 778px;
  height: 215px;
}
.header_title {
  position: absolute;
  top: 85px;
  left: 155px;
  line-height: 15px;
}
.header_title h1 {
  font-size: 30px;
  letter-spacing: -1px;
  padding: 10px 5px 0 5px;
}
.header_title h1 a {
  color: #caaa89;
  text-decoration: none; 
  font-weight: 100;
  letter-spacing: -2px;
}
.header_title h1 a:hover {
  color: #fff;

}
.description h2 {
  position: absolute;
  top: 120px;
  left: 155px;
  font-size: 14px;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 100;
  padding: 0 5px 0 5px;
}

#menu {
  position: relative;
  top: 10px;
  left: 0;
  background: url(../images/nav_bar.png) no-repeat;
  width: 778px;
  height: 26px;
/*  line-height: 64px; */

/*  border: 1px solid #F00; */
}
#menu ul {
  list-style-type: none;
  padding: 2px 3px 0 30px;

}
#menu ul li {
  display: block;
  float: left;;
}
#menu ul li a {
  padding: 0 3px 0 10px;
  text-decoration: none;
  font-weight: 100;
  font-size: 12px;
  color: #252525;
}
#menu ul li a:hover {
  color: #0b3c73;
  text-decoration: underline;
}
#menu ul li a:visited {
  color: #969696;
}

#content {
  position: relative;
  top: 10px;
  left: 0;
  background: url(../images/content_bg.png) repeat-y;
  width: 778px;
  padding: 10px 5px 20px 25px;
}

.left {
  float: left;
  width: 250px;
}
.left h2 {
  margin: 0 0 0 0;
  padding-left: 10px;
  color: #000;
  font-size: 14px;
}
.left h3 {
  margin: 0 0 0 0;
  padding-left: 10px;
  color: #000;
  font-size: 13px;
/*  line-height: 5px; */
}
.left ul {
  padding: 10px 0 0 30px;
  width: 160px;
/*  list-style-type: none; */
  border: 0px solid #F00;
  padding-bottom: 15px;
}
.left ul li a {
  color: #277878;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 100;
}
.left ul li a:hover {
  color: #003399;
  text-decoration: none;
}
.left .left_box h2{
  margin: 0 0 10px 0;
  background-color: #898f96;
  padding: 3px 0 3px 0;
  text-align: center;
  color: #FFF;
  font-size: 13px;
}
.left_menu h2 {
  width: 235px;
  background-color: #e5d6b7;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  color: #3F7EBE;
}
.about_indonesia ul {
  padding: 5px 0 0 40px;
  width: 160px;
  border: 0px solid #F00;
/*  padding-bottom: 15px; */
}
.about_indonesia ul li a {
  color: #277878;
  font-size: 13px;
  text-decoration: none;
  font-weight: 100;
}
.about_indonesia a:hover {
  color: #003399;
  text-decoration: underline;
}
.about_indonesia a:visited {
  color: #969696;
}
.tour_packages ul {
  padding: 5px 0 0 40px;
  width: 160px;
  border: 0px solid #F00;

/*  padding-bottom: 15px; */
}
.tour_packages ul li a {
  color: #277878;
  font-size: 13px;
  text-decoration: none;
  font-weight: 100;
}
.tour_packages a:hover {
  color: #003399;
  text-decoration: underline;
}
.tour_packages a:visited {
  color: #969696;
}

.center {
  float: left;
  width: 465px;
  margin-top: 10px;
  margin-left: 15px;
}
.center h2 {
  font-size: 18px;
  font-weight: 100;
  padding: 0 0 7px 0;
}
.center h2 a {
  text-decoration: none;
}
.center h2 a:hover {
  color: #FF9933;
  text-decoration: underline;
}
.right {
  float: right;
  width: 125px;
  margin-right: 10px;
  border: 0px dashed #F00;
}
.right h2 {
  margin: 0 0 10px 0;
  background-color: #898f96;
  padding: 3px 0 3px 0;
  text-align: center;
  color: #FFF;
  font-size: 13px;
}
.right h2 a {
  text-decoration: none;
}
.right h2 a:hover {
  color: #FF9933;
  text-decoration: underline;
}

.image {
	background-color: #fff;
	padding: 2px;
	margin: 2px 7px 0 0;
	float: left;
}

.date {
	font-size: 11px;
	line-height: 135%;
	font-style: italic;
	color: #FF9933;
}

.err_message {
    padding: 10px;
    color: #f00;
    font-size: 14px;
    font-weight: bold;
}

#foot {
  background: url(../images/footer.png) no-repeat;
  width: 778px;
  height: 30px;
}

.footer {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  padding-top:20px;
}