* {
margin: 0; 
padding: 0; 
border: 0; 
}
body {
	background: #F0F4FA;
	text-align:center;
	min-width: 900px;	
}


#container {
	position: center;
	text-align:left; /* reset text alignment */ 
	width: 760px;
	background: url(../img/homepage.gif) top no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	width:760px;
	height:250px;
	margin-left:0px;
}

/* MENU -------------------------------------- */

#main-navigation {
	position: relative;
	top: 15px;
	width: 200px;
	margin-left: 20px;
}	
#main-navigation li {
	display:block;
	list-style-type: none;
	color: #B7008A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#main-navigation a {
	color: #28146e;
	text-decoration: none;
	font-weight: bold;
}
#main-navigation a:hover {
	color: #4b28c8;
	text-decoration: none;
}

/* END MENU -------------------------------------- */

/* PAGE -------------------------------------- */

#page {
	position: absolute;
	width: 435px;
	top: 250px;
	margin-left: 0px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 15px;
}

#pagebox1 {
	position:absolute;
	width: 180px;
	height:225px;
	top: 0px;
	background: #C5D1E0 url(../img/home_page03_top.gif) top no-repeat;
	padding:15px;
}
#pagebox2 {
	position:relative;
	width: 180px;
	height:225px;
	top: 0px;
	left: 230px;
	background: #FFF url(../img/home_page02_img.jpg) top no-repeat;
	padding:15px;


}
#pagebox3 {
	position:relative;
	height: 300px;
	width: 410px;
	top: 20px;
	background: #C5D1E0 url(../img/home_page03_top.gif) top no-repeat;
	padding:15px;

}

/* PAGE -------------------------------------- */

/* SIDEBAR -------------------------------------- */

#sidebar {
	position: relative;
	width: 270px;
	height: 845px;
	left: 465px;
	padding-top: 15px;
	padding-left: 25px;
	top: -235px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADEE4;
}

#rent{
	position: absolute;
	height: 85px;
	width: 130px;
	top: 30px;
	left: 15px;
	padding-bottom: 10px;
}
#buy{
	position: absolute;
	height: 85px;
	width: 130px;
	top: 30px;
	left: 155px;
	padding-bottom: 10px;
}
#rent a {
	background-image: url(../img/property-to-rent-off.gif);
	height: 85px;
	width: 130px;
	display: block;
	text-indent: -5000px;
	background-repeat: no-repeat;
}
#rent a:hover {
	background-image: url(../img/property-to-rent-over.gif);
	height: 85px;
	width: 130px;
	display: block;
	background-repeat: no-repeat;
}
#buy a {
	background-image: url(../img/property-to-buy-off.gif);
	height: 85px;
	width: 130px;
	display: block;
	text-indent: -5000px;
	background-repeat: no-repeat;
}
#buy a:hover {
	background-image: url(../img/property-to-buy-over.gif);
	height: 85px;
	width: 130px;
	display: block;
	background-repeat: no-repeat;
}

#sidebox1 {
	position:absolute;
	width: 240px;
	height:285px;
	top: 175px;
	left: 15px;
	background: #FFF url(../img/home_sidebar01_top.gif) top no-repeat;
	padding: 15px;
}
#sidebox2 {
	position:absolute;
	height: 300px;
	width: 240px;
	top: 510px;
	left: 15px;
	background: #CCC url(../img/home_sidebar02_top.gif) top no-repeat;
	padding: 15px;
}

/* END SIDEBAR -------------------------------------- */

/* FOOTER -------------------------------------- */


#footer {
	position: absolute;
	top: 860px;
	left: -465px;
	width: 760px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADEE4;
	padding-top: 1px;
	padding-bottom: 5px;
}

/* FOOTER -------------------------------------- */
