/*
andreas05-alternative - an open source xhtml/css website layout
by Andreas Viklund (http://andreasviklund.com).
Made for OSWD.org, free to use as-is for any purpose as long as the proper
credits are given for the original design work.
Version: 1.0, September 27, 2005

Deeply modified by Carlo Perassi.

Made unrecognizable by Timothy Montler 20061016, 20090730, 20141009
*/

/*
@font-face {
		font-family: 'Aboriginal Sans';
		src: url('AboriginalSansREGULAR.ttf');
	}

body {
padding:0;
margin:0;
font:76% "Aboriginal Sans", sans-serif, syntax, sans-serif; 
background-color:#ffffff;
color:#222222;
}
*/


@font-face {
		font-family: 'Arial';
		src: url('arial.ttf');
	}

body {
/* padding:0;
margin:0;
font:76% "Arial", sans-serif, syntax, sans-serif; */
font:100% "Arial", sans-serif, syntax, sans-serif; 
background-color:#ffffff;
color:#111111;
}

a {
text-decoration: none;
background-color:inherit;
/* font-weight:bold; */
font-weight:normal; 
color:#A80F0F;
}

a:hover {
background-color:inherit;
color:#D41111;
}

h1 {
margin:0;
font-size:3.6em;
letter-spacing:-3px;
background-color:inherit;
color:#505050;
}

h2 {
margin:5px 0 10px 0;
font-size:1.8em;
letter-spacing:-1px;
font-weight:normal;
}

h3 {
margin:5px 0 10px 0;
font-size:1.2em;
letter-spacing:-1px;
font-weight:normal;
}


/*p {
margin:0 0 15px 0;
line-height:1.5em;
font-weight:normal; 
}
*/

th {
    text-align: left;
}

td {
    text-align: left;
    width: 338px;
}

img {
/*border: 3px;
float:left;*/
    padding: 0px 20px 0px 20px;
    margin: 20px;
}

/* carlo */
ul {
float: left;
list-style-type: none;
padding: 0px 0px 0px 0px;
}


#title{
margin:60px 0 10px 0;
/*margin:20px auto -9px auto;*/
width:750px;
}

#container{
margin:20px auto 15px auto;
width: 800px;
height:auto;
padding:10px;
background-color:#ffffff;
color:#222222;
border:1px solid #9D142D;
}

#sidebar{
float:right;
width:200px;
padding-right:50px;
/* border-right:1px solid #A80F0F; */
}

#main{
width:800px;
height:auto;
padding-left:20px;
font-size:1.5em;
font-weight:normal; 
/* border-left:1px solid #ffffff; */
float:left;
}

#main table {
    table-layout: auto;
    width: 100%;   
}

#column1 {
	width:320px;
	padding-left:20px;
	float:left; 
}
#column2 {
	width:320px;
	padding-left:5px;
	float:right; 
}

#footer {
/*clear: both;*/
/*padding-top:10px;*/
border-top:1px solid #9D142D;
text-align: center;
}

#footer p {
text-align: center;
}


.menu{
display:block;
width:160px;
padding:2px 2px 2px 2px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#9D142D;
border:1px solid #ffffff;
}

.menu:hover {
background-color: #ffffff;
color: #D41111;
border: 1px solid #9D142D;
}

