body {
    height:100%;
    background:#dedbbd url(../images/bg.png) 50% 0 repeat-x;
    font: 14px/20px Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
    color:#000;
}
#center {
    width:950px;
    margin:0 auto;
}
#header {
    height:auto;
}
#mysterious_letter {
    margin-top:76px;
    height:75px;
    color:#dbd7b9;
    padding-bottom: 28px;
}
#sitename {
    width:400px;
    float:left;
    height:75px;
}
#sitename a {
    font-family:"Arial Black";
    font-variant:small-caps;
    font-weight:normal;
    letter-spacing:-2px;
    font-size:60px;
    line-height:60px;
    color:#dbd7b9;
    text-decoration: none;
}
#sitename a:hover {
    color:#fff;
}
#slogan {
    background: url(../images/separator.png) 30px 0 no-repeat;
    padding-left:50px;
    font-size:24px;
    line-height:24px;
    width:500px;
    float:left;
    height:75px;
}
#slogan .position {
    padding-top: 34px;
}
#bread_crumbs {
    padding-top: 10px;
    clear:both;
}
#bread_crumbs a {
    color:#517791;
    text-decoration:none;
}
#bread_crumbs a:hover {
    color:#1c3c53;
}
h1 {
    color:#1c3c53;
    font-size:30px;
    line-height:30px;
    font-family:"Arial Black";
    font-weight:normal;
    letter-spacing:-1px;
}
#content{
    padding:15px 0 15px 0;
    clear:both;
    min-height:200px;
}
#content table { width:100%;margin:10px 0 10px 0; }
#content table,
#content table td {
    border: 1px #1c3c53 solid;
}
#content table td {
    padding:2px 2px 2px 7px;
}
#content table .h td {
    font-weight:bold;
    text-align:center;
    padding: 2px;
}
#content a { color:#355c79; text-decoration: underline; }
#content a:hover { color:#7290a5; text-decoration: none; }
#footer { width:100%; height:50px; line-height:50px; color:#fff; background:url(../images/footer.gif) 50% 50% repeat-x; text-align:center; }
#footer a { color:#7290a5; text-decoration: none; }
#footer a:hover { color:#e8e5cb; }
