<!--
.container_left {
	width:399px;
	height:230px;
background:url(http://www.salvageantiques.com/floating_window/images/brd_left.png) top left no-repeat;
}

.container_right {
	width:399px;
	height:230px;
	background:url(http://www.salvageantiques.com/floating_window/images/brd_right.png) top right no-repeat;
}

.topline {
	width:399px;
	height:230px;
	background:url(http://www.salvageantiques.com/floating_window/images/brd_top.png) left top no-repeat ;
	background-position: -1px 0px;
	
}
.bottomline {
	width:399px;
	height:236px;
	background:url(http://www.salvageantiques.com/floating_window/images/brd_bottom.png) left bottom no-repeat;
	background-position: -1px 230px;
	
}
.container {
	background: #fff;
	position:relative;
	width:389px;
	height:226px;
	left:5px;
	top:5px;
}
.fw_tit{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding-left:10px;
	padding-bottom:0px;
}
.fw_desc{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
-->