@charset "iso-8859-1";
/* CSS Document */

html, body {
	height:100%;
	width:100%;
	overflow:auto;
	margin:0;
	background-color:#fff;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#4e311a;
}

p {	
	margin:0;
	padding:0;
}

a:link {
	color:#8c1616;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#8c1616;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#8c1616;
	font-weight:bold;
	text-decoration:underline;
}

a:active {
	color:#8c1616;
	font-weight:bold;
	text-decoration:underline;
}

#master {
	width:900px; 
	position:absolute;
	left:50%;
	margin-left:-450px;
}

#news {
	text-align:justify;
	position:relative;
	overflow:hidden;
	width:100%;
    height:100%;
	font-size:14px;
}

#curriculum {
	text-align:justify;
	position:relative;
	width:80%;
	font-size:14px;
}

#links {
	position:relative;
	overflow:hidden;
	width:100%;
    height:100%;
	font-size:14px;
}

#contatti {
	text-align:center;
	position:relative;
	font-size:14px;
}

#marqueecontainer {
	position:relative;
	width:625px; /*marquee width */
	height:85px; /*marquee height */
	overflow:hidden;
	border:0px solid #666;
	text-align:justify;
	margin-left:30px !important;
	margin:36px;
	margin-bottom:12px; 
}

.vmarquee_content {
	position:relative;
	font-size:11px;
	color:#000;
	font-family:"Courier New", Courier, monospace;
}

input#username {
	padding-left:14px;
	background-image:url(../admin/username.png);
	background-repeat:no-repeat;
	background-position:2px center;
}
input#password {	
	padding-left:14px;
	background-image:url(../admin/password.png);
	background-repeat:no-repeat;
	background-position:2px center;
}