/* Styles */
		body{
			margin: 0;
			padding: 0;
			font: 76% arial,sans-serif;
			background : url(http://static.collabrestate.com/designs/jay-lough-hayes-two/clb-jlhgh-container-backa.png) repeat-x fixed;
			text-align: center;
		}

		a{color:#000}
		.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;
			position: relative;
			clear: both;
		}
		div#wrapper{
			position: relative;
			float : right;
			width: 750px;
			background : url(http://static.collabrestate.com/designs/jay-lough-hayes-two/clb-jlhgh-wrapper-backa.png) repeat-y ;
			margin-top: 0px;
			margin-right: 0px;
			
		}

		/* Header */
		div#header{
			width: 750px;
			height: 300px;
			background : url(http://static.collabrestate.com/designs/jay-lough-hayes-two/clb-jlhgh-bannera.png) no-repeat;
			float : left;
			margin-left: 0px;

		}
		
		.agent-company{
			position:absolute;
			top:85px;
			right:5px;	 
			text-align: right; 
			color: #BFB04B; 
			font: bold small-caps 20px Times New Roman;			
		}
		
		.trailer{
			position:absolute;
			top:240px;
			right:5px;		
		}
		
		.twitter{
			position:absolute;
			top:5px;
			left:420px;		
		}

		/* Navigation */

		ul#navigation{
			float:right;
			width:750px;
			height:20px;
			margin-left:0px;
			margin-top:10px;
			list-style:none;
			font: 110% arial,sans-serif;
			padding: 3px 0px 0px 0px;
			background: #BFB04B;
		}

		ul#navigation li{
			display: inline;
			padding:0px 5px 0px 5px;
			border-right: 1px solid #452D0A;

		}
		ul#navigation a{
			text-decoration: none;
			padding:0px 0px 0px 0px;
			color: #452D0A;

		}
		ul#navigation a:hover{
			font: 100% arial,sans-serif;
			color:#2D4492;
		}
		ul#navigation li:hover{
			background: #fff;
		}

		ul#navigation li.last{
			border:none;
		}


		/* Content */

		div#content{
			width: 750px;
			clear:both;

		}

		div#content .content-text{
			padding: 20px;
		}
		
		div#content a{
			text-decoration: none;
			padding:0px 0px 0px 0px;
			color: #FB7A04;

		}

		/* Footer */
		div#footer{
			float: left;
			text-align: center;
			width: 750px;
			color: #BFB04B;
			height: 80px;
			border-top: 1px solid #BFB04B;
			border-bottom: 1px solid #BFB04B;

		}

		/* 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: #BFB04B;
		}
		div#content .listing-blurb-bar{
		  background: #452D0A;
		}

