@charset "utf-8";
/* Agents for Home Buyers CSS Document */
/* Copyright 2009 Agents for Home Buyers, LLC. All Rights Reserved */
/* Page Layout CSS */
* {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
html {
	height:102%;
}
#wrapper {
	margin: 20px auto;
	width: 740px;
}
#toplinks {
	width: 740px;
}
#logo {
	width: 740px;
}
#topred {
	height: 35px;
	width: 540px;
	float:left;
}
#topbrown {
	height: 35px;
	width: 200px;
	float:right;
}
#landscape {
	width: 540px;
	float:left;
}
#group {
	width: 200px;
	float: right;
}
#bottomred {
	height: 20px;
	width: 540px;
	float:left;
}
#bottombrown {
	height: 20px;
	width: 200px;
	float:right;
}
#content {
	float: left;
	width: 540px;
}
#menu {
	float: right;
	width: 200px;
}
.clearer {
	clear:both;
	height:0;
}
#footer {
	width: 740px;
}
