html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
body, td {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
#page {
	margin-top: 10px;
	margin-bottom: 20px;
}


h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 0px;
	font-weight: bold;
}
.clear {
	clear: both;
}

h1 {
	font-size: 130%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 105%;
}

h2.sub {
 color: #840b15;
	font-size: 110%;
	border-bottom-width: 0px;
	border-bottom-style: none;
	text-transform: none;
}


.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	overflow: hidden;
	height: 1px;
}

a {
	color: #97181C;
	text-decoration: underline;
}
.message {
	background-color: #eeeeee;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
.image {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.center {
	margin-right: auto;
	margin-left: auto;
}

#logo {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}
#main-wrap {
	background-image: url(../images/apslo/page-bg.jpg);
	background-repeat: repeat-x;
}
#main {
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../images/apslo/main-bg.jpg);
	background-repeat: repeat-y;

}
#main-left-wrap {
	vertical-align: top;
	width: 221px;
	background-image: url(../images/apslo/left-top.jpg);
	background-repeat: no-repeat;
}
#main-left {
	background-image: url(../images/apslo/news.jpg);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;

}

#main-right-wrap {
	vertical-align: top;
	background-image: url(../images/apslo/right-top.jpg);
	background-repeat: no-repeat;
	width: 679px;
}
#main-right {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 639px;
}
#main-right li {
 background: url(../images/dot.gif) no-repeat 0px 3px;
 list-style: none;
 padding-left: 18px;
 margin-bottom:3px;
}



.box-error {
	color: #CC0000;
	background-color: #FFEAEA;
	border: 1px solid #CC0000;
	margin-bottom: 10px;
	background-image: url(../images/icone/error.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-error .title {
	font-weight: bold;
}

.box-note {
	color: #666666;
	background-color: #FFFFCC;
	border: 1px solid #666666;
	margin-bottom: 8px;
	background-image: url(../images/icone/note.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-note .title {
	font-weight: bold;
}

.box-ok {
	color: #009933;
	background-color: #EEF7DD;
	padding: 8px;
	border: 1px solid #339933;
	margin-bottom: 8px;
}
.box-ok .title {
	font-weight: bold;
}

.box-msg {
	color: #006699;
	background-color: #ECF9FF;
	border: 1px solid #006699;
	margin-bottom: 10px;
	background-image: url(../images/icone/msg.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-msg .title {
	font-weight: bold;
}

#privacy {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 90%;
	padding: 5px;
}
.noTopMargin {
	margin-top: 0px;
}
.noBotMargin {
	margin-bottom: 0px;
}
textarea.form  {
	width: 99%;
}

#ricerca {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}
#foto .cell {
	text-align: center;
	width: 120px;
}
#file li {
	margin-bottom: 3px;
}
.rss {
 float:right;
}
.form {
 background-color: #F5F5F5;
 border: 1px solid #CCCCCC;
}
.form-sepa {
 background-color: #CCCCCC;
 height: 1px;
 margin-top: 5px;
 margin-bottom: 5px;
 overflow: hidden;
}

