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

.all {
	background: #ffffff;
}
.content {
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0 0 4px 3px #aaaaaa;
	box-shadow: 0 0 4px 3px #aaaaaa;
	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;
}
