    
    .headc00 {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        height: 130px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .headc01 {
        width: 1034px;
        float: left;
        height: 130px;
    }

    .header000 {
        width: 160px;
        margin: 2px 2px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        float:right;
        height: 130px;
        background-color:#aaa;
        text-align: center;
    }

    .header001 {
        width: 190px;
        margin: 2px 2px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        float: left;
        height: 130px;
        background-color:#bbb;
        text-align: center;
    }

    .header002 {
        width: 834px;
        margin: 2px 2px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        float: right;
        height: 130px;
        background-color:#ccc;
        text-align: center;
    }


    .contc00 {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .contc01 {
        width: 504px;
        float: right;
    }

    .content000 {
        width: 160px;
        margin: 2px 2px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        float:right;
        background-color:#aaa;
        text-align: center;
    }

    .content001 {
        width: 334px;
        margin: 2px 2px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        float: left;
        background-color:#bbb;
        text-align: center;
    }

    .content002 {
        width: 692px;
        margin: 2px 2px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        float: left;
        background-color:#ccc;
        text-align: center;
    }





    #mother_container {
        width: 1300px;
        text-align:center;
        margin-left: auto;
        margin-right: auto;
    }

    #fbcom_container {
        width:310px;
        padding: 0px 0px 0px 0px;
        margin-left: auto;
        margin-right: auto;
        text-align:center;
        float:left;
    }

    #cont_container {
        width: 1280px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        float:left;
    }


    #header {
        width: 1000px;
        height: 130px;
    }

    #headerLogo {
        width: 178px;
        height: 118px;
        float: left;
        background: #f1fafe;
        border: 1px solid #66bcff;
        border-radius:10px;
        -moz-border-radius:10px;
    }

    #headerTitle {
        width: 816px;
        height: 118px;
        float: right;
        background: #f1fafd;
        border-width: 1px;
        border: 1px solid #66bcff;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
    }

    #menu {
        width: 100%;
        min-height: 20px;
        height: 20px;
        text-align: left;
    }

    #menu ul {
        clear:left;
        width: 100%;
        list-style: none;
        margin:0 0 0 0;
    }


    #menu ul li {
        display: inline;
        list-style: none;
    }

    #menu ul li a {
        display: block;
        float: left;
        text-align: center;
        background:#eee;
        color:#000;
        margin:0 10px 0 10px;
        padding:5px 10px 5px 10px;
        left:0px;
        text-decoration:none;
    }

    #menu ul li a:hover {
        background:#369;
        color:#fff;
    }

    #menu ul li a.active,
    #menu ul li a.active:hover {
        background:#000;
        color:#fff;
        font-weight:bold;
    }

    #content {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 10px 0px 0px 0px ;
    }

    #contentText {
        width: 900px;
        float: left;
        background: #9cf;
        margin: 0 10px 0 10px;
        padding: 15px 10px 0 10px;
        display:inline;
        text-align: left;
        border-width: 2px;
        border-style: solid;
        border-color: #000;
        border-radius:20px;
        -moz-border-radius:20px;
    }

    #contentText p, table, h1, h2, h3, ul, li {
        font-family:"Verdana", sans-serif;
    }
    
    #contentText table, td {
        border-collapse:collapse;
        margin:5px;
        padding:5px;
        border:1px solid black;
        font-size:90%;
    }
     
    #contentText th {
        font-style:italic;
        border:2px solid green;
    }
        

    #contentText img {
        border-width:1px;
        border-style:solid;
        border-color:#000;
        margin: 2px 5px 2px 2px; 
    }

    #contentAd {
        width: 300px;
        float: right;
        background: #cba;
        margin: 0 5px 0 10px;
        padding: 5px;
        display:inline;
        border-radius:20px;
        -moz-border-radius:20px;
    }

    .prop600 {
        height: 700px;
        width: 1px;
        float: right;
        background: #def;
    }

    .prop1300 {
        height: 1300px;
        width: 1px;
        float: right;
    }

    #footer {
        margin: 10px 0 30px 0;
        width: 100%;
        height: 120px;
        clear: all;
        display:inline;
    }

    #footerLogo {
        width: 178px;
        height: 118px;
        float: left;
        background: #f1fafe;
        border: 1px solid #66bcff;
        display:inline;
    }

    #footerTitle {
        width: 1080px;
        height: 88px;
        float: right;
        background: #f1fafd;
        border: 1px solid #66bcff;
        display:inline;
        font-family:"Verdana", sans-serif;
        padding: 30px 0px 0px 0px;

    }

    .clear {
        clear:both;
        height:1px;
        overflow:hidden;
    }

