body {
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	background: url('/images/free_headerlogo.gif');
	width: 720px;
	height: 100px;
	margin: 0 auto;
}

#advert {
	position: relative;
	background: url('/images/free_advert.jpg');
	width: 720px;
	height: 100px;
	margin: 20px auto 0;
}

#logo {
	padding: 4px 0 0 10px;
}

#logo img {
	border: none;
}

#navigation {
	position: absolute;
	left: 300px;
	top: 41px;
}

#navigation a {
	margin: 0 10px;
	font: 14px arial;
	color: #fff;
	text-decoration: none;
}

#wrap {
	width: 720px;
	margin: 20px auto;
}

#sidebar {
	background: url('/images/free_sidebar.gif');
	width: 170px;
	height: 300px;
	margin: 0 20px 0 0;
	padding: 15px;
	font: 11px verdana;
	color: #fff;
}

#main {
	width: 500px;
	float: right;
}

#mls {
	width: 720px;
}

#footer {
	background: url('/images/free_footer.gif');
	clear: both;
	width: 720px;
	height: 50px;
	margin: auto;
}
