/* mac hide\*/
html, body {height:100%} 
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:730px;/* for mozilla*/
	background: whitesmoke url(../images/apartment-bg.gif) fixed;
	color: #000000;
	font-family: arial, verdana, sans-serif;
}
#outer{
	height:100%;
	min-height:100%;
	width:728px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #fff;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#inner {/* enables content first */
	float:left;
	width:560px; /* width:598px; */
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:728px;
	height:125px;
	background: url(../images/apartment-review-header.jpg) #fff;
	border:1px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
	padding-top:137px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:165px;
	float:right;
	padding-top:137px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	
	min-height: 500px;
}

* html #right {/*only ie gets this style*/
	\height:330px;/* for ie5 */
	he\ight:330px;/* for ie6 */
}

#footer {
	width:728px;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-size: 12px;
	background-color: #fff;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	margin-top: 10px;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centercontent {
	width:390px;
	float:right;
	padding-top:137px;
	padding-bottom:32px;/* needed to make room for footer */
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px dotted #ccf;
	border-right: 1px dotted #ccf;
}
#centercontent p {
	text-align: justify;
	font-size: 12px;
	text-indent: 12px;
}

#centercontent ul li {
	list-style-image: url(../images/arrow-li.gif);
	font-size: 12px;
}

#centercontent ul ul li {
	list-style-image: none;
	list-style-type: circle;
	font-size: 12px;
	text-align: justify;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

h1 {
	border: 1px solid #000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: url(../images/apartment-bg.gif) #eef;
	padding: 3px;
	margin-top: 0px;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px dotted #ccf;
	border-bottom: 1px dotted #ccf;
	padding: 3px;
	margin-bottom: 20px;
}

h3 {
	clear: both;
	font-weight: bold;
	font-size: 12px;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	text-decoration: underline;
	color: #00f
}

#footer p {
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#left ul {
	width: 145px;
	margin: auto;
	list-style: none;
	padding-left: 3px;
	padding-right: 3px;
}

#left ul li {
	border-bottom: 1px solid #ccf;
	border-right: 1px solid #eef;
	border-left: 1px solid #efefff;
	font: bold 12px arial,verdana;
	padding: 1px 0 1px 3px; 
}

#left ul li a:link, #left ul li a:visited, #left ul li a:active {
	text-decoration: none;
	color: #66c; /* #aaf */
	display: block;
}

#left ul li a:hover {
	text-decoration: none;
	color: #000;
	display: block;
	background: #eef;
}

#navbottom {
	clear: both;
	width: 350px;
	height: 34px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin: auto;
	padding-top: auto;
	padding-bottom: auto;
	margin-top: 40px;
	margin-bottom: auto;
}

#navbottom a:link, #navbottom a:visited, #navbottom a:active {
	color: #bbf;
	text-decoration: none;
	display: inline;
}

#navbottom a:hover {
	color: #66f;
	text-decoration: none;
}

a:link, a:visited, #a:active  {
	text-decoration: none;
	color: #00a;
}

a:hover {
	text-decoration: underline;
	color: red;
}

.floatleft {
	float: left;
	position: relative;
	padding: 0 4px 4px 0;
}

.floatright {
	float: right;
	position: relative;
	padding: 0 0 4px 4px;
}

.clear {
	clear: both;
	height: 15px;
}
/**/
/**/