body {
    margin: 0;
    padding: 0;
    font: 13px "Miriad Pro", Verdana, Arial, sans-serif;
    font-weight: normal;
    background: #ffffff;
}
#wrapper {
    margin: 0 auto;
    width: 952px;
    padding: 0;
    margin-bottom: -30px;
    -moz-box-shadow: #c2c2c2 0px 0px 30px;
    -webkit-box-shadow: #c2c2c2 0px 0px 30px;
    box-shadow: #c2c2c2 0px 0px 30px;
}
#header {
    width: 100%;
    color: #ffffff;
    height: 293px; 
    display: block;
    overflow: hidden;
    position: relative;
    background: url(../pics/header.png) no-repeat;
}
    #header a#logo, #header a#logo:hover {
        position: absolute;
        left: 19px;
        top: 10px;
        width: 430px;
        height: 240px;
    }
    #header .menu {
        width: 640px;
        height: 20px;
        padding: 265px 0 0 284px;
    }
        #header .menu a, #header .menu a:active, #header .menu a:visited {
            color: #ffffff;
            font-size: 15px;
            font-weight: normal;
            text-decoration: none;
        }
            #header .menu a:hover, #header .menu a.active {
                color: #e79aa3;
                text-decoration: underline;
            }
    #socialbox {
        position: absolute;
        width: 120px;
        height: 30px;
        left: 812px;
        top: 162px;
    }
        #socialbox a {
            text-decoration: none;
            background: url(../pics/social.png) 0px 0 no-repeat;
            width: 31px;
            height: 30px;
            display: block;
            float: left;
            margin: 0 9px 0 0px; 
        }
        #socialbox a#w-fb {
            background-position: -39px 0;
        }
        #socialbox a#w-ok {
            background-position: -79px 0;
        }
#main {
    width: 944px;
    display: block;
    padding-bottom: 40px;
    background: #215d8f url(../pics/main-bg.png) 0 0 no-repeat;
    padding: 4px 4px 0px 4px;
}
    .left{
        width: 279px;
        background: #ffffff;
    }
        .left.menu a {
            display: block;
            width: 257px;
            height: 56px;
            background: #da5063 url(../pics/menu-left-bg.png) 0 0 no-repeat;
            color: #ffffff;
            line-height: 56px;
            margin: 10px 0 0 10px;
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            text-transform: capitalize;
            text-decoration: none;
        }
            .left.menu a:hover, .left.menu a:active {
                color: #e79aa3;
            }
    .left div {
        padding: 80px 20px 20px 20px;
        font-size: 11px;
        font-weight: normal;
    }  
    .central {
        text-align: left;
        background: #ffffff;
    }
    #content, .content {
        margin: 8px 0 0 0;
        padding: 10px 20px 10px 10px;
        font-size: 13px;
        border-left: 2px solid #ce2f41;
        min-height: 400px;
    }
        #content p {
            padding: 0;
            margin: 0;
        }
        #content a {
            text-decoration: none;
        }
        #content a:hover {
            text-decoration: underline;
        }
        #content h1 {
            color: #000000;
            margin: 0;
            padding: 0;
            font-size: 17px;
        }
        #content h1.header {
            color: #000000;
            margin: 2px 0 2px 0;
            padding: 0;
            font-size: 24px;
            
        }
        #content h2, #content h3 {
            color: #d64658;
            margin: 0;
            padding: 0;
            font-size: 13px;
            clear: both;
        }
        #content h3 {
            color: #009aff;
        }
        #content a.more, #content a.more:visited {
            display: block;
            width: 122px;
            height: 40px;
            background: url(../pics/more-bg.png) no-repeat;
            color: #ffffff;
            padding: 0 0 0 10px;
            font-weight: normal;
            line-height: 30px;
            float: right;
            text-decoration: none;
        }
            #content a.more:active, #content a.more:hover {
                color: #e79aa3;
            }
#footer {
    width: 100%;
    display: block;
    background: #215d8f url(../pics/footer-bg.png) 0 0 repeat-y;
    text-align: center;
    height: 62px;
}
    #footer p {
        margin: 0;
        padding: 8px 0 0 0;
        color: #ffffff;
        font-size: 13px;
        font-weight: normal;
    }
