/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #F7F3EA;
}

img {
	border: none;
}

.commonareas {
	font-size: 14px;
}

#background {
	width: 850px;
	height: 600px;
	margin: 0px auto 0px auto;
	background-image: url(../images/background.gif);
}

#frame {
	width: 784px;
	height: 534px;
	margin: 0px auto 0px auto;
	background-color: #EDE5D1;
	border: 10px solid #A8866F;
}

#logo {
	height: 109px;
	padding: 0px 0px 0px 37px;
}

#page {
	width: 730px;
	height: 380px;
	margin: 0px auto 0px auto;
	background-color: #A8866F;
}

#navigation {
	height: 20px;
}

#navigation form {
	padding: 0px;
	margin: 0px;
}

#content {
	height: 354px;
	background-color: #F7F3EA;
}

#content #headline {
	height: 50px;
	width: 100%;
	padding: 20px 0px 0px 18px;
	color: #720335;
}

#content #text {
	height: 264px;
	padding: 0px 18px 0px 18px;
}

#content #left {
	width: 234px;
	float: left;
}

#content #right {
	width: 234px;
	float: right;
	margin: 0px 0px 0px 16px;
}

/* Content Styles */
#content #rent {
	margin-top: 30px;
	text-align: center;
}

#content #rent img {
	cursor: pointer;
}

#content p {
	margin: 0px 0px 0px 0px;
}

#content ul {
	padding: 0px;
	margin: 0px;
}

#content li {
	list-style: none;
}

#content li ul li {
	list-style: outside disc;
	margin: 0px 0px 0px 15px;
}

#content #headline a {
	font-size: 14px;
	color: #6A7029;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

#content #headline a:hover {
	color: #720335;
	text-decoration: underline;
}

#content #headline a.selected {
	font-style: italic;
	font-weight: bold;
	color: #720335;
}

#content #headline a.selected:hover {
	text-decoration: none;
}
/* End Content Styles */

#floorplanSelect {
	float: right;
	margin: 10px 15px 0px 10px;
}

#content #floorplan {
	text-align: center;
}

#content #gallery {
	height: 264px;
	padding: 0px 18px 0px 22px;
}

#content #gallery img {
	margin: 5px;
}

#footer {
	text-align: right;
	padding: 0px 17px 0px 0px;
}

/* popup styles */

#popup {
	margin: 0px;
}

#popup #background {
	width: 666px;
	background: none;
	background-color: #720335;
}

#popup #frame {
	width: 600px;
}

#popup #page {
	width: 546px;
	height: 380px;
	margin: 0px auto 0px auto;
	background-color: #A8866F;
}

#popup #content {
	height: 130px;
	background-color: #F7F3EA;
}