body {
	background: url(../images/bg.jpg) no-repeat center top #434a42;
}
.clearall {
	clear: both;
}
h1 {
	font-family: 'Oswald', sans-serif;
	color: #81561b;
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: normal;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	opacity: 1;
	box-shadow: 0 0 10px #000000;
}
#header {
	width: 1000px;
	height: 200px;
	background: url(../images/headerbg.jpg);
	margin: 0 auto;
	margin-top: 50px;
}
#logo {
	width: 417px;
	height: 159px;
	margin-left: 50px;
	padding-top: 20px;
}
#leasinginfo {
	z-index: 9999;
	width: 417px;
	text-align: right;
	float: right;
	padding-right: 60px;
	margin-top: -155px;
}
#leasinginfo h2 {
	font-family: 'Oswald', sans-serif;
	color: #b1702c;
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: normal;
}
#leasinginfo h3 {
	font-family: 'Oswald', sans-serif;
	color: #354238;
	font-size: 22px;
	letter-spacing: 4px;
	font-weight: normal;
	margin-top: -25px;
}
#leasinginfo h4 {
	font-family: 'Oswald', sans-serif;
	color: #737b66;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: -25px;
}
#leasinginfo h4 a {
	color: #737b66;
	text-decoration: none;
}
#leasinginfo h4 a:hover {
	text-decoration: underline;
}
#nav {
	height: 21px;
	width: 1000px;
	background-color: #34382b;
	margin: 0 auto;
	margin-top: -20px;
}
#nav ul {
	list-style: none;
	margin-left: 40px;
}
#nav li {
	list-style: none;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 12px;
	color: #f1f1d9;
	float: left;
	margin-top: 4px;
	padding-right: 85px;
}
#content {
	width: 1000px;
	background-color: #c8cbb5;
	margin: 0 auto;
}
#slides {
	
}
#buttons {
	height: 120px;
	width: 1000px;
	background-color: #8e9483;
	z-index: 2;
}
.slidebutton {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 0.5s linear;
	z-index: 2;
}
.slidebutton:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
}
.slidebuttontext {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 12px;
	color: #f1f1d9;
	text-align: center;
	margin-top: 0px;
	z-index: 999;
}
.slidebuttontext a {
	color: #f1f1d9;
	text-decoration: none;
}
.slidebuttontext a:hover {
	text-decoration: underline;
}
#homecol1 {
	width: 500px;
	margin-left: 50px;
	float: left;
}
#homecol1 p {
	color: #000000;
	font: 17px/20px Garamond, "Times New Roman", serif;
	width: 475px;
}
#homecol1 li {
	font: 17px/20px Garamond, "Times New Roman", serif;
}
#homecol1 a {
	color: #000000;
	text-decoration: none;
}
#homecol1 a:hover {
	text-decoration: underline;
}
#homecol2 {
	width: 375px;
	padding-left: 25px;
	margin-right: 50px;
	margin-top: 25px;
	float: left;
}
#homecol2 p {
	color: #000000;
	font: italic 17px Garamond, "Times New Roman", serif;
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
}
#map {
	width: 375px;
	height: 450px;
}
#footer {
	width: 1000px;
	height: 30px;
	margin-top: 40px;
	background-color: #34382b;
}
#footer p {
	font: 14px/30px Garamond, "Times New Roman", serif;
	color: #f1f1d9;
	text-align: center;
}
#footer a {
	color: #f1f1d9;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}