body {
	background: #999966 url('../images/accommodations/background_rates.png') no-repeat fixed top left;
	color: #946331;
}

#trans_bg_horizontal {
   background-color: #FFFFFF;
   border: solid 1px #999966;
   filter: alpha(opacity=80);
   -moz-opacity: 0.80;
   opacity: 0.80;
}

#trans_bg_vertical {
   background-color: #FFFFFF;
   border: solid 1px #999966;
   filter: alpha(opacity=80);
   -moz-opacity: 0.80;
   opacity: 0.80;
}

#trans_bg_main {
   background-color: #FFFFFF;
   border: solid 1px #999966;
   filter: alpha(opacity=80);
   -moz-opacity: 0.80;
   opacity: 0.80;
}

#trans_bg_main img {
	border: 2px solid #999966;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
}

#page_header {
   color: #CCCCB0;
}

#overlay{ 
   background-color: #90905B;
}

* html #overlay{
   background-color: #90905B;
}

em {
	font-weight: bold;
    color: #B75F09;

}

#col_left {
	position:relative;
	width:310px;
	top: 10px;
	left:20px;
	border:1px dashed #CF6B09;
	background-color:#eee;
	padding:6px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#col_left {width:310px;}
		
#col_right {
	position:absolute;
	width:310px;
	top:185px;
	right:20px;
	border:1px dashed #CF6B09;
	background-color:#eee;
	padding:6px;
}
/* Again, "be nice to Opera 5". */
body>#col_right {width:310px;}