	 	 body{
			margin:0;
	 		padding:0;
	 		font: 76% arial,sans-serif;
	 		background: #000000;
	 	}

	 	a{
	 		color: #ffffff;
	 	}

	 	.agent-ray {
	 		position: absolute;
	 		top: 20px;
	 		left: 55px;
	 	}

	 	.ray-logo {
	 		position: absolute;
	 		top: 180px;
	 		left: 540px;
	 	}

	 	.ray-name {
	 		position: absolute;
	 		top: 200px;
	 		left: 120px;
			z-index: 1;
	 	}

	 	.ray-phone {
	 		position: absolute;
	 		top: 100px;
	 		left: 550px;
	 	}
		
		 .lake-photo {
	 		position: absolute;
	 		top: 50px;
	 		left: 210px;
	 	}
		
		.tartan-left{
			position: absolute;
	 		top: 0px;
	 		left:0px;
		}
		
		.tartan-right{
			position: absolute;
	 		top: 0px;
	 		left:645px;
		}
		
		.tartan-bottom{
			position: absolute;
	 		top: 298px;
	 		left:0px;
		} 

	 	div#container{
	 		width:960px;
	 		margin:0 auto;
	 	}

	 	ul#navigation{
			position: absolute;
	 		top: 5px;
	 		left:250px;
	 		margin: 0px;
	 		list-style:none;
	 		font: 110% arial,sans-serif;
	 		padding: 0px 0px 0px 0px;
	 	}

	 	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: 750px;
			border-left: 1px solid #083F3A;
			border-right: 1px solid #083F3A;
	 	}

	 	div#header{
	 		position: relative;
	 		width: 750px;
			height: 350px;
	 		margin: 0;
	 		color: #fff;
	 		background: #000;
	 	}
		
		div#content-text-padding{
			padding: 5px;
			}

	 	div#content{
			clear: both;
	 		width:750px;
	 		background: #05403A;
		 	}

	 	div#content .listing-title-bar{
	 		background: #05403A;
	 	}
	 	div#content .listing-blurb-bar{
	 		background: #05403A;
	 	}

	 	div#content div.content-text {
	 		margin: 10px;
	 	}

	 	div#footer{
	 		float: left;
	 		text-align: center;
	 		width: 750px;
	 		color: #ffffff;
			border-top: 1px solid #083F3A;
			border-bottom: 1px solid #083F3A;
	 	}

	 	div#copyright{
	 		font: 4pt;
	 	}

