	 html,body{
	  	margin:0;
	  	padding:0;
	  }

	 body{
	  	font: 76% arial,sans-serif;
		background: url(http://static.collabrestate.com/designs/juliewhiteman/images/jw-body-background.jpg);
	  }

	 a{
	  	color: #000000;
	  }
	  




	  div#container{
	  	width:960px;
	  	margin:0 auto;
	  	position: relative;
	  }
	  
	  ul#navigation{
		margin: 0px;
		list-style:none;
		background: #DFCFA9;
		font: 120% arial,sans-serif;
		padding: 5px 0px 5px 0px;	
		float: right;		
	}
	
	  ul#navigation li{
		display: inline;
		margin:0;
		padding:0 5px 0 5px;
		border-right: 1px solid #000;
		}
	
	  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#menu{
	  	width:750px;
		height: 40px;
		background: #DFCFA9;
	  	text-align: right;
	  
	  }

	  div#header{
	  	width:750px;
	  	background:#DFCFA9;
	  	height:320px;
	  	color: #000000;
	  	border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		overflow:hidden
	  }




	  div#content{
	  	float:left;
	  	width:750px;
	  }
	  
	  div#content .listing-title-bar{
	   background:url(http://static.collabrestate.com/designs/juliewhiteman/images/beige-black-gradient.png);
	}
	div#content .listing-blurb-bar{
	   background:url(http://static.collabrestate.com/designs/juliewhite/images/beige-black-gradient.png);
	}
	
	div#content div.content-text {
 	    margin: 10px;
  }

	div#footer{
	  	float: left;
	  	text-align: center;
	  	height: 30px;
	  	width: 750px;
	  	border-top: 1px solid #645854;
	  	color: #000000;
	  }

	  div#copyright{
	  	font-size: 4pt;
	  }
	  

