body {
    background: url('../images/bg.jpg') repeat-x;
    background-color: #615f4c;
    color: #000;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
    text-align: center;
}

h1 {
    background: url('../images/header.gif');
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    padding: 7px 0 0 10px;
}

h2 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    margin: 15px;
}

h3 {
	background-color: #C7892E;
	color: white;
	font-size: .9em;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
}

p {
    font-size: .9em;
    line-height: 1.4em;
    margin: 15px;
	padding-top: 15px;
	margin-top: 0px;
}

.features li {
	background: url('../images/bullet_lt.gif') no-repeat 0 5px;
	line-height: 1.5em;
	padding-left: 15px;
	font-size: .9em;
	line-height: 1.3em;
	margin: 15px;
}

#nav {
	position: absolute;
    left: 12px;
	top: 194px;
	width: 900px;
}

#nav ul {
    margin-left: 27px;
	margin-top: 4px;
}

#nav  li {
	display: inline;
	float: left;
    height: 18px;
    list-style-type: none;
	text-align: center;
	padding: 0 7px 0 7px;
}

#nav a {
	color: #C7892E;
    font-size: .9em;
    font-weight: bold;
	text-decoration: none;    
}

#nav a:hover {
    color: #000;
	text-decoration; underline;
}

.here {
	color: #000;
	font-size: .9em;
    font-weight: bold;
	position: relative;
	text-decoration; none;
	top: 2px;
}

#container {
    margin: 0 auto;
    text-align: center;
	position: relative;
	width: 900px;
}
#content {
    border: 0px;
	background: url('../images/center_bg.jpg');
	width: 900px;
}
#form {
	margin: 0 auto;
	width: 800px;
}

#form table {
	width: 100%;
}

#form .box {
	border: 1px solid #d3d3a9;
}

#form h1 {
	color: black;
	font-size: .9em;
	padding: 0px;
	margin: 0px;
	padding-left: 4px;
	padding-top: 4px;
}

td {
	font-size: .8em;
	padding: 4px;
}
#floorplans li {
	background: url('../images/bullet.gif') no-repeat 0 50%;
	line-height: 1.5em;
	padding-left: 15px;
	margin: 5px;
}

#floorplans a {
	color: white;
}
