@charset "UTF-8";
/* CSS Document */

@import url("body.css");

a:link {color:#005581; text-decoration: none;} 
a:visited {color:#ba9765; text-decoration:none}
a:hover {color:#333}

html,body {
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
    background:#fff;
    background:url(../pics/mainBg.gif) repeat-x; background-attachment:fixed;
    font:normal 1em Verdana, Arial, Helvetica, sans-serif;
    color:#555;
}


div#container {
    position:relative; /* needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */
    width:980px;
    background:#fff;

    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/

    min-height:100%; /* real browsers */
}

div#header {
	background-color:#FFFFFF;
}


div#content {
	font-size:0.8em;
    padding:1em 1.2em 9.5em; /* bottom padding for footer */
	background-color:#fff;
}

div#footer {
    position:absolute;
    width:100%;
    bottom:0; /* stick to bottom */
	color:#fff;
	font:normal 0.6em Arial, Helvetica, sans-serif;
    background:#414141;
}