/*******************************************************************************
 * Globals                                                                     *
 ******************************************************************************/

html {
 margin                  : 0;
 padding                 : 0;
 width                   : 100% ;
}

body {
 margin                  : 0;
 padding                 : 0;
}

#global-container-test {
 margin                  : 5px auto;
 width                   : 980px;
 height                  : 620px;
}

#global-container {
 position                : absolute;
 left                    : 50%;
 margin                  : 0 0 0 -490px;
 top                     : 5px;
 width                   : 980px;
 height                  : 620px;
}

/*******************************************************************************
 * Header                                                                      *
 ******************************************************************************/
 
#meta-container {
 position                : absolute;
 top                     : 0px;
 left                    : 204px;
 height                  : 27px;
 width                   : 775px;
 background              : url('/_content/img/bg-top.jpg');
}

#logo-container {
 position                : absolute;
 top                     : 0px;
 left                    : 0px;
 height                  : 187px;
 width                   : 204px;
 background              : url('/_content/img/bg-logo.jpg');
}

#logo-container img {
 margin                  : 5px;
}

#flash-banner {
 position                : absolute;
 top                     : 27px;
 left                    : 204px;
 height                  : 160px;
 width                   : 775px;
 background              : url('/_content/img/flash-dummy-banner.jpg');
}
 
 
/*******************************************************************************
 * Page Content                                                                *
 ******************************************************************************/
 
#navi-container {
 position                : absolute;
 top                     : 187px;
 left                    : 0px;
 height                  : 375px;
 width                   : 204px;
 background              : url('/_content/img/bg-navi.jpg');
}

#navi-end {
 position                : absolute;
 top                     : 562px;
 left                    : 0px;
 height                  : 18px;
 width                   : 204px;
 background              : url('/_content/img/bg-navi-end.jpg');
}

#content-container {
 position                : absolute;
 top                     : 187px;
 left                    : 204px;
 height                  : 393px;
 width                   : 639px;
}

#content-top {
 position                : absolute;
 top                     : 0px;
 left                    : 0px;
 height                  : 10px;
 width                   : 639px;
 background              : url('/_content/img/content-top.jpg');
}

#content {
 position                : absolute;
 top                     : 10px;
 left                    : 0px;
 height                  : 365px;
 width                   : 619px;
 _width                  : 639px;
 padding                 : 0 10px;
 background              : url('/_content/img/bg-content.jpg');
}

#content2 {
 position                : absolute;
 left                    : 0px;
 height                  : 365px;
 width                   : 615px;
 _width                  : 635px;
 padding                 : 0 10px;
 overflow                : auto;
}

#content-bottom {
 position                : absolute;
 top                     : 375px;
 left                    : 0px;
 height                  : 18px;
 width                   : 639px;
 background              : url('/_content/img/content-bottom.jpg');
}

#flash-right {
 position                : absolute;
 top                     : 187px;
 left                    : 843px;
 height                  : 393px;
 width                   : 136px;
 background              : url('/_content/img/flash-dummy-right.jpg');
}

#bottom-logo-container {
 position                : absolute;
 top                     : 584px;
 left                    : 4px;
 height                  : 44px;
 width                   : 975px;
 padding                 : 0;
}

#bottom-logo-container img{
 margin                  : 0;
}