 form {
	margin:0;
	margin-bottom:10px;
}


#column_left {
	height:820px;
	position:relative;
	float:left;
	width:534px;
	margin-left:32px;
}

* html #column_left {
	margin-left:16px;
}

#column_right {
	position:relative;
	float:right;
	height:820px;
	margin-right:32px;
	width:280px;
}

* html #column_right {
	margin-right:16px;
}

#box {
	background-color:#6e695c;
	background:  url(../images/home/box_home_bg.jpg) repeat;
}
#box_left {
	display:block;
	width:534px;	
	height:510px;
	background: url(../images/home/box_home_534x31.jpg) no-repeat bottom left;
	border-top: 1px solid #fff;/*pushes the top of the layer*/
}

#box_right {
	display:block;
	width:281px;
	height:444px;
	background: url(../images/home/box_home_281x25.jpg)  no-repeat bottom left;
	border-top: 1px solid #fff;/*pushes the top of the layer*/
}



#box_right .search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:13px;
	color:#4D4D4D;
	border: 1px solid #4D4D4D;
	border-top: 1px solid black;
	border-left: 1px solid black;	
	background-color:#9b9892;	
	width:150px;
}
* html #box_right .search {
	height:18px;
}
#box_right select {
	background-color:#9b9892;
	font-size: 11px;
}

#box_right .search:hover, #box_right select:hover {
	background-color:#fff;	
	font-size: 11px;
}

#box_right .form-title {
	color:#3A332A;
	font-size: 10px;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	font-weight: bold;
}

#photo_presenter {
	margin:13px;
	width:509px;
	height:382px;
	z-index: 1;
	position:relative;
	overflow: hidden;
}

* html #photo_presenter {
	margin:12px;
}

#photo_presenter div#label {
	position:absolute;
	top: 0px;
	left: 0px;
	width:509px;
	height:382px;/*should be less as there is a padding of 365px*/
	z-index: 1;
	padding-top:365px;
	padding-left:10px;
	color:#C9C3B9;
	background: url(../images/home/photo-mask.png) no-repeat top left;	
}

/* ie le 6 */
* html #photo_presenter div#label {
	behavior: url(css/iepngfix.htc);
}

#photo_presenter div#img_holder {
	position:absolute;
	top:1px;
	left:1px;
	z-index: 0;
	display:block;
}

#mapHolder {
	position:relative;height:158px;width:280px;border-top: 1px solid black; border-bottom: 1px solid black;
}

* html #mapHolder {
	height:160px;
}


#box h2 {
	color:#3A332A;
	margin: 13px;
	letter-spacing:normal;
}
#box h3 {
	color:#3A332A;
	font-weight: bold;	
}

#box p {
	color:#fff;
	margin: 13px;
}

#home_news {
	position:absolute;
	top:560px;
}

.home_news_box {
	float:left;
	width:170px;
	height:auto;
	margin-left:12px;
}
.home_news_box h2 {
	margin-top: 10px;
	height:30px;
	margin-bottom: 0px;
}



* html .home_news_box h2 {
	height:10px;
}

#featured_destination {
	position:absolute;
	top:495px;
}

#featured_destination h2 {
	margin-top: 10px;
	height:30px;	
	margin-bottom: 0px;
}

* html #featured_destination h2 {
	height: 10px;
}
