/* Import */
@import url(layout.css);
@import url(menus.css);
@import url(content.css);

/* Global */
html { min-height: 100.05%; }
body { margin: 0; padding: 0;
background: #ce898b url(img/background_site.jpg) top center no-repeat; }

body, th, td {
font: 100 12px/19px Verdana, Tahoma, Helvetica, sans-serif;
color: #532224; }

h1 {
font: 100 18px/20px "Century Gothic", Verdana, Tahoma, Helvetica, sans-serif;
color: #a02327; }
h2, h3, h4, h5, h6 {
font: 100 16px/20px "Century Gothic", Verdana, Tahoma, Helvetica, sans-serif;
color: #b84548; }

p {
margin: 0 0 10px 0; } 

hr { display:none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

a, a:link, a:active {
color: #a02327;
text-decoration: none; }
a:hover { color: #b84548;
text-decoration: underline; }

span[lang=en], span.english {
color:#666;
font-weight:normal;
font-style:italic;
}
