*{
    margin: 0;
    padding: 0;
}
body {
    color:#036;
    background-color:#FFF;
    text-align:center;
    font-family:tahoma, sans-serif;
    font-size:10pt;
}
h1 {
    margin:20px 0px 10px 0px;
    font-size:15pt;
    font-family: georgia;
    font-style: italic;
}
h2 {
    margin:20px 0px 10px 0px;
    font-size:13pt;
}
p {
    margin:10px 0px;
}
li {
    margin:5px 0px 5px 25px;
}
a {
    color:#069;
    background-color:inherit;
}
a:hover {
    color:#A70906;
    text-decoration:none;
}
img {
    display:block;
    border: none thin;
}
/* --- --- --- --- --- --- --- --- --- --- */
div#main {
    width:970px;
    overflow:hidden;
    margin:0px auto;
    text-align:left;
}
div#header {
    width:970px;
    height:185px;
    overflow:hidden;
    background-image:url(head.jpg);
    background-repeat:no-repeat;
}
div#body {
    width:970px;
    overflow:hidden;
    background-image:url(body.gif);
    background-repeat:repeat-y;
}
div#left {
    width:180px;
    overflow:hidden;
    margin:0px 10px;
    display:inline;
    float:left;
}
div#center {
    width:510px;
    overflow:hidden;
    margin:0px 30px;
    display:inline;
    float:left;
}
div#right {
    width:180px;
    overflow:hidden;
    margin:0px 10px;
    display:inline;
    float:left;
    text-align: center;
}
div#footer {
    width:970px;
    overflow:hidden;
    padding:60px 0px 10px 0px;
    background-image:url(foot.gif);
    background-repeat:no-repeat;
    text-align:center;
}
/* --- --- --- --- --- --- --- --- --- --- */
div#right p{
    font-family: tahoma;
    font-weight: bold;
    
}
/* --- --- --- --- --- --- --- --- --- --- */
ul.side {
    margin:50px 0px;
    border-top:1px solid #FFF;
    font-family: georgia;
}
ul.side li {
    list-style-type:none;
    margin:0px;
    padding:5px 0px;
    border-bottom:1px solid #FFF;
    font-size:13pt;
    font-weight:bold;
}
ul.side li a {
    text-decoration:none;
}
.euro_pic{
    margin:25px 10px;
}
.emph{
    font-family: georgia;
    color: red;
}

/* --- --- --- --- --- --- --- --- --- --- */
span.bb {
color:#000;
background-color:inherit;
font-weight:bold;
}