/* CSS Document */

body {
	padding: 30px;
	margin: 0px;
	height: 100%;
	background-color: #414141;
}

.bg {
	background-image: url(art/bg.jpg);
	background-repeat: repeat-y;
}

.footer {
	background-image: url(art/footer.jpg);
	background-repeat: no-repeat;
}

.header {
	background-image: url(art/header.jpg);
	background-repeat: no-repeat;
}

.navigation {
	background-image: url(art/navigation.jpg);
	background-repeat: no-repeat;
}

.navigation, .navigation a, .navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.footer {
	padding-right: 40px;
}

.footer, .footer a, .footer a:visited, .footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.contact, .contact a, .contact a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.contact a:hover {
	text-decoration: underline;
}

.featured-properties {
	width: 154px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.featured-properties, .featured-properties a, .featured-properties a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

.featured-properties a:hover {
	text-decoration: underline;
}

.featured-properties img {
	border: 1px solid #CCCCCC;
	padding: 1px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	padding: 0px;
	margin: 0px;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	padding-top: 5px;
	padding-right: 10px;
}

.main a, .main a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
}

.main img {
	float: right;
	padding-left: 10px;
}

img.property {
	float: none;
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}