@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin:0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #654120;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
p {margin-top:0px;}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: center;
	background-image: url(../images/footer-back.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 60px;
	padding-left: 60px;
	height: 100%;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/top-bg-new.jpg);
	background-position: center top;
	width: 776px;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}
.oneColFixCtrHdr #header h1 {
	color: 422a14;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 72px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 475px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: lighter;
}
.oneColFixCtrHdr #menuContent {
	background-image: url(../images/nav-back.jpg);
	background-repeat: repeat-x;
	height: 41px;
	margin: 10px;
	padding-left: 12px;		
}
.oneColFixCtrHdr #menuContent2{
	background-image: url(../images/nav-back.jpg);
	background-repeat: repeat-x;
	height: 41px;
	margin: 10px;
	padding: 0px;	
}

.oneColFixCtrHdr #mainContent {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContentleftcol {
	float: left;
	display:inline;
	margin: 0px;
	padding: 0px;

}
.oneColFixCtrHdr #mainContentrightcol {
	float: right;
	width: 380px;
	background-color: #9c815a;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 20px;
	text-align: left;
	display:inline;
	margin: 0px;

}
.oneColFixCtrHdr #mainContentrightcolTOUR {
	float: right;
	background-color: #9c815a;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 20px;
	text-align: left;
	display:inline;
	margin: 0px;
	width: 95%;
}
.middle_box{
	margin-left:auto; 
	margin-right:auto; 
	width:100%;
	float:none;
}
.upload_box{
	float:right;
	width:150px;
	background-color:#FF9900;
	margin:10 0 0 0;
	padding:0 0 0 15px; 
	height:30px;
	justify;
	font-size:14px;
}
.oneColFixCtrHdr #mainContentrightcolRates {
	float: right;
	width: 94%;
	background-color: #9c815a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 20px;
	height: 477px;
	text-align: left;
	display:inline;
	margin: 0px;
}
.oneColFixCtrHdr #mainContentrightcolHelp {
	float: right;
	width: 94%;
	background-color: #9c815a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 20px;
	height: 1120px;
	text-align: left;
	display:inline;
	margin: 0px;
}
.oneColFixCtrHdr #mainContentrightcolDIR {
	float: right;
	width: 94%;
	background-color: #9c815a;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 20px;
	height: 477px;
	text-align: left;
	display:inline;
	margin: 0px;
}





.oneColFixCtrHdr #footer {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clr{
clear:both;
}
.advertise_head{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	width:400px;
	float:left;
	height:25px;
}
.advertise_block{
	border:1px solid #FFFFFF;
	float:left;
	width: 305px;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	margin:5px 5px 5px 5px;	
	padding:5px;
}
.advertise_top{
	width:187px;	
	font-size:12px;
	padding:6px;
	float:left;
	border: 0px solid red;
	margin-left:1px;
}
.advertise_top a{
	padding-top:-50px;
	color:#FFFFFF;
}

.advertise_bottom{
	width:100%;
	font-size:12px;
	padding:5px;
	text-align:justify;
}
.advertise_left{
	width:200px;
	height:100%;
	min-height:600px;
	float:left;
	margin:5px 5px 0px 0px;	
}

.advertise_right{
	width:auto;
	height:auto;
	float:left;
}
.category_block{
	border:1px solid #000000;
	float:left;
	width:100%;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	margin:5px 5px 0px 0px;	
}
.advertise_block_all{
	border:1px solid #000000;
	float:left;
	width:200px;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	margin:5px 5px 0px 0px;	
}
