/* LAYOUT STYLESHEET */
* {
    margin:0px;
    padding:0px;
    }
    html {
        }
        body {
            text-align:center;
            background:transparent url('../gfx/background/body.gif') center top repeat-x;
            }
            #container {
                width:990px;
                margin:0px auto;
                text-align:left;
                overflow:hidden;
                background:transparent url('../gfx/background/container.jpg') center top no-repeat;
                }
                #header {
                    height:124px;
                    overflow:hidden;
                    }
                #main {
                    overflow:hidden;
                    }
                    #navigation {
                        float:left;
                        width:265px;
                        height:490px;
                        display:inline;
                    }
                    #content {
                        float:left;
                        width:475px;
						height:100%;
						overflow:visible;
                        padding-bottom:20px;
                        display:inline;
                        background:#fff;
                    }
                    #sidecol {
                        float:left;
                        padding-top:30px;
                        width:250px;
                        display:inline;
                        background:#fff url('../gfx/background/sidebar.gif') left top repeat-y;
                    }
                #footer {
                    overflow:hidden;
                }