/* GENERAL STYLE */

body { 
margin: 0 auto;
padding: 0;
text-align: center;
background-image: url(/annaderosa/images/main_bg.gif);
background-repeat: repeat-x;
background-attachment: fixed;
background-color: #f76e68;
margin-bottom: 25px;
}

#container {
margin: 0 auto;
padding: 0;
text-align: left;
width: 800px;
}

p,div,table,td,tr {
margin: 0;
padding: 0;
font-family: "trebuchet ms", arial, verdana;
font-size: 13px;
color: #000000;
}

a { 
color: #b72f2f;
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('/annaderosa/images/c_top_left.gif');
background-repeat: no-repeat;
}

td.c_top_right {
width: 12px;
height: 13px;
background: url('/annaderosa/images/c_top_right.gif');
background-repeat: no-repeat;
}

td.c_bottom_left {
width: 12px;
height: 13px;
background: url('/annaderosa/images/c_bottom_left.gif');
background-repeat: no-repeat;
}

td.c_bottom_right {
width: 12px;
height: 13px;
background: url('/annaderosa/images/c_bottom_right.gif');
background-repeat: no-repeat;
}

td.top {
background: url('/annaderosa/images/top.gif');
background-repeat: repeat-x;
}

td.bottom {
background: url('/annaderosa/images/bottom.gif');
background-repeat: repeat-x;
}

td.left {
background: url('/annaderosa/images/left.gif');
background-repeat: repeat-y;
}

td.right {
background: url('/annaderosa/images/right.gif');
background-repeat: repeat-y;
}

td.main {
text-align: left;
background-color: #FFFFFF;
}

#header { 
background-image: url(/annaderosa/images/header.gif);
background-repeat: no-repeat;
height: 275px;
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: #b72f2f;
}

p.copyright a {
text-decoration: underline;
color: #b72f2f;
}

