body,html
{
    font-size:100%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#000;
    background: #fdfdfd url(gfx/bg.jpg) repeat-x;
    margin:0;
    padding:0;
    height: 100%;
}

#header h1, h2
{
    color:#0865ab;
    display:none;
}

#wrapper strong 
{
    font-size:100%;
    color:#000;
}

h1 {
    margin-bottom:30px;
    font-size:1.5em;
    color: #00108c
}

h3 {
    font-style: italic;
}

img
{
    border:0;
}

a 
{
    text-decoration:none;
}

#wrapper
{
    width:975px;
    min-height: 100%;
    height:auto!important;
    margin:0 auto;
    background-image:url(gfx/content_bg.jpg);
    background-repeat:repeat-y;
    margin-bottom: -180px;
}

#header, #footer
{
    width:975px;
    margin:0 auto;
}

#header
{
    background-image:url(gfx/banner_bg.jpg);
    background-repeat:no-repeat;
    height:180px;
}

#footer
{

}

#content
{
    width:775px;
    margin:0 auto;
}

#content {
    line-height: 1.5em;
}

* html #wrapper {
    height: 100%;
}





