.content {
	position: absolute;
	top: 100px;
	color: #999;
/*	text-align: justify;*/
}
.content ol li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 2px solid #999;
	padding-left: 1em;
	padding-top: 0.5em;
	line-height: 1.2em;
	font-size: 0.95em;
	position: relative;
	padding-bottom: 3em;
}
.content ol li h3 {
	font-size:1em;
	background-color: #999;
	color: #fff;
	padding: 8px;
	padding-left: 13px;
	padding-right: 15px;
	position: absolute;
	top: -31px;
	left: 0em;
	line-height: 1em;
	font-size: 15px;
}
.content ol li h3 a {
	color: #fff;
}
#SingleContent {
	padding-left: 200px;
}
#LeftContent {
	width: 24%;
	left: 1%;
}
#Content {
	width: 35%;
	left: 29%;
}
#RightContent {
	width: 20%;
	left: 70%;
}
#MainContainer {
	overflow: auto;
}
#Navi {
	position: absolute;
}
