	body{
		margin: 0;
		padding: 0;
		font: 76% arial,sans-serif;
		background : url(http://static.collabrestate.com/designs/dangrady/images/wr-dg-black-gold-gradent.png) fixed ;
	}

	a{color:#fff}
	.clear{clear: both}
	.tiny{font-size:.9em}
	.ex-tiny{font-size:.7em}
	.strong{font-size:1.2em;font-weight:bold;}
	.ex-strong{font-size:1.5em;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;
	}

	/* Header */
	div#header{
		position: relative;
		width: 750px;
		height: 147px;
		margin-top: 0px;
		margin-left: 0px;
		background-image: url(http://static.collabrestate.com/designs/dangrady/images/wr-dg-top-black-rounded.png);
	}

	/* Navigation */

	ul#navigation{
		clear:right;
		position:relative;
		float:right;
		margin-right:5px;
		margin-top:131px;
		list-style:none;
		font: 110% arial,sans-serif;
		padding: 0px 0px 0px 0px;
		
	}
	ul#navigation li{
		display: inline;
		margin-right:3px;
		padding:0px 0px 0px 0px;
		margin-bottom: 0px;
		background: url(http://static.collabrestate.com/designs/dangrady/images/wr-dg-button.png);
	}
	ul#navigation a{
		text-decoration: none;
		padding:0px 15px 0px 15px;
	}
	ul#navigation a:hover{
		font: 100% arial,sans-serif;
		color:#fff;
	}
	ul#navigation li:hover{
		background-image : url(http://static.collabrestate.com/designs/dangrady/images/wr-dg-button-b.png);
	}

	ul#navigation li.last{
		border:none;
	}
	
	#team{
		background : url(http://static.collabrestate.com/designs/dangrady/images/wr-dg-gradient-middle.png) repeat-y;
		margin-left:0px;
		
	}

	/* Content */

	div#content{
		width: 750px;
		clear:both;
		background : url(http://static.collabrestate.com/designs/dangrady/images/wr-dg-gradient-middle.png) repeat-y;
	}

	div#content .content-text{
		padding: 20px;

	}

	/* Footer */
	div#footer{
		float: left;
		text-align: center;
		width: 750px;
		color: #fff;
		height: 80px;
		background : url(http://static.collabrestate.com/designs/dangrady/images/wr-dg-bottom-black-rounded.png) no-repeat;
	}

	/* 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: #B0CDCF;
	}
	div#content .listing-blurb-bar{
		background: #545893;
	}

