#container {
}

#textBlockCenter {
	width: 95%;
	float: justify;
	padding: 30px;
}
#textBlockCenter p {
}
#textBlockCenter ul {
          list-style: none;
}
#textBlockCenter ul li {
}


#textBlockLeft {
	width: 45%;
	float: left;
	padding-left: 30px;
}
#textBlockLeft p {
}
#textBlockLeft ul {
}
#textBlockLeft ul li {
}

#textBlockRight {
	width: 45%;
	float: right;
	padding-right: 30px;
}
#textBlockRight p {
}
#textBlockRight ul {
}
#textBlockRight ul li {
}

#bottom {
	clear: both;
}

