/**
 * Styles for the rounded box.
 **/
/* media="all" hides styles from NS4.x only
   - so we'll put styles we want to hide from NS4.x here */
  
 /* common page elements */ 
  body {
	text-align:left;
	margin:0 auto;
	width:960px;
	border-left: 1px solid;
	border-right: 1px solid;
	position: relative;
	font-family: Arial, Tahoma, sans-serif;
} /* outer wrapper */

/* layout */
html {
position: absolute;
  height:100%;
  background: #8f9499;
}


  #right_col {
	text-align: right;
	background:url(images/right_col_bg.jpg) repeat-y right; width:212px;

}

.clear {
	clear:both;
}


#footer {
  position:absolute; bottom:0;
  height:21px; width:100%;
  padding:1px 0;
  background:url(images/footer.jpg) repeat-x #617085;
  	clear: both;
}



/* header */
.head {
	display:block;
	height:255px;
	background: url(images/header.jpg) top center;
	padding:0px;
}

#menu {
	position: absolute;
	top: 200px;
	left: 310px;

}


/* end header */




#right_col a {
	COLOR: #f1aba1; TEXT-DECORATION: none; font-family: Arial, Tahoma, sans-serif; font-size: 12px;
	
	padding: 3px;
}

#right_col div {
	background:url(images/right_col_u.jpg) no-repeat bottom; width:212px;
	padding: 4px 0px;
}

#search {
	COLOR: #f1aba1; font-family: Arial, Tahoma, sans-serif; font-size: 11px;
	text-align: center;
	padding: 4px 0px 10px 0px;
	margin:4px 0px 10px 0px;
}

#menu a {
		COLOR: #f1aba1; font-family: Arial, Tahoma, sans-serif; font-size: 16px; text-decoration: none;
}

h1{font-size: 1.6em;}

.news_entry {
	padding: 0px 4px 5px 4px;
	text-indent: 10px;
	text-align: justify;
}

/* additional style */

.obj { border: 1px; border-color: #7E8D9E; border-style: dotted;}
.obj2 { border: 1px; border-color: #7E8D9E; border-style: dashed;}

.price {
border: 1px solid #000;
font-family: Arial, Tahoma, sans-serif; font-size: 11px;
padding: 1px;
 border-collapse: collapse;
}
.price  td {border: 1px solid #000; padding: 2px; text-align: center; }
.room {font-size: 12px; text-decoration: underline; font-weight: bolder; COLOR: #f1aba1; background-color: #444E69;  }
.area {font-size: 12px; font-weight: bold; COLOR: #f1aba1; background-color: #444E69; text-transform: capitalize; }
.price_head {
	 COLOR: #f1aba1; background-color: #444E69;
	 font-size: 12px; font-weight: bold;
	text-transform: uppercase;
}
