body {
    background:#ccc url(../images/mainbg.png);
    color:#4f4f4f;
    font-family:"Times New Roman", Times, serif;
    font-size:13px;
    line-height:20px;
    padding:0
}

.page {
    width:960px;
    margin:0 auto;
    background: transparent;
}

.top {
    height:80px;    
    padding:0 30px;
    background: #fff;
}

.logo {
    font-size:37px;
    margin-top:30px;
}

.midup {
    height:425px;
    background: #fff url(../images/midupbg.png) center top no-repeat;
    padding:35px 30px 0;

}

.midmid {
    background:#35a027;
}

.midmid .heading {
    padding:0 30px;
    color:#fcfda2;
    font-size:32px;
    font-weight:bold;
    height:90px;
    line-height:90px;
}

.midmid .content {
    background: #35a027;
    background: -moz-linear-gradient(top, #27731c 0%, #35a027 20%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27731c), color-stop(20%, #35a027));
    color:#fff;
    padding:15px 30px 5px;
}

.midmid .sep,
.midlow .sep {
    width:0px;
    overflow:hidden;
    border:0;
    border-left:1px solid #2a801f;
    border-right:1px solid #5db352;
    color:transparent;
    margin:15px 30px 0;
    height:390px;
}

.midlow {
    /*background: #ededed;*/
    background: transparent;
    /*background: -moz-linear-gradient(top, #d0d0d0 0%, #e6e6e6 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #e6e6e6));*/
    padding:0 30px;
    height:420px;
    overflow:hidden;
}

.midlow .sep {
    border-left:1px solid #bfbfbf;
    border-right:1px solid #f0f0f0;
    height:400px;
}

.midbottom {
    background:#35a027;
    font-size:20px;
    height:60px;
    line-height:60px;
    padding:0 15px;
    color:#e9e507;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.botsep {
    height:36px;
    background:transparent url(../images/botsep.png) 0 0 no-repeat;
}

.midlowsep {
    height:20px;
    background:transparent url(../images/midlowsep.png) 0 0 no-repeat;
}

.bottom {
    height:30px;
    line-height:30px;
    font-size:12px;
    background-color: #f5f5f5;
    padding:0 15px;
}

.bigbutton,
.smallbutton {
    height:60px;
    width:320px;
    color:#b95605;
    font-size:30px;
    text-align:center;
    line-height: 60px;

    background: #e7e707;
    background: -moz-linear-gradient(top, #e7e707 5%, #eddf07 95%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e7e707), color-stop(95%, #eddf07));

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    text-shadow:0 0 2px #fff;
    font-family:"Times New Roman", Times, serif !important;
}

.smallbutton {
    height:35px;
    line-height:35px;
    font-size:18px;
    width:200px;
}

.left {float:left;}
.right {float:right;}
.clear {float:none; clear:both; height:0; font-size:0; width:0; padding:0; margin:0; }
.tc {text-align:center;}
a { color: inherit; text-decoration:none; }
p { margin:1em 0 1.8em; }
h3 { font-size:1.2em; }