/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#banner {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#logo{
	width: 250px;
	color: #000000;
	text-decoration: none;
}

#slogan {
	width: 375px;
	text-align: right;
}

#navigation, .thumbnail, .full, #location{
	display: none;;
}

#propertyimages, #footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.hide {
	display: block;
}
