html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url('../images/bg_top_medium.gif') #fff repeat-x;
}
#header {
	padding: 0;
	margin: 0;
	height: 463px;
}
#content {
	margin-bottom: 20px;
}
#comm_contact {
	width: 560px;
	margin: 0 auto 0 auto;
}
#comm_contact input {
	line-height: 23px;
}
#comm_contact #submit {
	line-height: normal;
	padding: 0;
}
#ask {
	margin: 10px 0 5px 0;
	font-family: Georgia;
	font-size: 23px;
	font-weight: bold;
}
#description {
	text-align: left;
	margin: 10px auto 10px auto;
	width: 560px;
}
table.table {
	width: 560px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-family: Arial !important;
	clear: both;
	margin-top: 15px;
}
table.table tr, table.table td {
	height: 15px;
	overflow:hidden;
}
table.table thead tr {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	background-color: #006F6F;
}
.even {
	background-color: #F2EAD9;
}
table.table td {
	padding: 5px;
}
.table a {
	color: #000;
}
.table a:hover {
	text-decoration: none;
}
.table tbody tr:hover {
	background-color: #e7d7b6;
}
#links {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 560px;
}
#links li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#links #back_floorplan {
	color: #000;
	background: url('../images/bg_back_to_plans.gif') no-repeat;
	background-position: 3px center;
	background-color: #CEAF6C;
	font-size: 14px;
	padding: 7px 7px 7px 20px;
}
#links #back_floorplan a {
	color: #000;
}
#links #prev_floorplan,#links #next_floorplan {
	color: #fff;
	background-color: #006F6F;
	font-size: 14px;
}
#links #prev_floorplan {
	background: #006F6F url('../images/bg_prev_plan.gif') no-repeat;
	background-position: 3px center;
	padding: 7px 7px 7px 20px;
}
#links #next_floorplan {
	background: #006F6F url('../images/bg_next_plan.gif') no-repeat;
	background-position: 102px; center;
	padding: 7px 20px 7px 7px;
}
label {
	font-family: Arial;
	font-size: 14px;
}