/*
	Copyright (c) 2006 - Alessio Pierobon (aka Sark)
	per Liceo Scientifico Statale Keplero

*/

/* Body e Html
****************************/
html,body {
	margin:0;
	padding:0
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	background-color:#002448;
	text-align:center;
}

/* Layout sito
****************************/

div#container {
	position:relative;
	width:940px;
	text-align:left;
	margin:0 auto;
	border-left:1px solid #000; 
	border-right: 1px solid #000;
}

div#header {
	height:130px;
	background-color:#1f446d;
}

#bannerSx {
	position:relative;
	width:130px;
	height:128px;
	background-image:url(../images/logo_keplero.gif);
	background-repeat:no-repeat;
}

#bannerDx {
	position:relative;
	left:130px;
	top:50px;
	width:600px;
	height:65px;
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;

}

div#bground {
	width:940px;
	background-image:url(../images/riga.gif);
	background-repeat:repeat-y;
}

div#contenutiSx {
	position:absolute;
	width:160px;
	margin-top:10px;
	left:0;
}

div#contenutiDx {
	margin-left:160px;
	width:720px;
	padding:2px;
}

div#contenutiDx1 {
	
	width:940px;
	background-image:url(../images/riga1.gif);
	background-repeat:repeat-y;
	padding:2px;
}

div#footer {
	text-align:center;
	padding:0.5em;
	background-color:#1f446d; 
	color:#FFFFFF;
	font-size:10px;
}

div#footer a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline
}

