
body {
	background: #b21800;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
}

#container {
	width: 960px;
	margin: auto;
	height: 100%;
}

#header {
	width: 960px;
	/*border: 1px solid red;*/
	height: 107px;
}

#col1h {
	width: 320px;
	height: 45px;
	/*border: 1px solid red;*/
	float: left;
	background: url(images/agiorgio.jpg) top no-repeat;
}

#col1hadmin {
	width: 320px;
	height: 45px;
	/*border: 1px solid red;*/
	float: left;
	background: url(images/agiorgio.jpg) top no-repeat;
}

#col1 {
	clear: both;
	width: 300px;
	height: 440px;
	float: left;
	border-right: 1px solid white;
	text-align: left;
	padding: 10px;
}

#col2h {
	width: 321px;
	height: 45px;
	/*border: 1px solid red;*/
	float: left;
	background: url(images/appuntamenti.jpg) top no-repeat;
}

#col2hladmin {
	width: 620px;
	height: 45px;
	float: left;
}

#col2hl {
	width: 620px;
	height: 45px;
	float: left;
}

#col2 {
	width: 299px;
	height: 440px;
	float: left;
	border-right: 1px solid white;
	padding: 10px;
	overflow: scroll;
}

#col2l {
	width: 599px;
	height: 440px;
	overflow: scroll;
	float: left;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#col2ladmin {
	width: 599px;
	float: left;
	padding: 10px;
}

#col3h {
	width: 319px;
	height: 45px;
	/*border: 1px solid red;*/
	float: left;
	background: url(images/materiali.jpg) top no-repeat;
}

#col3 {
	width: 299px;
	height: 440px;
	float: left;
	padding: 10px;
}

#footer {
	margin-top: 10px;
	border-top: 1px solid white;
	font-size: 11px;
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 4px;
}

#smaller {
	font: 10px Arial, Helvetica, sans-serif;
}