	body{
		margin: 0;
		padding: 0;
		font: 76% arial,sans-serif;
		background : #000;
		color: #fff;
	}
	a{color:#fff}
	.clear{clear: both}
	.tiny{font-size:.9em}
	.strong{font-size:1.2em;font-weight:bold;}
	div#header h1{padding:0;margin:0;}

	/* Columns */
	div#container{
		width:960px;
		margin:0 auto;
	}
	div#wrapper{
		position: relative;
		width: 750px;
		float:left;
		margin:0px 0px 0px 0px;
		border-left: 1px solid #FDCD10;
		border-right: 1px solid #FDCD10;

	}

	/* Header */
	div#header{
		position: relative;
		height: 300px;
		background : url(http://static.collabrestate.com/designs/billsmith/images/wr-bs-main-header.jpg);
	}

	
	.palettes{
		margin-top: 245px;
	
	}

	/* Navigation */


	/* Content */
	div#content{
		width: 750px;
		clear:both;
	}
	div#content .content-text{
		padding: 10px;
	}

	/* Footer */
	div#footer{
		float: left;
		text-align: center;
		width: 750px;
		color: #fff;
		height: 80px;
		border-top: 2px solid #FDCD10;
		border-bottom:2px solid  #FDCD10;
	}

	/* Toolbar overrides */
	div#toolbar{
		float:right;
		width: 200px;
		position: relative;
	}
	div#toolbar-track{
		position: relative;
		width: 200px;
		float: right;
	}

	/* WebRealtr overrides */
	div#content .listing-title-bar{
		background: #FDCD10;
	}
	div#content .listing-blurb-bar{
		background: #000;
	}
