body {
background: white;
}

#main {
width: 716px;
height: 100%;
background: #FFEFC7;
}
#main td {
vertical-align: top;
}
#main td.header {
width: 692px;
height:222px;
}
#main td.header td.title{
height: 47px;
background: url(images/title.jpg) no-repeat;
}
#main td.bl {
width: 12px;
background: url(images/bl.gif) repeat-y;
}
#main td.br {
width: 12px;
background: url(images/br.gif) repeat-y;
}
#main td.footer {
height: 34px;
}

#main td.content {
height: auto;
background: #FFEFC7 url(images/contentbg.jpg) repeat-x; 
padding: 12px;
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 11pt; 
font-weight: normal;
color: black;
line-height: 14pt;
}
a {
color: #BB0000;
text-decoration: underline;
}
a:hover {
color: red;
}
#main td.content table.contentbg {
background: #BEA872;
}
#main td.content table.content td {
background: #FCE7B4;
font-size: 9pt;
padding: 4px;
}
#main td.content table.content2 td {
background: #FCE7B4;
font-size: 8pt;
padding: 3px;
}
#main td.content span {
font-size: 9pt; 
color: #B9810C;
}
#main td.content img.foto {
border: 1px solid #BB0000;
margin: 5px;
}