#firmWEB {
	margin: 0;
	padding: 10px 0 0 10px;
	border: 2px solid #593B1D;
	width: 780px;
	background: #DECCAC;
	text-align: left;
	overflow: hidden;
}

#firmWEB #fw_box_left {
	float: left;
	width: 430px;
	text-align: left;
}

#firmWEB #fw_box_left #fw_box_left_top {
	width: 430px;
	height: 3px;
	background: url(/fw/firmweb/fwbox-bkgnd.gif);
}

#firmWEB #fw_box_left #fw_box_left_top #fw_box_left_top-c1 {
	float: left;
	width: 3px;
	height: 3px;
}

#firmWEB #fw_box_left #fw_box_left_top #fw_box_left_top-c2 {
	float: right;
	width: 3px;
	height: 3px;
}

#firmWEB #fw_box_left #fw_box_left #fw_box_center {
	clear:both;
}

#firmWEB #fw_box_left #fw_box_center #fw_box_left_side-l {
	float: left;
	width: 3px;
	height: 240px;
	background: url(/fw/firmweb/fwbox-bkgnd.gif);
}

#firmWEB #fw_box_left #fw_box_center #fw_box_left_video {
	float: left;
	width: 424px;
	height: 240px;
	background: #FFF;
}

#firmWEB #fw_box_left #fw_box_center #fw_box_left_side-r {
	float: left;
	width: 3px;
	height: 240px;
	background: url(/fw/firmweb/fwbox-bkgnd.gif);
}

#firmWEB #fw_box_left #fw_box_left_btm {
	clear: both;
	width: 430px;
	height: 3px;
	background: url(/fw/firmweb/fwbox-bkgnd.gif);
}

#firmWEB #fw_box_left #fw_box_left_btm #fw_box_left_btm-c1 {
	float: left;
	width: 3px;
	height: 3px;
}

#firmWEB #fw_box_left #fw_box_left_btm #fw_box_left_btm-c2 {
	float: right;
	width: 3px;
	height: 3px;
}


#firmWEB #fw_box_right {
	float: left;
	margin: 0 0 0 5px;
	width: 320px;
	text-align: left;
}

#firmWEB #fw_box_right #fw_box_right-url {
	width: 220px;
	height: 60px;
}

#firmWEB #fw_box_right #fw_box_right-copy {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	width: 320px;
	font: 12px Arial, Helvetica, sans-serif;
}

.clearHack {  /* use with <img src="/fw/firmweb/clear.gif" width="1" height="1" border="0" class="clearHack" /> */
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}


