body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align:center; /*to align wrapper for IE5/win*/
}

#wrapper {
	width: 760px; /*can be whatever you want but must be here*/
	margin: 20px auto 20px auto; /* you can have whatever top and bottom margins you want but make sure the two side margins are set to auto*/
	position: relative; /*you must have this if any AP divs will be nested inside the main holder div*/
	text-align: left;
	}

#top {
	border-bottom: 10px solid #7F1D24;
	padding: 0 0 10px 0;
	}	

#nav {
	float: left;
	width: 190px;
	background-color: #002855;
	border-bottom: 10px solid #7F1D24;
	}

#button {
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
	}	
	
#contents {
	margin: 0 0 0 190px;
	padding: 20px 0 0 20px;
	border-bottom: 10px solid #7F1D24;
	}	

h1 {
	margin-top: 0;
	margin-bottom: 18px;
	font: bold 30px/1 Georgia, "Times New Roman", serif;
	color: #7F1D24;
	}

h2 {
	margin-top: 20px;
	margin-bottom: 4px;
	font: bold italic 20px/1.2 Georgia, "Times New Roman", serif;
	color: #7F1D24;
	}

h3 {
	font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 0;
	}

h4 {
	font: bold  12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	}	

p {
	margin-top: 0;
	margin-bottom: 20px;
	}	

#nav ul {
	list-style: none;
	border: 0;
	padding: 0;
	margin: 0;
	}
	
#nav li {
	text-align: left;
	border: 0;
	margin: 0;
	padding: 0;
	font: 11px/33px Verdana, Lucida, Arial, sans-serif;
	}
	
#nav li a {
	display: block;
	padding: 0 0 0 10px;
	color: #fff;
	text-decoration: none;
	border: 0;
	}
	
#nav li a:hover {
	font-weight: normal;
	background: #7f1d24;
	color: #fff;
	text-decoration: none;
	}

blockquote {
	font: 15px/20px Georgia, Times, "Times New Roman", serif;
	}

.left {
	float: left;
	padding: 0 12px 0 0;
	}
.right {
	float: right;
	padding: 0 0 0 9px;
	}

.clear {
	clear:both;
	}	
	
table {
	width: 100%;
	border: 1px solid #7f1d24;
	margin-top: 6px;
	}

table td {
	margin: 0;
	padding: 6px 9px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #7f1d24;
	}

table .header {
	font-weight: bold;
	color: #7F1D24;
	}

/* link styles */

a {
	color: #7f1d24;
	text-decoration: none;
	border-bottom: #7f1d24 1px solid;
	}
	
a:hover {
	background: #7f1d24;
	color: #ffffff;
	}

/* top link styles */

#top a {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	}
	
/* portfolio page styling */

#portfolio p { 
	margin-left: 30px; 
	}

/* property pages styling */

#property table {
	width: 350px;
	border: 1px solid #7f1d24;
	margin-bottom: 18px;
	}

#property th {
	text-align: right;
	color: #7f1d24;
	font-weight: normal;
	padding: 6px;
	border-bottom: 1px solid #7f1d24;
	}

#property td {
	padding: 6px;
	vertical-align: center;
	}

/*leasing styling */

#leasing th {
	text-align: right;
	font-weight: normal;
	color: #7f1d24;
	border-left: 1px solid #7f1d24;
	border-bottom: 1px solid #7f1d24;
	padding: 6px;
	vertical-align: top;
	}		