body{
	margin:0;
	font-family:verdana,helvetica,sans-serif;
	background:#f4bf7c url(../img/bg-body.gif) repeat-x 0 0;
}
.main{
	width:648px;
	margin:0 auto;
}
/*	HEADER	*/
.header{
	padding:60px 0 0;
}
.header ul{
	height:17px;
	list-style:none;
	margin:0;
	padding:0;
	border:1px solid #fff;
	background:#d3611c;
	border-left:none;
	overflow:hidden;
}
.header li{
	float:left;
	height:17px;
	border-left:1px solid #fff;
	font-size:10px;
	text-transform:uppercase;
}
.header li a{
	float:left;
	height:15px;
	color:#fff;
   	text-decoration:none;
   	padding:2px 17px 0 18px;
}
.header li a:hover{
	background:#f4bf7d;
}
/*	CONTAINER	*/
.container{
	width:642px;
	height:424px;
	background:#fff;
	overflow:hidden;
	margin:7px 0 0;
	padding:3px;
}
/*	SIDEBAR	*/
.sidebar{
	width:265px;
	float:left;
}
.sidebar img{
	display:block;
}
.sidebar .brands{
	width:265px;
	height:100px;
	overflow:hidden;
	position:relative;
}
.sidebar a{
	position:absolute;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
}
a.metro{
	width:43px;
	height:43px;
	background:url(../img/brands/kw_black.jpg) no-repeat 0 0;
	top:7px;
	left:2px;
	z-index:25;
}
a.kerry{
	width:119px;
	height:84px;
	background:url(../img/brands/kerry.gif) no-repeat 0 0;
	top:2px;
	left:22px;
	z-index:10;
}
a.realtor{
    width:24px;
	height:23px;
	background:url(../img/brands/realtor.gif) no-repeat 0 0;
	top:53px;
	left:153px;
}
a.crs{
	width:24px;
	height:26px;
	background:url(../img/brands/crs.gif) no-repeat 0 0;
	top:53px;
	left:182px;
}
a.housing{
    width:26px;
	height:26px;
	background:url(../img/brands/equalhousing.gif) no-repeat 0 0;
	top:53px;
	left:212px;
}
/*	CONTENT	*/
.content{
	width:369px;
	height:419px;
/*	float:left;*/
	background:#fcefe0;
	margin:0 0 0 5px;
	padding:3px 0 0;
	overflow:hidden;
}
.content .scroll-carrier{
	position:relative;
	width:369px;
	height:400px;
	overflow:hidden;
	padding:0 0 0;
}
.main    .container    a:link  {
	color: #A95623;
}
.main .container a:visited {
	color: #A95623;
}
.main .container a:hover {
	color: #336600;
}
.content .scroll{
	position:absolute;
	top:0;
	left:0;
	width:369px;
}
.content .nav{
	width:369px;
	height:14px;
	overflow:hidden;
	padding:5px 0 0;
}
.content .nav a{
	display:inline;
	width:10px;
	height:9px;
	text-indent:-9999px;
	float:right;
	overflow:hidden;
	margin:0 14px 0 0;
}
.content .nav a.scroll-down{
	background:url(../img/btn-scroll-down.gif) no-repeat 0 0;
	margin:0 1px 0 0;
}
.content .nav a.scroll-up{
    background:url(../img/btn-scroll-up.gif) no-repeat 0 0;
}
.content h2{
	margin:-3px 0 0;
	padding:0 0 0 5px;
	font-family:"savoye LET",verdana,helvetica,sans-serif;
	font-weight:normal;
	font-size:40px;
	color:#d3611c;
}
.content p{
	font-size:10px;
	line-height:13px;
	margin:0;
	padding:0 5px 12px 12px;
	color:#636467;
}
.content p.right{
	padding-right:120px;
}
.content img.align-right{
	float:right;
	margin:0 8px 0 0;
}
/*	FOOTER	*/
.footer{
	clear:both;
	overflow:hidden;
	height:33px;
	padding:3px 0 0;
	margin:6px 0 0;
	background:#d3611c;
}
.footer p{
	text-align:center;
	margin:0;
	padding:0;
	font-size:10px;
	line-height:14px;
	color:#fff;
}
.footer p a{
	color:#fff;
	text-decoration:none;
}
.footer p a:hover{
	text-decoration:none;
}
