body {
	background: #437584 url('../images/home/background.png') no-repeat fixed top left;
	color: #056905;
}

#trans_bg_logo {
	top: 160px;
	position: absolute;
	z-index: 5;
	fixed;
}

#trans_bg_home {
	padding: 4px 4px 4px 4px;
	right: 50px;
	width: 550px;
	height: auto;
	filter: alpha(opacity=78);
	-moz-opacity: 0.78;
	opacity: 0.78;
	position: absolute;
	background-color: #BEC0A1;
	border: solid 1px #056905;
	font-size: 11px;
	font-weight: 595;
	z-index: 1;
}

#trans_bg_home img {
	border: 2px solid #056905;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
}

#trans_bg_home #noborder{
	border: 0px;
}

#trans_bg_horizontal_home {
   padding: 6px 6px 6px 6px;
   margin: 15px 0px 0px 0px;
   width: 100%;
   right: 60px;
   position: absolute;
   font-size: 11px;
   font-stretch: extra-expanded;
   z-index: 2;
   text-align: right;
   line-height: 170%;
}

#overlay{ 
   background-color: #5A878C;
}

* html #overlay{
   background-color: #5A878C;
}

#col_left {
	position:relative;
	width:280px;
	top: 95px;
	left: 30px;
	padding:0px;
	line-height: 170%;
	text-align: left;
}
	
/* 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:210px;
	top:90px;
	right:10px;
	padding:6px;
	color: #FFFFFF;
	line-height: 150%;
	font-size: 11px;

}

/* Again, "be nice to Opera 5". */
body>#col_right {width:310px;}

#menu_bar_bottom {
   bottom: 0px;
   text-align: center;
   position: relative;
   font-size: 11px;
   padding: 5px;
   line-height: 160%;
}
