body.tundra, 
body {
    background:transparent;
    width:100%;
    margin:20px 0 0 0;
    padding:0 0 0 0;
    text-align:center;
}

body,
    h1,h2,h3,h4,h5,
    div, span,
    p, form, label, b, i,
    ul, li
    {
        font-family:Garamond, Tahoma, Verdana, sans-serif;
        font-size: 16px;
        color: #222;
        line-height:21px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
        font-size: 18px;
        color:#333;
    }
    .first {
    color:#324f87;
    }
    .second {
        color:#ffb600;
    }
    .third {
        color:#aaa;
    }
    a:link,
    a:visited,
    a:active {
        color:#324f87;
        text-decoration: none;
        font-weight:normal;
    }
    a:hover {
        text-decoration: none;
        color:#ffb600;
        font-weight:normal;
    }
h1 {
    font-size:33px;
}
h2 {
    font-size:21px;
}
h3 {
    font-size:40px;
    font-weight:bold;
}


div.c_main {
    background:transparent;
    display:inline-block;
    margin:0 auto;
    padding:0 0 0 0;
    text-align:center;   
} 

div.c_main a:hover {
    background:#db2124;
    display:inline-block;
    margin:0 auto;
    padding:0 0 0 0;
    text-align:center;
    color:#fff;
} 

div.c_img {
    background:transparent;
    display:inline-block;
    margin:0 auto;
    padding:0 0 0 0;
    text-align:center;
} 

