/* Position
-----------------------------------------*/
#content {
	margin: 0px 0px 0px 210px;
	padding: 0px 10px 0px 0px;
	}
#left {
	margin: 0px 10px 0px 10px !important;
	margin: 0px 10px 0px 5px;
	padding: 0px 0px 0px 0px;
    float: left;
	width: 188px;
	}
/* Float Container */
.flc { clear:both; }
.flc:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* IE6 work-around \*/
* html .flc { height: 1%; }
/* IE7 work-around */
html > body .flc { height: auto; max-height: 120000px; }

