/* 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: #F8F9F4 url(img/background.jpg) repeat-y center; }

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

h1 {
font: 100 18px/22px "Century Gothic", "Avant Garde", Futura, Arial, Verdana, Helvetica, sans-serif;
color: #E59F18;
border-bottom: 1px dotted #D0D9A5;
letter-spacing: 1px;
margin: 12px 0; }

h2, h3, h4, h5, h6 {
font: 100 16px/21px "Century Gothic", "Avant Garde", Futura, Arial, Verdana, Helvetica, sans-serif;
color: #626933; 
border-bottom: 1px dotted #CFCFCF;
letter-spacing: 1px; 
margin: 12px 0; }


p {
margin: 0 0 10px 0; } 

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

img , img a { border: 0px }

a, a:link, a:active {
color: #E59F18;
text-decoration: none; }
a:hover { color: #000; }
a:visited { color: #D37A1F; }

