<script language="javascript" src="BotBlocker.js.cfm"></script>
body {
	background-color : #999999;
	text-align : center;
}
			
body, p, td, th, li {
	font-family : Times New Roman, Times, Serif;
	font-size : 13px;
}

#Layout {
	width : 800px;
	height : 600px;
	background-color : #FFFFFF;
	text-align : left;
	margin : 0px auto;
}

#TopBar {
	height : 193px;
}

#NavBar {
	height : 33px;
}

#Content {
	padding : 20px 50px 0px 50px;
	vertical-align : top;
}

.sectionDivider {
	width : 37px;
}

.sectionSage {
	width : 194px;
	vertical-align : top;
	background-image : url("images/apartments/sectionBkg_sage.jpg");
	background-repeat : repeat-y;
}

.sectionThyme {
	width : 194px;
	vertical-align : top;
	background-image : url("images/apartments/sectionBkg_Thyme.jpg");
	background-repeat : repeat-y;
}

.sectionRosemary {
	width : 194px;
	vertical-align : top;
	background-image : url("images/apartments/sectionBkg_rosemary.jpg");
	background-repeat : repeat-y;
}

.sectionSage p,
.sectionThyme p,
.sectionRosemary p {
	margin : 10px 25px;
	font-weight : bold;
	text-align : center;
}
