
#all {
    margin: 0px auto;
    width:980px;
	background-color:#FFFFFF;
}

#top-header {
    margin: 0px 0px 5px 0px;
    padding:0px;
}
#logo {
    background: url(images/logo.gif) no-repeat 0px 0px;
    width:222px;
    height:83px;
    float: left;
}
#status {
	margin-top:5px;
    margin-right: 3px;
    float: right;
    height: 20px;
}
    #header-access {
        background: url(images/icon-mouse.gif) no-repeat 0px 0px;
        padding: 3px 0px 10px 33px;
        margin: 5px 10px 0px 0px;
    }
    #header-time {
        background: url(images/icon-calendar.gif) no-repeat 0px 0px;
        padding: 3px 0px 10px 23px;
        margin: 5px 30px 0px 0px;
    }

#top-menu {
    background: url(images/bg-topmenu.png) no-repeat 0px 0px;
    width:733px;
    height:59px;
    margin-top:5px;
    padding-top: 15px;
    float: right;
}

#flash-banner {
    background: url("images/banner.png") no-repeat 0px 0px;
    width:980px;
    height:288px;
    margin-top:10px;
}

#flash-banner-bottom {
    background: url("images/banner-bottom.png") no-repeat 0px 0px;
    height:44px;
}
#search {    
    background: url("images/icon-search.png") no-repeat right;
    height:44px;
    float:right;
}
#search form {
    margin: 15px 45px 0px 0px;
}

#body {
	margin-top: 10px;
}

#left {
    float:left;
}

#right {
    float: right;
}

#main_content {
    margin:0px;
    padding:0px 0px 20px 0px;
}
#main_content_detail {
    margin:0px 0px 10px 0px;
    background: url(images/bg_content.gif) 0 0 repeat-y;
}
#main_content_detail_bottom {
    padding:0px 5px 20px 5px;
    background: url(images/bg_content_bottom.gif) bottom left no-repeat;
}

#bottom-module {
    
}

#bottom-module-right {
    background: url(images/bg_bottom-module.png) 0 0 no-repeat;
}
#bottom-module-content {
    float: left;
    padding-left: 20px;
}
#bottom-module-right-right {
    background: url(images/bg_bottom-module_right.png) 0 0 no-repeat;
    width:8px;
    height:40px;
    float:right;
}
#bottom-module-content .moduletable {
    float: left;
}
#bottom-module-content ul {
    margin:0px;
    padding: 5px;
    list-style: none;
}
#bottom-module-content ul li {
	padding: 3px 0px 2px 10px;
	background: url(images/bullet_arrow.gif) 0 7px no-repeat;
}
#bottom-module-content ul li a {
	color: #2E2E2E;
}
#bottom-module-content ul li a:hover {
	color: #2A8701;
}
#footer {
    background: url(images/bg_footer.gif) 0 0 no-repeat;
    width:980px;
    padding-top: 5px;
    text-align:center;
}
#footer-content {
    background-color:#2C2C2C;
    color: #CBCBCB;
}
#footer-content p {
    margin:0px;
    padding:10px 0px 5px 0px;
}
