body, html {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: 83%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #c0c0c0;
}

a:link {
	color: #373B92;
	text-decoration:none;
}
a:visited {
	color: #373B92;
	text-decoration:none;
}
a:hover {
	color: #496DB5;
	text-decoration:none;
}
a:active {
	color: #373B92;
	text-decoration:none;
}

  /* styles for IE 5 Mac */
 #site_wrapper2 {
	position: absolute;
	top: 0px;
	left: 0px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #site_wrapper2 {
   top: 0px;
	height: 100%;
   left: 0px;
   width: 100%;
   text-align: center;
   min-width: 855px;
 }
 /* end IE 5 hack */ 
 
#site_content {
	position: relative;
	text-align: left;
	width: 855px;
	height: 100%;
	top: 0px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-left: 1px solid Black;
	border-right: 1px solid Black;	
}

#heightfaker {
	height: 30em;
}


#topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:#b9060a;
	width: 855px;
	height: 4px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 99;
}

#main_content {
	position:relative;
	width:820px;
	height: 100%;
	z-index:2;
	left: 20px;
	top: 0px;
	overflow: auto;
	background-color:#FFFFFF;
}

#left_content {
	position: absolute;
	top: 0px;
	left: 46px;
	background-color:#FFFFFF;
	width: 340px;
	height: 100%;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	overflow: auto;
	padding-right: 0px;
	clear: left;
	z-index:0;
	text-align: left;
}

#right_content {
	position:relative;
	width: 100%;
	height: 100%;
	z-index:3;
	left: 0px;
	top: 0px;
	font-size: 1em;
	overflow: auto;
	background-color:#FFFFFF;
}

#logo {
	position:absolute;
	width:84px;
	height:29px;
	z-index:1;
	left: 46px;
	top: 25px;
}

#menu {
	position:absolute;
	width:370px;
	height:29px;
	z-index:1;
	right: 63px;
	top: 105px;
}

#menubar {
	position: absolute;
	top: 130px;
	left: 45px;
	background-color:#9a9999;
	width: 770px;
	height: 1px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 99;
}

#flash {
	position: absolute;
	left: 0px;
	width: 855px;
	height: 130px;
	top: 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 0;
}

#bottombar {
	position: absolute;
	left: 0px;
	background-color:#b9060a;
	width: 813px;
	height: 16px;
	top: 130px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 0;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: White;
	padding-left: 42px;
	padding-top: 1px;
}
	
	
#minvalue, #maxvalue, #beds{
	position:absolute;
	width:129px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 20px;
}
	
#maxvalue {
	left: 140px;
}
	
#beds {
	left: 280px;
}

#days {
	position:absolute;
	width:129px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 80px;
}

.searchfieldslegend {
	color: #8f8e8f;
	padding-left: 1px;
	text-transform: uppercase;
	font-size: 0.8em;
}

.searchtitle {
	color: #B9060A;
	padding-left: 1px;
	text-transform: uppercase;
	font-size: 1.1em;
}
