body {
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 20px;
	background-color: #333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 10px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #603;
	padding-bottom: 10px;
}

a {
	color: #930;
}
a:hover {
	color: #000;
}


#wrapper {
	margin: auto;
	width: 800px;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 15px;
	overflow: hidden;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
}
#header {
	height: 125px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#global-nav {
	padding: 10px;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/global-nav-bg.jpg);
	background-repeat: repeat-x;
}
.left {
	float: left;
}
.right {
	float: right;
	width: 250px;
	text-align: right;
}


#global-nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#global-nav ul li {
	list-style-type: none;
	display: inline;
}
#global-nav ul li a {
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#global-nav ul li a:hover {
	background-color: #000;
	text-decoration: underline;
	background-image: url(images/global-nav-bg-hover.jpg);
}

#main {
	padding: 15px;
	background-image: url(images/property-bg.jpg);
	background-repeat: repeat-x;
}
#main p {
	font-size: 16px;
	line-height: 24px;
}
#main li {
	font-size: 16px;
}

.property {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/property-bg.jpg);
	background-repeat: repeat-x;
	border: 1px dotted #333;
	margin-bottom: 20px;
}
.lighter {
	color: #666;
}
.highlight {
	color: #FFC;
}
#footer {
	padding: 15px;
	text-align: center;
	font-size: 12px;
	background-color: #000;
	color: #CCC;
}
#footer a {
	color: #099;
}

