﻿/*-----------------------------------------------------------------------------
[TABLE OF CONTENTS]
    犉ꚢ
        슶ꦥ
            =header
            犉wrapper
            =content-main
            =content-sidebar
            =footer
-----------------------------------------------------------------------------*/

/* 
*----------------------------------------------------------------------------*/

body,
html {
    min-width: 100%;
    margin: 0;
    text-align: center;
}

/* 
*----------------------------------------------------------------------------*/

#wrapper {
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* 
*----------------------------------------------------------------------------*/

#header {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    z-index: 100;
}

/* 
*----------------------------------------------------------------------------*/

#content-wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: url(../i/bg-content-footer02.gif) repeat-x top;
    z-index: 50;
    display: block;
    clear: both;
    text-align: left;
}


#content-themes {
    float: left;
    width: 390px;
}
#content-main {
    float: left;
    width: 310px;
    margin: 0 3px 0 7px;
    overflow: hidden;
}
#content-sidebar {
    float: right;
    width: 280px;
    _width: 280px;
    margin: 0 0 0 10px;
    _margin: 0 0 0 0;
    overflow: hidden;
}

/* 
*----------------------------------------------------------------------------*/

#footer {
    position: relative;
    background: url(../i/bg-footer.gif) repeat-x 0 bottom;
    clear: both;
    width: 100%;
    margin: 20px auto 0 auto;
	z-index: 100;
}