@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	background:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin:0;
}
#wrapper {
	margin: 0 auto;
	width:960px;
	background:#FFF;
	
}
#home-gpx {
	cursor:pointer;
}
#close {
	float:right;
	cursor:pointer;
	clear:both;
	font-size:14px;
	font-weight:bold;
	margin:10px;
	text-transform:uppercase;
}
#video {
	display:none;
}
#nagivation {
	margin-top:-18px;
	background:#000;
	height:40px;
}
#feature {
	height:400px;
	background:url(../images/go_canada_go.jpg);
}
#content {
	background:#FFF;
	font-size:12px;
	line-height:18px;
}
#col_01 {
	width:260px;
	float:left;
	padding:10px;
}
#col_02 {
	width:640px;
	float:left;
	padding:10px;
}
#footer {
	float:right;
	font-size:10px;
}
#footer a {
	text-decoration:none;
	color:#000;
}
#property {
	width:205px;
	background:url(../images/property_arrow.png);
	background-position:right;
	background-repeat:no-repeat;
}

#col_01 h1 {
	color:#000;
	font-size:18px;
}

#col_01 h2 {
	color:#09F;
	font-size:14px;
}
#col_02 h1 {
	color:#CC9933;
	font-size:18px;

}
#col_01 .price {
	color:#C93;
}
#promo_text h1{
	font-size:28px;
	font-style:normal;
	line-height:34px;
	color:#C93;
}

#promo_text a{
	color:#0099FF;
	text-decoration:none;
}
#promo_text a:hover {
	color:#CCC;
}
#home_details {
	float:right;
	width:300px;
	border:1px #0099FF solid;
	padding:10px;
}
#events {
	width:300px;
	float:left;
	height:655px;
	overflow-y:scroll;
}
.event h2{
	font-size:12px;
	margin:0;
	padding:0;
}
.event h3{
	font-size:10px;
	margin:0;
	padding:0;
}


