/* fixed width controls */
#wf_content_body
{
	min-width: 700px;
	width: 100%;
}

* html .ie_outer
{
	border-left:600px solid #fff;
	position:relative;
	float:left;
	z-index:1;
}

* html .ie_inner
{
	margin-left:-600px;
	position:relative;
	float:left;
	z-index:2;
}



/* Main Layout bits */
.wLayout
{
	background: #fff; /*variable*/
	border-left-color: #fff; /*variable*/
	border-left-style: solid;
	border-left-width: 0;
	border-right-color: #fff; /*variable*/
	border-right-style: solid;
	border-right-width: 0;
	display:block;
}


.wLayout, .wLeft, .wRight
{
	position:relative;
	min-height: 100px;
}

.wLeft, .wRight
{
	overflow: hidden;
	display: inline;
}

*html .wLeft, *html .wRight
{
	overflow-y: visible;
}

.w3col
{
	border-left-width: 139px; /*variable*/
	border-right-width: 169px; /*variable*/
}


.w3col .wOuterBuffer
{
	padding-top: 1px;
}

.w3col .wLeft
{
	margin-left: -139px; /*variable*/
	width: 139px; /*variable*/
	float: left;
                z-Index:1;
}

.w3col .wLeft .wOuterBuffer1
{
	position: relative;

	margin: 0 11px 0 0; /*variable*/
	padding: 18px 0 0 0; /*variable*/
	background: url(/images/template/left_column_header.gif) repeat-x top #5D3385; /*variable*/
}

.w3col .wLeft .wOuterBuffer1 .wInnerBuffer
{
	position: relative;
	padding: 1px 1px 18px 1px;
	background: url(/images/template/left_column_footer_small.gif) no-repeat bottom right #5D3385;
}

.w3col .wRight
{
	margin-right: -169px; /*variable*/
	width: 169px; /*variable*/
	float: right;
                z-Index:1;
}

.w3col .wRight .wOuterBuffer1
{
	position: relative;
	margin: 0 0 0 11px; /*variable*/
	padding: 18px 0 0 0; /*variable*/
	background: url(/images/template/right_column_header.gif) repeat-x top #008469; /*variable*/
}

.w3col .wRight .wOuterBuffer1 .wInnerBuffer
{
	position: relative;
	background: url(/images/template/right_column_footer_small.gif) no-repeat bottom left #008469; /*variable*/
}

* html .w3col .wRight .wOuterBuffer1 .wInnerBuffer
{
	padding: 0 0 1px 10px;
}

.w3col .wRight .wOuterBuffer1 .wInnerBuffer
{
	padding: 0 0 18px 10px;
}

.w3col .wRight .wOuterBuffer2
{
	position: relative;
	margin: 0 0 0 11px; /*variable*/
	padding: 0 0 0 0; /*variable*/
	background: none; /*variable*/
}

.w3col .wRight .wOuterBuffer2 .wInnerBuffer
{
	position: relative;
	padding: 0 0 18px 10px;
	background: none; /*variable*/
}
