/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background: #4F4F4F url(../img/bg.jpg); /*replace background img here*/
	background-position:center top;
	background-repeat:repeat-x;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	color: #4F4F4F;
	padding: 0;
	margin: 0;
	}
	
body { 
	font-size:62.5%;
	}

#wrap {
	width: 100%;
	height: 100%;
	}
	
#container {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	position:relative;
	}
	
#header {
	height: 87px;
	background: #FFFFFF url(../img/header_bg.gif); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#animation {
	width: 900px;
	height: 162px;
	background: #FFFFFF url(../img/ani_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#content {
	width: 900px;
	height: 288px;
	background: url(../img/content_bg_new.gif); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	position:relative;
	font-size:1.2em;
	}
		
	#property-management {
		float:left;
		width: 400px;
		height: 115px;
		margin-top: 24px;
		margin-left: 26px;
		_margin-left: 13px;
		}

	#property-management p {
	text-align:justify;
	font-size:1.4em;
	}
		
	#iRest {
	width:182px;
	float:left;
	margin: 25px 0 0 35px;
	}
	
	#iRest a#tenant{
	width:181px;
	height:62px;
	background:url(../img/bg-iRest-tenant.gif) no-repeat 0 0;
	text-indent:-99999px;
	display:block;
	float:left;
	}
	
	#iRest a#owner{
	width:181px;
	height:64px;
	background:url(../img/bg-iRest-owner.gif) no-repeat 0 0;
	text-indent:-99999px;
	display:block;
	float:left;
	margin-top: 22px;
	}
	
	#appraisal {
	    position:absolute;
		width: 100px;
		top: 56px;
		left: 687px;
		}
		
	#wishlist {
	    position:absolute;
		width: 100px;
		top: 116px;
		left: 687px;		
		}
		
		a.homelinks {
			color: #7A7A7A;
			text-decoration:none;
			font-size: 1.0em;
			}
		
		a:hover.homelinks{
			color: #7A7A7A;
			text-decoration:none;
			font-size: 1.0em;
			}
		a#find-out-how {
		background: #fff url(../img/find-out-how.gif) no-repeat 0 0;
		width: 120px;
		display:block;
		padding-top:27px;
		}
		
		#rent-feature {
		background: #fff url(../img/bg-21-ways.jpg) no-repeat 0 0;
		width: 206px;
		height:264px;
		float:right;
		margin:24px 26px 0 0;
		_margin:24px 13px 0 0;
		}
		
		a#how-much-rent {
		background: #fff url(../img/free-report.gif) no-repeat 0 0;
		width: 141px;
		display:block;
		padding-top:20px;
		margin: 72px 0 0 68px;
		}
		
#clear {
	clear: both;
	}
	
#bottom {
float: left;
	width: 730px;
	_width: 735px;
	height: 48px;
	background: #4F4F4F url(../img/bottom_bg.gif); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
#bottom_right {
	width: 160px;
	height: 15px;
	background: #4F4F4F;
	float: right;
	text-align: right;
	color: #606060;
	padding-top: 25px;
	padding-right: 5px;
	}

#footer {
float: left;
	width: 450px;
	height: 15px;
	background: #4F4F4F;
	text-align: left;
	color: #606060;
	padding-left: 5px;
	}	
	
	#footer  a {
		color: #606060;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer  a:hover{
		color: #6A6A6A;
		text-decoration:none;
		font-size: 1em;
		}

#footer_right{
	float: right;
	width: 400px;
	height: 15px;
	background: #4F4F4F;
	text-align: right;
	color: #e8e8e8;
	padding-right: 5px;
}