@charset "utf-8";
/* CSS Document */

.mainDiv {
	width:958px;
	height:100%;
	text-align:center;
	margin: 0px auto 0px auto;

}
.leftnav {
	width: 159px;
	background-image: url(images/template/left-background.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	float: left;
	height: auto;
	min-height: 100%;
}
.bottom {
	width:100%;
}
.bottom-shadow {
	width:798px;
	background-image: url(images/template/bottom-shadow.jpg);
	margin-left: 159px;
	text-align:right;
	height: 20px;
	display: inline;
}
.main-content {
	margin-left:0px;
	float:left;
	width: 100%;
	background-image: url(images/template/full-background.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 0px;
	height: auto;
	min-height: 100%;
	padding-left: 0px;
	border: 0px;
	margin-right:0px;
}
.right-bottom-corner {
	/*set the div in the bottom right corner*/
	width:20px;
	text-align: right;
	display: inline;
}
.left-bottom-corner {
	/*set the div in the bottom right corner*/
		clear: left;
	width:100%;
	text-align: left;
	display: block;
}
.right-trim {
	float:right;
	width:21px;
	background-image: url(images/template/right_trim.jpg);
	height: 100%;
}
body {
	background-color: #A5A396;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:auto;
}
html {
height:auto;
}
table {
	font-size:11px;
}
.left-col {
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #9e9c8e;
}
.featured-destinations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.featured-destinations-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e5ab30;
}
a {
color:#7f9d31;
}

