* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 background-image: url(../images/bg3.jpg);
 background-color:#b1c8ad;
 background-repeat:repeat-x;
 margin: 0px;
 padding: 0px;
 font-size: 12px;
}
li {
padding:1px;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 background-color:#FFFFFF;
}
#header {
 width: 800px;
 padding:9px 0;
 float: left;
 background: #8AAA85;
}
#navigation {
 float: left;
 width: 800px;
 background-color:#FFFFFF;
}
#leftcolumn { 
 color: #333;
 min-height: 350px;
 width: 235px;
 float: left;
 margin-left: 25px;
 margin-top: 10px;
 margin-bottom: 10px;
 background-color: #FFFFFF;
 border-right:1px solid #FF6600;
}
div#rightcolumn { 
 float: right;
 
 color: #333;
 margin-top: 10px;
 margin-right: 16px;
 width: 499px;
 display: inline;
}
* html div#rightcolumn {
 float:none;

}
#body { 
 width: 800px;
 background-color: #FFFFFF;
 clear: both;
 padding-bottom:15px;
}

.menuItem {
height:40px;
}
.white_text {
	color: #FFFFFF;
}
img.floatLeft {
 float:left; 
 margin: 0px 8px 0px 0px;
}
img.floatRight {
 float:right; 
 margin: 0px 0px 0px 8px;
}

#footer {
 width: 770px;
 padding:15px;
 float: left;
 color:#FFFFFF;
 background: #8AAA85;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
.red_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F4415;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.countryList {
 padding-top:5px; 
 padding-bottom:5px; 
 background-color:#FFA208; 
 width:210px; 
 text-align:center;
}
.tourTitleBg {
 width:459px;
 height:14px;
 padding: 3px 20px 7px;
 background-color:#FE9F05;
 background-image: url(images/tourTitle_header.jpg);
 background-repeat:no-repeat;
}
.tourDescBg {
 width:499px; 
 height:57px; 
 background-image: url(images/tourDescription_pic.jpg); 
 background-repeat:no-repeat; 
 color:#FFFFFF; 
 font-size:15px; 
 text-align:center; 
 padding: 15px 0;
}
.itinLink {
 width:499px;
 height:20px; 
 text-align:center; 
 padding-top: 4px; 
 background-color:#FE9F05; 
 font-weight:bold;
}
.tourDesc {
 width:479px;
 background:#f5ec9e; 
 padding:10px; 
 border-bottom-style:solid; 
 border-bottom-color:#666666; 
 text-align:justify;
}
.tourItin {
 height:24px; 
 background-color:#FE9F05;
 background-image: url(tour_ite.jpg); 
 background-repeat:no-repeat; 
}
.dayOdd {
 background:#f1efe2; 
 padding:10px; 
 border-bottom-style:solid; 
 border-bottom-color:#666666; 
 text-align:justify; 
 padding-bottom:30px;
}
.dayEven {
 background:#faf4c4; 
 padding:10px; 
 border-bottom-style:solid; 
 border-bottom-color:#666666; 
 text-align:justify; 
 padding-bottom:30px;
}
.tourDetails {
 height:24px; 
 background-color:#FE9F05;
 background-image: url(tour_details.jpg); 
 background-repeat:no-repeat; 
}
.detailsOdd {
 background:#e9e1cf; 
 padding:10px; 
 border-bottom-style:solid; 
 border-bottom-color:#666666; 
 text-align:justify; 
 padding-bottom:30px;
}
.detailsEven {
 background:#e9d5a9; 
 padding:10px; 
 border-bottom-style:solid; 
 border-bottom-color:#666666; 
 text-align:justify; 
 padding-bottom:30px;
}
.roomBoard {
 clear:both;
 padding-top:15px;
}