@charset "utf-8";

#content {
	width:788px;
	margin:0px auto;
	padding:20px 30px;
	text-align:left;
	background-color:#fff;
	border-width:0 1px;
	border-style:solid;
	border-color:#111dd0;
	}
	
#maincontent {
	float:left;
	width:450px;
	padding:0 25px 0 0;
	border-right:1px solid #a89e96;	
	}
	
#sidebar {
	float:right;
	width:278px;
	margin:0 0 0 -1px;
	padding:0 10px 0 24px;
	border-left:1px solid #a89e96;
	}
	
.floatout {
	float:left;
	height:12px;
	clear:left;
	}

* html #relative {
	position:relative;
	}
	
#bordercross {
	float:left;
	margin:-384px -416px -546px -173px;
	overflow:visible;
}
*:first-child+html #bordercross {
	margin:0 -416px -546px -363px;
}
* html #bordercross {
	position:absolute;
	left:-363px;
	top:0px;
	margin:0 -416px -546px 0;
	float:none;
}

.clear {
	clear:both;
	height:1px;
	}

