body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #277ED2;
	color: #ffffcc;
	text-align: center;
	margin:0;
	}
	
a, a img{
	border:none;
	outline:none;
	}
a:link, a:visited{
	color:#a3cc46;
	text-decoration:none;
	}
a:hover, a:active{
	color:#4fb0c7;
	text-decoration: underline;
	}
	
h1, h2, h3{
	font-weight:normal;
}

small{
	color:#FC0303;
}

#page {
	background-color: #00a4d6;
	margin: 0 auto 20px;
	padding: 0;
	width: 767px;
	text-align: left;
	}

.index #page {
	background-color: #277ED2;
	width: 960px;
}
#index_shim {
	background-color: #00a4d6;
	width: 767px;
}

#properties_banner{
	text-align:center;
	margin:0 auto;
	background: url(images/winter_collection_bg.jpg) repeat-x;
	}
	
#properties_banner img{
	border:none;
	outline:none;
	}
	
#header {
	padding-bottom:20px;
	background-color:#277ED2;
	background-image:url(images/cap.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:65px;
	}
	
#header .logo{
	float:left;
	}
	
#nav{
	float:right;
	}
	
#nav img{margin:0 3px;}

#content{
	padding:30px 60px;
	background-image:url(images/content_bg.gif);
	background-color:#002F65;
	background-repeat:repeat-y;
	width:647px;
	overflow:auto;
	_width:767px; /*ie6 fix */
	height:1%; /*ie6 fix */
	font-size:1.2em;
	line-height:1.5em;
	}
.index #content {
	height: 500px;
}

#content .nav
{
	float: left;
	width: 165px;
	margin-right: 16px;
	padding: 16px;
	background-color:#277ED2;
	/*border-right: 1px solid #277ED2;*/
}

#content .nav ul {
	margin: 0px;
	padding: 0px;
}
#content .nav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
#content .nav a:link, #content .nav a:visited
{
	color: #C2F250;
}
#content .nav a:hover, #content .nav a:active
{
	color: #5BD7F4;
}
	
#footer {
	padding-top: 20px;
	margin: 0 auto;
	width: 767px;
	clear: both;
	background-color:#277ED2;
	background-image:url(images/cap.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#ffffcc;
	font-size:.9em;
	_font-size:.75em;
	}
#footer a{color:#ffffcc;}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}