
@import url("header.css");

@import url("navigation.css");

@import url("content.css");

@import url("rightcol.css");

@import url("footer.css");

@import url("links.css");

/*  Establish general layout parameters */

#wrapper
{
        background:#fff;
        border:0;
        color:#333;
        margin:0 auto !important;
        padding:7px 0 0 0;
        voice-family:inherit;
        width:831px;
}

body
{
        background:#fff;
        border:0;
        color:#333;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        margin:0;
        padding:0 0 25px 0;
        text-align:center;
}

html>#wrapper
{
        width:831px;
}


html {height:100%}
body {min-height:101%}