* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0;
	background: #f0edcc url(../images/bg_header.png) repeat-x left top;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5F5F;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
    text-decoration: none;
	color: #003399;
}

a:hover {
	border-bottom: none;
    text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 850px;
	margin: 0 auto;
	height: 164px;
	background: url(../images/header.png) no-repeat left top;
}

/* Header */

#logo {
	width: 780px;
	height: 100px;
	margin: 0 auto;
/*    border: 1px solid #F00; */
}

#logo h1, #logo h2 {
	margin: 0;
	color: #FFFFFF;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 20px 0 0 125px;
    line-height: 30px;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 2.8em;
}

#logo h2 {
/*	text-transform: lowercase; */
    line-height: 5px;
    padding: 0 0 0 125px;
	font-size: 15px;
	color: #FFFF66;
}

#logo p {
	text-transform: lowercase;
	padding: 4px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}

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

/* Menu */

#menu {
	width: 850px;
	height: 112px;
	margin: 0 auto;
/*	padding: 56px 0px 0px 30px;*/
	background: url(../images/menu.png) left top;
}

#menu ul {
  list-style-type: none;
  padding: 85px 2px 0 35px;

}
#menu ul li {
  display: inline;
  float: left;;
}
#menu ul li a {
  padding: 0 8px 0 8px;
  text-decoration: none;
  background: url(../images/separator.png) no-repeat left 4px;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}
#menu ul li a:hover {
  color: #FFFF66;
  text-decoration: underline;
}
#menu .current_page_item a {
	background: none;
	color: #FFDEDE;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
/*	padding: 6px 30px 0px 30px; */
	background: url(../images/bg_content.png) repeat-y left top;	
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 520px;
	margin: 0px 20px 20px 20px;
	line-height: 17px;
}

.post {
	/*padding-bottom: 15px;*/
}

.post h1 {
	font-weight: normal;
}
.post ul{
    padding-left: 30px;
}

.post li {
    padding-left: 10px;
}

.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	font-size: 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #6DC5F3;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	margin: -4px 0px 20px 0px;
	padding: 4px 0px;
	border-bottom: 1px #DCDCDC dashed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

.links {
}

.links a {
	display: block;
	width: 110px;
	height: 28px;
	padding-top: 2px;
	background: url(images/img07.jpg) no-repeat left top;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 230px;
    padding: 15px 0 0 35px;
}

.sidebar {
	float: left;
	padding: 0;
	color: #737373;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	background: #F7F7F7;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	border-bottom: 1px #DCDCDC dashed;
	background: none;
}

.sidebar li h2 {
	height: 26px;
	background: #6DC5F3;
	margin: 0 0 0 0;
	padding: 14px 15px 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.sidebar a {
	color: #5F5F5F;
}

.sidebar a:hover, a:visited {
	color: #BDBDBD;
}

.tour_packages ul {

  padding: 5px 0 0 100px;
/*  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;
}

/* Footer */

#footer {
	width: 850px;
	height: 31px;
	margin: 0 auto;
	padding: 0px;
    text-align: center;
	background: url(../images/footer.png) no-repeat left top;
}

#footer p {
	margin: 0;
	text-align: center;
    padding: 15px 0 0 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5D5D;
}

#footer a {
	color: #3399FF;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .link {
}

#footer .copyright {
}

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

.img_transparency {
  opacity:1;
  filter:alpha(opacity=100);
  padding: 10px;
  margin: 10px 10px 10px 10px;
  border: 1px dashed #ddc688;
}

.img_transparency:hover {
  opacity:0.5;
  filter:alpha(opacity=50);
}

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

.gbr_light_box {
    background-color: #E2E2E2;
    border: 1px solid #BFBFBF;
    padding: 10px;
}
.gbr_light_box a img {
    background-color: #fff;
    margin: 5px 10px 10px 10px;
    border: 1px dashed #ddc688;
    text-align: center;
    float: left;
}