	 	html,body{
	 		margin:0;
	 		padding:0;
	 	}

	 	body{
	 		font: 76% arial,sans-serif;
	 		background: #000000;
	 	}

	 	a{
	 		color: #ffffff;
	 	}

	 	.agent-carol {
	 		position: absolute;
	 		top: 43px;
	 		left: 0px;
	 	}

	 	.carol-logo {
	 		position: absolute;
	 		top: 160px;
	 		left: 580px;
	 	}

	 	.carol-name {
	 		position: absolute;
	 		top: 175px;
	 		left: 220px;
	 	}

	 	.carol-phone {
	 		position: absolute;
	 		top: 75px;
	 		right: 45px;
	 	}

	 	.water-photo{
	 		position: absolute;
	 		top: 42px;
	 		left: -10px;
	 	}

	 	div#container{
	 		width:980px;
	 		margin:0 auto;
	 	}

	 	.menu{
	 		position: relative;
	 		width: 750px;
	 		height: 30px;
	 		text-align: center;
	 		padding-top: 30px;
	 		color: #ffffff;
	 	}

	 	ul#navigation{
	 		margin: 0px;
	 		list-style:none;
	 		font: 120% arial,sans-serif;
	 		padding: 5px 0px 5px 0px;
	 		float: right;
	 		border-bottom: 1px solid #000;
	 	}

	 	ul#navigation li{
	 		display: inline;
	 		margin:0;
	 		padding:0 5px 0 5px;
	 		border-right: 1px solid #fff;
	 	}

	 	ul#navigation li.last{
	 		border:none;
	 	}

	 	ul#navigation a{
	 		text-decoration: none;
	 	}

	 	div#toolbar{
	 		float:right;
	 		width: 200px;
	 		position: relative;
	 	}

	 	div#toolbar-track{
	 		position: relative;
	 		width: 200px;
	 		float: right;
	 	}

	 	div#wrapper{
	 		width: 775px;
	 		background: url(http://static.collabrestate.com/designs/carolmorton/images/wr-cm-body-back.png);
	 		background-repeat: repeat-y;
	 	}


	 	div#header{
	 		position: relative;
	 		float: left;
	 		width: 750px;
	 		height: 290px;
	 		margin: 0;
	 		color: #ffffff;
			border-bottom: 1px solid #000;
	 		
	 	}

	 	div#content{
	 		width:750px;
	 	}

	 	div#content .listing-title-bar{
	 		background: transparent none;
	 	}
	 	div#content .listing-blurb-bar{
	 		background: transparent none;
	 	}

	 	div#content div.content-text {
	 		margin: 10px;
	 	}

	 	div#footer{
	 		float: left;
	 		text-align: center;
	 		height: 30px;
	 		width: 750px;
	 		color: #ffffff;
	 	}

	 	div#copyright{
	 		font: 4pt;
	 	}
