/* CSS Document for Pierluigi Contucci */

BODY, HTML { margin: 0px; padding: 0px; }

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	background: url('img/bg.jpg') no-repeat;
}

#status {
	position: absolute;
	left: 10px; top: 140px;
	text-align:left;
}

#menu {
	position: absolute;
	left: 10px; top: 200px;
	text-align: left;
	font-size: 15px;
}

#content {
	position: absolute;
	left: 250px; top: 25px;
	text-align: left;
	width: 70%;
}

.title { 
	font-size: 35px;
	text-align: center; 
	background: url('img/uni_logo.jpg') no-repeat;
	background-position: right;
}

.section { font-size: 18px; }

.text { line-height: 150%; }

UL { list-style: none; }
LI { line-height: 40px; }

A:link, A:visited, A:active, A:hover { color: #4A4A4A; text-decoration: none; }