body { 
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size: 14px; 
	color: #032135;  
	background: #fff;
	}
	
h1 {
	font-weight: normal;
	font-size: 20px;
	}
	
#wrapper {
	margin: auto;
	width: 880px;
	}
	
#homecontent { /*For index page */
	padding: 10px;
	position: absolute;
	top: 500px;
	}
	
#header {
	display: block;
	position: absolute;
	top: 10px;
	}
	
	
#mainmenu {
	display: block;
	position: absolute;
	top: 120px;
	}
	
#mainmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	
#mainmenu li {
	float: left;
	}
	
#mainmenu a { 
	display: block; 
	text-align: center; 
	text-decoration: none;
	font-size: 16px;
	color: #032135;  
	}
	
#mainmenu a.active { 
	display: block; 
	text-align: center; 
	text-decoration: none;
	font-size: 16px;
	color: #800000;  
	}
	
#mainmenu a:hover { 
	display: block; 
	text-align: center; 
	text-decoration: none;
	font-size: 16px;
	color: #800000; 
	text-decoration: underline;
	}
	
#mainmenu li.features { width: 99px; border-right: 1px solid #C0C0C0; }
#mainmenu li.floorplans { width: 99px; border-right: 1px solid #C0C0C0; }
#mainmenu li.photos { width: 99px; border-right: 1px solid #C0C0C0; }
#mainmenu li.location { width: 99px; border-right: 1px solid #C0C0C0; }
#mainmenu li.contact { width: 99px; border-right: 1px solid #C0C0C0; }
#mainmenu li.residents { width: 100px; }

#officehours {
	padding: 20px;
	font-weight: bold;
	}

#aptinfo {
	position: relative;
	top: 20px;
	background: url('../images/bottomdiv.jpg');
	height: 92px;
	padding: 10px;
	}

#footer {
	position: relative;
	top: 20px;
	font-size: 12px;
	}
	
#footer a {
	color: #032135;  
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
