@import "../css/general.css";

ul {
	list-style-type: square
}
#contentBg {
	background: url(../gfx/common/overOnsPageBg.jpg);
}
#contentFloatContainer {
	width: 953px;
	height: 503px;
}
#leftContainer {
	display: inline;
	float: left;
	width: 690px;
	height: 503px;
}
#rightContainer {
	display: inline;
	float: left;
	width: 263px;
	height: 503px;
}
#contentTitle {
	padding-left: 50px;
	padding-top: 59px;
	height: 196px;
}
#contentText {
	padding-top: 153px;
	height: 234px;
}
#certificateContainer {
	padding-top: 25px;
}
#contentMenu {
	width: 927px;
	text-align: right;
	padding-right: 26px;
}
