/* import styles */
@import url("header.css"); 
@import url("content.css"); 
@import url("footer.css"); 

/* all default */
* { margin: 0px; padding: 0px; }

/* no focus */
:focus { outline: 0px; -moz-outline: 0px; }

/* html & body styles */
html, body { width: 100%; height: 100%; margin: 0px auto; padding: 0px; }
body { border: none; background-color: #000; }

html, body { line-height: 14px; outline: 0px; text-align: left; }
body { font-family: 'Tahoma'; font-size: 11px; line-height: 14px; color: #f3c; z-index: 0; background: url("../images/m-bg.gif") repeat; } 

/* headers style */
body h1 { font-size: 18px; line-height: 24px; color: #f3c; font-weight: normal; text-transform: uppercase; margin-bottom: 24px; }
body h2 { font-size: 22pt; line-height: 34px; }
body h3 { font-size: 18pt; line-height: 30px; }
body h4 { font-size: 14pt; line-height: 26px; }
body h5 { font-size: 10pt; line-height: 22px; }
body h6 { font-size: 9pt; line-height: 18px; }

/* table default */
table { border-collapse: collapse; border-spacing: 0px; }
td, th { vertical-align: top; }

/* other default */
strong { font-weight:bold; }
em { font-style: italic; }
a { outline: none; -moz-outline: 0px; border: none; border-width: 0px; color: #000; text-decoration: underline; }
a:link { outline: none; -moz-outline: 0px; }
a:visited { outline: none; -moz-outline: 0px; }
a:hover { text-decoration: none; outline: none; -moz-outline: 0px; }
a:active { outline: none; -moz-outline: 0px; }
img { border: none; border-width: 0; }

/* clear */
.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }

/* ------------------------- INDEX -------------------------*/

/* MAIN */
#for-center { visibility: hidden; width: 100%; height: 50%; margin-top: -441px; float: left; z-index: 1; }
#main { width: 100%; height: 882px; clear: both; position: relative; top: -441px; /* IE4ever Hack: Hide from IE4 **/ position: static; /** end hack */ z-index: 1; }
* html img { vertical-align: top; }
*:first-child+html img { vertical-align: top; }

