body {
	background-color: #FFFFFF;
	color: #AE0000;
}

/* Placement */
#wrapper {
	width: 800px;
}

#left {
	width: 190px;
	background-color: #FFFFFF;
	float: left;
	padding: 5px;
	text-align: center;
}

#left img {
	padding: 10px;
}

#right {
	width: 590px;
	margin-top: 75px;
	background-color: #FFFFFF;
	float: left;
	padding: 5px;
}

/* #right a {
	color: #8C0000;
} */

#footer {
	clear: both;
	width: 600px;
	font-size: 10px;
	border-top: 1px solid #AE0000;
	text-align: right;
}


/* Menu */

ul#navbar {
	border-top: 1px solid #AE0000;
	border-bottom: 1px solid #AE0000;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul#navbar li{
	list-style: none;
}

ul#navbar li a {
	color: #AE0000;
	text-decoration: none;
	display: block;
	padding: 5px 0px;
}

ul#navbar li a:hover {
	background-color: #EFEFEF;
}

a#navbar_here {
	background-color: #DFDFDF;
}

/* Headings */
h1 {
	color: #AE0000;
	border-top: 1px solid #AE0000;
	font-size: 30px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

h2 {
	color: #AE0000;
	font-size: 20px;
	padding: 3px 3px 13px 0px;
	margin: 0px;
}

h1 a {
	color: #AE0000;
	text-decoration: none;
}

h1 a:hover {
	color: #DE4040;
}

/* Sectional */

.sectional {
	width: 590px;
}

.sectional img {
	clear: both;
	float: left;
	border: 2px solid #8C0000;
	margin-top:10px;
	margin-bottom: 10px;
}

.subsectional {
	float: left;
	width: 276px;
	margin-top: 5px;
	padding: 0px 0px 10px 10px;
}

.subsectional h1 {
	border: none;
	float: left;
}

.subsectional h2 {
	float: left;
	margin: 0px;
	padding: 0px;
}

/* Apartment listings */

.listing {
	width: 590px;
	border-top: 1px solid #8C0000;
	padding-top: 5px;
	margin-bottom: 5px;
}

/* .listing img {
	clear: both;
	float: left;
	margin: 5px;
} */

.listing_img {
	clear: both;
	float: left;
	margin: 5px;
	text-align:center;
}

.listing_desc {
	float: left;
}

.listing a {
	text-decoration: none;
	color: #8C0000;
}

.listing a:hover {
	text-decoration: underline;
}

.maptxt {
	color: #000000;
}

/* Apartment listings for mobile sites*/

.mlisting {
	border-top: 1px solid #8C0000;
	padding-top: 5px;
	margin-bottom: 5px;
}

.mlisting img {
	clear: both;
	float: left;
	margin: 5px;
}

.mlisting a {
	text-decoration: none;
	color: #8C0000;
}

.mlisting a:hover {
	text-decoration: underline;
}

/* Email obfuscation */

#first,#second,#third,#fourth,#fifth,#sixth,#seventh,#eighth {
	float: left;
}

/* Fixing things */

.forms {
	color: #8C0000;
}

/* Fixing prettyphoto to hide stuff */
.hideme {
	display: none;
}