/* BEGIN Layout */

p {
  padding:0;
  margin:0;
}

.box{
    width: 900px;
    margin: 0 auto;
}


#header{
    width: 100%;
    height: 190px;
    line-height: 190px;
    margin: 20px 0;
    border: 1px solid #8A8275;
}

#content{
    width: 100%;
    margin: 0px;
    border: 1px solid #8A8275;

}

#footer{
    width: 100%;
    height:60px;
    line-height: 20px;
    margin: 20px 0 0 0;
    border: 1px solid #8A8275;

}

.content_box{
    width: 100%;
    min-height:300px;
    margin: 0px;
}

.search_area{
    width: 180px;
    height: 60px;
    line-height: 20px;
    padding: 0 0 0 20px;
}

.topmenu_area{
    padding: 0 20px;
    line-height: 20px;
    text-align: right;
}

.leftmenu_area{
    vertical-align: top;
    padding-left:20px;

}

.content_area{
    min-height: 280px
    height: 280px;
    padding: 0 20px;
    vertical-align: top;
	
}

.content_footer{
    height: 50px;
    /*background-image: url(images/content_footer.jpg);*/
    background-repeat: no-repeat;
}

.sitemap_title{
    width: 100%;
    height: 24px;
    margin: 0px;
    background-image: url(images/sitemap_header.jpg);
    background-repeat: no-repeat;

}


#home_teaser_lease, #home_teaser_rent {
	position: absolute; 
	width: 326px; 
	height: 371px; 
	padding: 1px;
}
#home_teaser_lease {
	background-image: URL(../gfx/user/image/content_2010/bg_teaser_lease.jpg); 	
}
#home_teaser_rent {
	left: 335px; 
	background-image: URL(../gfx/user/image/content_2010/bg_teaser_rent.jpg);
}
