/*
 * Reset all CSS values
 * http://meyerweb.com/eric/tools/css/reset/index.html
 * v1.0 | 20080212
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
 * Main body and table defenitions
 */
body { height: 100%; width: 100%; background-color: #C0C0C0; }

/*
 * Main div definitions (display inline fixes IE double margin bug)
 */
div#main   { width: 931px; margin: 0 auto 25px; background-color: #FFF; overflow: auto; padding: 25px 34px; }
div#main div#header { }
div#main div#menu   { border-bottom: 1px solid #CCC; overflow: auto; margin: 24px 0; }
div#main div#left   { width: 384px; float: left; display: inline; padding-bottom: 20px; text-align: justify; }
div#main div#right  { width: 472px; float: right; display: inline; padding-bottom: 40px; text-align: justify; }
div#main div#right.noLeft { width: auto; float: none; margin-bottom: 20px;}
div#main div#footer { clear: both; margin: 0 0 20px; background: url(../images/footer.jpg) no-repeat bottom; overflow: auto; }
div#main div#footer span { display: block; margin: 40px auto 5px; float: left; width: 610px; text-align: center; }
div#main div#footer img { margin: 0 2px 0 1px; }
div#main div#icons  { text-align: right; padding-bottom: 5px; clear: both; }

/* Making the footer stick to the bottom =] */
div#main        { min-height: 100%; }
* html div#main { height: 100%; }
div#footer      { position: relative; margin-top: -40px; }
div#middle      { padding-bottom: 60px; }

/*
 * Clear floats
 */
div.clearl { clear: left; }
div.clearr { clear: right; }
div.clearb,
div.clear { clear: both; }

/*
 * Wait and error screen container
 */
div#messageContainer { width: 400px; margin: 0 auto; }
