.menu, .main, .footer { margin: 0px auto; }
body {
    background-image: url('img/background.png');
    background-repeat: repeat-x;
    background-color: #EFF1DC;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.all {
    background-image: url('img/header.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.main {
    width: 730px;
    background-color: #FFFFFF;
    margin: 8px auto 0px auto;
}
.left {
    width: 254px;
    background-image: url('img/bg-leftcol.png');
    background-repeat: no-repeat;
    background-color: rgb(255,255,255);
    float: left;
    font-size: 14px;
    color: #35555F;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
}
.left a {
    color: rgb(34,155,190);
    font-size: 22px;
    text-decoration: none;
}
.left a:hover {
    color: rgb(144,199,220);
}
.right {
    width: 474px;
    background-image: url(img/bg-content.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    float: left;
}
.text {
    padding: 0px 15px 15px;
    color: rgb(141,141,141);
    font-size: 13px;
    font-family: sans-serif;
}
.right h1 {
    color: rgb(117,194,151);
    font-family: sans-serif;
    font-size: 20px;
    margin: 4px;
    text-align: left;
}
.menu {
    background-image: url(img/logo.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 96px;
    width: 730px;
    text-align: left;
}
.menu ul {
    list-style-type: none;
    display: block;
    margin: 0px;
    padding: 0px;
}
.menu li {
    float: left;
    width: 94px;
}
.menu li a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 96px;
    letter-spacing: 0;
    line-height: 89px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px #555555;
    width: 94px;
}
.menu li a:hover {
    text-decoration: underline;
}
.menu li a.aimg {
    width: 254px;
}
.footer {
    width: 730px;
    background-color: #343434;
    color: #FFFFFF;
    font-size: 13px;
    text-align: left;
}
.new {
    color: rgb(241,48,49);
    font-weight: bold;
}
.dark {
    color: rgb(0,0,0);
    font-weight: bold;
}
.text input {
    border-top: 1px solid rgb(201,201,201);
    border-left: 1px solid rgb(201,201,201);
    background-color: rgb(228,228,228);
    color: rgb(96,96,96);
    padding: 3px;
}
.text input:hover {
    background-color: rgb(243,243,243);
}
.codes {
    width: 500px;
    height: 75px;
    background-color: rgb(228,228,228);
    color: rgb(96,96,96);
}
.codes:hover {
    background-color: rgb(243,243,243);
}
.memtable {
    width: 445px;
    text-align: center;
    border: 1px solid rgb(141,141,141);
}
.trtop {
    background-color: rgb(43,144,175);
    color: rgb(255,255,255);
}
.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
}