/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

#logo {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	text-align: right;
}

#content {
	width: 770px;
	margin: 0 auto;
}

#main {
	float: right;
	width: 500px;
	margin-top: 0px;
}

#sidebar {
	float: left;
	width: 225px;
	padding-left: 20px;
}

#menu, #menu_residents {
}

#menu ul, #menu_residents ul {
	margin-bottom: 16px;
	margin-left: -20px; /* this cancels out the sidebar padding */
	list-style: none;
}

#menu ul {
	border-bottom: 4px solid #D3D3D3;
}

#menu_residents ul {
	border-bottom: 1px solid #D3D3D3;
}

#menu ul li, #menu_residents ul li {
	display: inline;
}

#menu ul li a, #menu_residents ul li a {
	display: block;
}

#list {
	margin-right: 200px;
}

#search_options {
	width: 175px;
	float: right;
}

#footer {
	background: #EAEAEA url(/images/templates/border_footer.gif) repeat-x left top;
	clear: both;
	padding: 20px 0 20px 0;
	width: 770px;
	margin: 0 auto;
}
