.header { background: transparent; }
div.ubar {
	clear: both;
	text-align: center;
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding-bottom: 10px;
	background: transparent url(ubar.png) 50% 100% no-repeat;
}
ul.services-url {
	list-style-type: none;
	margin: 0 auto;
	width: auto;
	white-space: nowrap;
	text-align: center;
	font-size: smaller;
}
ul.services-url li {
	display: inline;
	margin: 0 1em;
}
a.teaser {
	display: block;
	border: 1px solid #ccc;
	margin: 1em;
	font-size: smaller;
	width: 160px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
a.teaser.geant {
	background-image: url(geant.gif);
	padding-bottom: 41px;
	float: left;
}
a.teaser.roedu {
	background-image: url(roedunet-iasi-160.png);
	padding-bottom: 51px;
	float: right;
}










div.apache-content hr {
   border: 1px outset #ccc;
   margin: 2px;
}

.about-content p {
   text-align: justify;
   text-indent: 1em;
}

.about-content p a {
   text-decoration: none;
}

.about-content ul {
   margin-left: 2em;
}

.fleft { float: left }
.fright { float: right }
.small { font-size: smaller; text-align: center;}
.center { text-align: center; margin: 0 auto; }
.clear { clear: both }
