/*
  print CSS styles
  michel (www.lelion.info)
  2006/Aug/30
*/


body {
font-family: Georgia, "Palatino Linotype", "Book Antiqua", serif;
color: #000;
background: #FFF;
margin: 0;
padding: 0;
}

  a:link, a:visited {color: #832A0C;}

#container {
min-width: 15cm;
width: auto;
position: relative;
}

#logo {
width: auto;
}

#logo img {
display: block;
margin: auto;
}

#h-l, #h-r {display: none;}

#language {display: none;}

#navigation a {
color: #666;
}

#maincol {
min-height: 10cm;
}

#maincol-content {
min-height: 5cm;
background: #FFF;
padding: .5cm 0 .5cm .5cm;
margin: auto 0 auto auto;
border: 0;
border-left: 1px solid #73190D;
}

#footer {
color: #999;
background: none;
height: auto;
position: absolute;
bottom: 0;
}

#footer a:link, #footer a:visited {color: #000; text-decoration: none;}

#copyright {
height: auto;
position: static;
text-align: center;
margin: auto;
background: none;
}

#f-l, #f-r {display: none;}

