@charset "windows-1253";

.avatar {
	float: left;
}

.oloCl {
	width: 100%;
	min-width: 640px;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.topCl {
	background-color: #FF9;
	width: 100%;
	height: 46px;
/*	vertical-align: middle; */
}

.footerCl {
	background-color: #90F;
	width: 100%;
	float: left;
	height: 48px;
	font-size: 0.7em;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

.mainLeftCl {
	float: left;
	width: 80%;
	height: 100%;
	text-align: justify;
	background-image: url(../images/stripe.png);
}

.mainRightCl {
	float: right;
	width: 20%;
}

.mainCl {
	width: 100%;
}
