@import url("base.css");
@import url("header.css");
@import url("left.css");
@import url("middle_2cols.css");
@import url("footer.css");

.all {
	background: #ffffff;
}
.content {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}
.all .container {
	background: #fff;
	float: left;
	margin-left: -12px;
	position: relative;
	right: 100%;
	width: 200%;
	}
.all .leftcolumn {
	float: left;
	float: right;			      	
	padding-top: 47px;
	position: relative;        
	width: 237px;       
}
.all .main {
	float: left;
	left: 249px;
	margin-left: -50%;
	position: relative;
	width: 100%;
}
.all .middlecolumn {
	left:200%;
	margin: 10px 12px 0 265px;  
	overflow: hidden;
	position: relative;
}
.all .middlecolumnwrap {
	float: left;
	position: relative;
	right: 237px; 
	width: 50%;       	 
}
.all .rightcolumn {
	float: right;        	
	left:50%;
	padding-top: 186px;
	position:relative;
	width:102px;
}
