			body{
				margin: 0;
				padding: 0;
				font: 76% arial,sans-serif;
				background: #22264C;
			}

			a{
				color:#E21F47;
			}


			.clear{
				clear: both;
			}

			.stripe{
				position: absolute;
				top: 10px;
				left: 0px;
			}

			.agent-grant{
				position: absolute;
				top: 10px;
				left: 20px;
				z-index: 2;
			}

			.grant-phone {
				position: absolute;
				top: 10px;
				right: 40px;
				z-index: 2;
			}

			.grant-logo {
				position: absolute;
				top: 120px;
				right: 30px;
				z-index: 0;
			}

			.grant-name {
				position: absolute;
				top: 170px;
				left: 15px;
				z-index: 4;
			}
			
			.grant-ptbo {
				position: absolute;
				top: 190px;
				left: 205px;
			}
			
			

			div#container{
				width:960px;
				margin:0 auto;
			}

			ul#navigation{
				clear: left;
				float: left;
				margin-top:258px;
				margin-left: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 #E21F47;
				
			}

			ul#navigation a{
				text-decoration: none;
			}


			ul#navigation a:hover{
				font: 100% arial,sans-serif;
				color: #fff;
			}

			ul#navigation li:hover{
				background: #2D4492;
			}

			div#toolbar{
				float:right;
				width: 200px;
				position: relative;
			}

			div#toolbar-track{
				position: relative;
				width: 200px;
				float: right;
			}

			div#wrapper{
				width: 750px;
				border: 2px solid #808080;
				float:left;
				margin:5px 0px 10px 0px;
				background: #fff;
			}

			div#header{
				position: relative;
				width: 750px;
				height: 275px;
				margin: 0;
				color: #fff;
				background: url(http://static.collabrestate.com/designs/grantgibson/images/wr-gg-header-back.png);
				border-bottom: 2px solid #808080;
			}

			div#content{
				clear: both;
				width: 750px;
				background: #E7E3ED;
			}

			div#content-text-padding{
				padding: 5px;
			}

			div#content div.content-text {
				margin: 10px;
			}

			div#content .content-text{
				padding: 10px;
			}

			div#content .listing-title-bar{
				background: #655F9A;
			}

			div#content .listing-blurb-bar{
				background: #E7E3ED;
			}



			div#footer{
				float: left;
				text-align: center;
				width: 750px;
				background: #E7E3ED;
				color: #000;
				border-top: 1px solid #808080;
			}

			div#copyright{
				font: 4pt;
			}

