<head>
<style type="text/css">
@font-face {
font-family: 'EBGaramondRegular';
src: url('EBGaramond-webfont.eot');
src: url('EBGaramond-webfont.eot?#iefix') format('embedded-opentype'),
     url('EBGaramond-webfont.woff') format('woff'),
     url('EBGaramond-webfont.ttf') format('truetype'),
     url('EBGaramond-webfont.svg#EBGaramondRegular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'EBGaramondSC';
src: url('EBGaramondSC-webfont.eot');
src: url('EBGaramondSC-webfont.eot?#iefix') format('embedded-opentype'), 
url('EBGaramondSC-webfont.woff') format('woff'), 
url('EBGaramondSC-webfont.ttf') format('truetype'), 
url('EBGaramondSC-webfont.svg#EBGaramondSC') format('svg');
font-weight: normal; 
font-style: normal;
}

body {
background-color:white;
text-align: center;
font-family:Garamond;
}

#container
{
margin-left: auto;
margin-right: auto;
width: 829px;
}

#content
{
background-color:#EEEEEE;
height:410px;
}


#content-expanded
{
background-color:#EEEEEE;
height:440px;
}

#content-index
{
height:480px;
}

#cartazes
{
background-color:#EEEEEE;
height:425px;
overflow-x:auto;
overflow-y:hidden;
}

p {color:black}

table 
{
border-collapse: separate;
border: 10px;
border-width:15px;
}

table#contacttable
{
table-layout:fixed
border-collapse: separate;
border: 10px;
border-width:15px;
}

th
{
border: 50px;
}

td
{
text-align: left; 
    font-weight:normal;}

ul
{
list-style-type:none;
margin:auto;
padding:auto;
} 

ul#contactul
{
list-style-type:disc;
padding:20px;
} 

a:link,a:visited
{
font-size:18px;
font-weight:bold;
color:white;
background-color:rgb(110,9,20);
text-align:center;
padding:4px;
text-decoration:none;
}

a#logolink:link, a#logolink:visited, a#logolink:hover, a#logolink:active
{
padding=0px;
display=inline;
background-color:#EEEEEE;
}

li
{
display:inline-block;
}

li#contactli
{
display:list-item;
}

a:hover,a:active
{
color:rgb(110,9,20);
background-color:white;
}

</style>
</head> 