@charset "UTF-8";

/* RESET */
html,body,div,img { margin: 0; padding: 0; }
html { height: 100%; margin-bottom: 1px; } /* This forces scrollbars to eliminate page shift */
img { behavior: url(/scripts/iepngfix.htc); border: 0; }
a { outline: none; }
p { margin-top: 0; text-align: justify; }


/* GENERAL STYLES */
body { color: #544242; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background: #75a6b9 url(../images/global/background.jpg) center top repeat-x; }
#bodyfx { left: 50%; top: 0px; position: absolute; width: 1000px; height: 700px; margin-left: -500px; background: url(../images/global/bodyfx.png) no-repeat; behavior: url(scripts/iepngfix.htc); }
a, a:active, a:visited { color: #544242; }
a:hover { color: #d3882e; text-decoration: none; }


/* LAYOUT */
#page { left: 50%; top: 10px; position: absolute; width: 800px; margin-left: -400px; }
#container { float: left; width: 790px; min-height: 480px; padding: 5px; background-color: #544242; }
* html #container { height: 480px; } /* IE6 hack for min-height & overflow correction? */


/* HEADER */
#header { width: 800px; height: 100px; }


/* FOOTER */
#footer { float: left; width: 780px; padding: 10px; color: #f5e8c8; text-align: center; }
#footer a, #footer a:active, #footer a:visited, #footer a:hover { color: #f5e8c8; }