@import url("../base.css");
@import url("rheader.css");
@import url("rmiddle_1col.css");
@import url("rfooter.css");

body {
	background: #a1a1a1;    
}
.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; /* Leave */		       	
	position: relative;
	width: 12px;       
}
.all .main {
	float: left;
	left: 24px;
	margin-left: -50%;
	position: relative;
	width: 100%;
}
.all .middlecolumn {
	left: 200%;
	margin: 10px 12px 0 12px;
	overflow: hidden;  
	position: relative;
}
.all .middlecolumnwrap {
	float: left;
	position: relative;
	right: 12px;
	width: 50%;
}
.all .rightcolumn {
	float: right;
	left: 50%;
	position: relative;
	width: 12px;
}
