/* Kelowna Townhomes - Base Styles */
@import url("layout.css");
@import url("nav.css");
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:url(../images/bg.jpg) top center no-repeat;
	margin:0;
	padding:0;
	line-height:18px;
}
a:link {text-decoration:none; color:#6D752A;}
a:visited {text-decoration:none; color:#6D752A;}
a:hover, a:active {text-decoration:underline; color:#333;}
a { outline: none; }
:focus { -moz-outline-style: none;}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */
.clear {clear:both;}