html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    /* setting border: 0 hoses ie5 win window inner well border */
	text-align: center;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10px;
    margin: 0px;
    color: #000;
    background: #fff;
}


a { color: #666; text-decoration: none; }
a:hover { color: #000; }
a img { border: 0; }


/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */



h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000;
}


#index-container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    text-align: left;
    width: 400px;
    background: #fff;
}
#index-container-inner {
    position: static; width: auto;
}


#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }


