	html, body{
		margin: 0;
		padding: 0;
	}

	body{
		font: 76% arial, sans-serif;
		background: #000000;
	}

	a{
		color: Black;
	}

	div#container{
		width: 950px;
		margin: 0 auto;
		
	}
	
	div#toolbar{
		float:right;
		width: 200px;
		position: relative;
	}
	
	div#toolbar-track{
		position: relative;
		width: 200px;
		float: right;
	
	}
	
	div#header h1{
		position: relative;
		float: left;
		width: 750px;
		height: 100px;
		margin: 0;
		padding-left: 0px;
		background: #fff url(http://static.collabrestate.com/designs/ambrosemoran/images/wr-am-mock-1-topphoto.jpg) no-repeat;
		color: black;	
	}

	.agent-car{
		position: absolute;
		left: 355px;
		top: 60px;
	}

	.agent-phone{
		position: absolute;
		right: 10px;
		top: 2px;
	}

	.agent-logo{
		position: absolute;
		right: 10px;
		top: 62px;
	}

	.agent-name{
		position: absolute;
		left: 95px;
		top:78px;
	}
	
	div#filler{
		float: left;
		width: 750px;
		height: 75px;
		background: #ffffff;		
	}

	ul#navigation{
		list-style: none;
		margin: 0px;
		font: 130% Gill Sans MT;
		padding: 15px 0px 5px 0px;
		color: #000000;
		text-align: left;
		float: left;
		width: 750px;
		height: 50px;
		background: #ffffff;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}

	ul#navigation li{
		display: inline;
		margin:0;
		padding:0 5px 0 5px;
		border-right: 1px solid #000;
	}

	ul#navigation li.last{
		border:none;
	}

	ul#navigation a{
		text-decoration: none;
	}


	div#content{
		float: left;
		width: 750px;
		bottom: 0px;
		background: #ffffff;
		color: #000000;
	}
	div#content .content-holder-padding{
	   display:block;
	   padding:5px;
	}

	div#footer{
		float: left;
		text-align: center;
		height: 30px;
		width: 773px;
		border-top: 1px solid #645854;
		color: #ffffff;
	}


	div#copyright{
		font: 4pt;
	}

