body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/wall_background.jpg);
	background-repeat: repeat;
	min-width:850px;
	background-color: #FFFFFF;
}

#wrapper {
	text-align:center;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#header {
	text-align: center;
	color: #333333;
}

#menu {
	text-align: center;
}

#content {
	background-color: white;
	text-align: left;
	width: 753px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#fp_content {
	background-color: white;
	text-align: left;
	width: 753px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-bottom: 20px;
}

#floorplans {
	clear: right;
	width: 700px;
	line-height: 1.4em;
	border-collapse: collapse;
	border: 4px solid #adbbca;
	color: #4f6480;
	background: #f0f0f0;
	margin-left: 15px;
}

#floorplan_hdr {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

#plan {
	text-align: left;
	width: 753px;
	vertical-align: top;
	top: 20px;
	position: relative;
}
#plan_num {
	font-size: 24px;
	font-weight: bold;
	color: #CC3300;
	margin-top: 50px;
	text-align: center;
}

#plan_dimen {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
#plan_desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.title {
	font-family: Arial, Helvetica;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
a:link {
	color: #0000FF;
}
.fp_caption {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
.odd {
	background-color: #CCCCCC;
}
.even {
	background-color: #CCFFCC;
}

