body, html {
	color: #434343;
	background: #d2d2d2 url(../img/background) repeat-x;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-align: center;
	}
	
h1 {
	color: #7aa030;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.25em;
	}
	
h3 {
	color: #434343;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: .9em;
	}
	
p {
	margin: 0 0 1.25em 0;
	padding: 0;
	line-height: 1.45em;
	font-size: .8em;
	}
	
li {
	margin: 0 0 1.25em 0;
	padding: 0;
	line-height: 1.5em;
	font-size: .8em;
	}
	
img {
	border: 0;
	}
	

/* Main Structure */

#wrap {
	position: relative;
	background: #fff;
	margin: 0 auto; /* center, not in IE5 */
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 10px solid #6d8d24;
	padding: 0 4px;
	width: 800px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	text-align: left;
	}
	
#header {
	position: relative;
	background: transparent url(../img/header.jpg) no-repeat;
	width: 800px;
	height: 297px;
	}
	
#header h1 {
	position: absolute;
	top: 50px;
	left: 35px;
	display: block;
	width: 358px;
	height: 100px;
	text-indent: -9999px;
	}
	
.main-col {
	float: right;
	width: 415px;
	padding: 25px;
	}
	
.main-col img {
	border: 0;
	margin: 0 0 1.25em 0;
	}
	
#sidebar {
	position: absolute;
	top: 195px;
	left: 24px;
	z-index: 2;
	background: transparent url(../img/sidebar_bg.jpg) no-repeat;
	padding: 0 13px;
	width: 289px;
	height: 400px;
	}	
	
#sidebar img {
	margin-top: 4px;
	}
	
	
	
/* Navigaton */

#nav {
	position: absolute;
	top: 260px;
	left: 0;
	color: #fff;
	background: #000 url(../img/nav_bg.gif) repeat-x;
	width: 100%;
	height: 37px;
	}
	
#nav ul {
	margin: 0 0 0 364px;
	padding: 0;
	list-style: none;
	}
	
#nav li {
	display: block;
	float:left;
	color: #fff;
	background: transparent url(../img/nav_rule.gif) no-repeat top right;
	padding: 0 10px 0 0;
	margin: 11px 10px 0 0;
	height: 13px;
	line-height: 13px;
	font-size: .750em;
	}
	
#nav ul li a {
	color: #fff;
	text-decoration: none;
	}
	
#nav ul li a:hover {
	color: #a7cf49;
	}
	
#nav ul li a.selected {
	color: #a7cf49;
	text-decoration: none;
	}
	
#nav ul li.last {
	background: none;
	margin-right: 0;
	padding-right: 0;
	}

	
	
/* Sidebar Promos */
	
.tour-promo {
	background: transparent url(../img/tour_promo.jpg) no-repeat;
	margin-top: 4px;
	padding: 37px 159px 0 15px;
	width: 115px;
	height: 100px;
	text-align: center;
	}
	
.tour-promo p {
	line-height: 1.15em;
	font-size: .72em;
	margin: 2px 0 10px 0;
	}
	
.masco-promo {
	background: transparent url(../img/masco_promo.jpg) no-repeat;
	margin-top: 4px;
	padding: 35px 135px 15px 15px;
	width: 139px;
	height: 36px;
	text-align: center;
	}
	
	
#features ul li {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.25em;
	font-size: .8em;
	}
	
	
	
/* Other Elements */
	
.clearer {
	clear: both;
	line-height: 1px;
	height: 1px;
	}
	
.btn {
	background: transparent url(../img/btn.gif) no-repeat left top;
	padding-left: 10px;
	text-align:center;
	}

.btn a {
	display: block;
	color: #fff;
	background: transparent url(../img/btn.gif) no-repeat right top;
	padding: 0 10px 0 0;
	line-height: 24px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	}
	
.btn.dark {
	background: transparent url(../img/btn_dark.gif) no-repeat left top;
	}
	
.btn.dark a {
	background: transparent url(../img/btn_dark.gif) no-repeat right top;
	}

