* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%
}
#wrapper {
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 1000px;
	margin: 0 auto;
}
.clear {clear:both;}


/* Header
-----------------------------------------------------------------------------*/
#header {
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    padding: 0 0 40px;
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    padding: 0 200px 0 200px;
    font-size: 10pt;
}
#navigation {
    height: 18px;
    margin-top: 4px;
    padding-left: 8px;
    overflow: hidden;
}
#navigation2 {
    position: relative;
    top: -18px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
    float: left;
    width: 190px;
    margin-left: -100%;
    position: relative;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
    float: left;
    margin-right: -3px;
    width: 188px;
    margin-left: -190px;
    position: relative;
    padding-top:5px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
    margin: -40px auto 0;
    min-width: 1000px;
    height: 40px;
    overflow:hidden;
}