/* ----- import styles ----- */
@import url("header.css"); 
@import url("content.css"); 
@import url("footer.css"); 

/* ----- all defaults ----- */
* { margin: 0; padding: 0; }

/* -------------------- html & body styles -------------------- */
html { width: 100%; height: 100%; padding: 0; margin: 0; border: 0; border-width: 0; outline: 0; text-align: left; background-color: #f2f1c3;  }
body { width: 100%; height: 100%; padding: 0; margin: 0; border: 0; border-width: 0; outline: 0; text-align: left; }
body { font: 9pt/16px 'tahoma', 'arial', 'verdana', serif; color: #000; background-color: #f2f1c3; }

/* ----- default styles ----- */
h2 { font: bold 12pt/32px 'Trebuchet MS'; color: #fff; }
h3 { font: bold 12pt/32px 'Trebuchet MS'; color: #fff; }
h4 { font: bold 12pt/32px 'Tahoma'; color: #000; margin-bottom: 18px; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; border-width: 0; }
td { vertical-align: top; }
dl, ul { margin: 0 0 14px 14px; padding: 0; }
img { border: 0; border-width: 0; vertical-align: top; }
a { color: #034883; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
strong { font-weight: bold; }
em { font-style: italic; }
input { margin: 0; padding: 0; }

/* ----- clear ----- */
.clear { clear: both; height: 0; font: 0/0 'Tahoma'; }
.clearfix:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; font: 0/0 serif; }

/* -------------------- MAIN -------------------- */
#main { width: 1000px; min-height: 100%; margin: 0 auto; position: relative; background: url("../images/body_bg.gif") 0 0 repeat-y; padding: 0 6px; }
