/* GENERAL STYLE */

body { 
margin: 0 auto;
padding: 0;
text-align: center;
background-image: url(/images/main_bg.gif);
background-repeat: repeat-x;
background-attachment: fixed;
background-color: #214f42;
margin-bottom: 25px;
}

#container {
margin: 0 auto;
padding: 0;
text-align: left;
width: 800px;
}

#background {
background-image: url(/images/header.gif);
background-repeat: no-repeat;
background-position: top center;
}

p,div,table,td,tr {
margin: 0;
padding: 0;
font-family: "trebuchet ms", arial, verdana;
font-size: 13px;
color: #000000;
}

a { 
color: #002e2e;
text-decoration: underline;
}


a:hover { 
color: #f76e68;
text-decoration: underline;
}


/* WHITEBOX */

table.white_box {
width: 750px;
border:0;
padding: 0;
margin: 0;
background: transparent;
word-wrap: break-word;
overflow: hidden;
}

td.c_top_left {
width: 12px;
height: 13px;
background: url('/images/c_top_left.gif');
background-repeat: no-repeat;
}

td.c_top_right {
width: 12px;
height: 13px;
background: url('/images/c_top_right.gif');
background-repeat: no-repeat;
}

td.c_bottom_left {
width: 12px;
height: 13px;
background: url('/images/c_bottom_left.gif');
background-repeat: no-repeat;
}

td.c_bottom_right {
width: 12px;
height: 13px;
background: url('/images/c_bottom_right.gif');
background-repeat: no-repeat;
}

td.top {
background: url('/images/top.gif');
background-repeat: repeat-x;
}

td.bottom {
background: url('/images/bottom.gif');
background-repeat: repeat-x;
}

td.left {
background: url('/images/left.gif');
background-repeat: repeat-y;
}

td.right {
background: url('/images/right.gif');
background-repeat: repeat-y;
}

td.main {
text-align: left;
background-color: #FFFFFF;
}

#header { 
background-repeat: no-repeat;
height: 53px;
margin:0;
padding:0;

}

/* Contempla STYLE */

td.contempla_sinistra {
width: 190px;
word-wrap: break-word;
overflow: hidden;
}

td.contempla_centro {
padding-left: 15px;
width: 590px;
word-wrap: break-word;
overflow: hidden;
}

p.copyright {
padding: 0;
font-size: 10px;
letter-spacing: 1px;
color: #002e2e;
}

p.copyright a {
text-decoration: underline;
color: #002e2e;
}

p.section {
	font-weight: bold;
	color: #989d9e;
}


p.tagDescr {
	font-weight: lighter;
	color: #989d9e;
	font-size: 10px;
}