

body {
    
    background: url(../images/bg.jpg) repeat;
    
}

body, td {
    font-family: tahoma;
    font-size: 12px;
    color: #565656;
    line-height: 20px;
}

h1, h2 {
    font-family: 'palatino linotype', georgia, serif;
    font-size: 22px;
    font-weight: normal;
    color: #2e5063;
    padding: 0px;
    margin: 0px;
}

h1 {
    padding-bottom: 10px;
}

#wrapper {
    width: 1020px;
    margin: 0px auto;
}

#shad-top {
    background: url(../images/shad-top.png) no-repeat;
    width: 1020px;
    height: 10px;
}

#number {
    text-align: center;
    font-size: 16px;
    color: #777;
}

#main-bg {
    background: url(../images/main-bg.png) repeat-y;
    width: 1020px;
}

#main-wrapper {
    padding: 0px 10px;
}

#top-nav-bg {
    background: url(../images/top-nav-bg.jpg) no-repeat;
    width: 1000px;
    height: 25px;
    position: relative;
}

#top-nav {
    position: absolute;
    left: 660px;
    width: 310px;
}

#top-nav a {
    display: block;
    float: left;
    font-family: tahoma;
    font-size: 13px;
    color: #f0efef;
    line-height: 20px;
    text-decoration: none;
    padding: 3px 13px 0px 13px;
}

#top-nav a:hover {
    color: #2f2f2f;
}

.top-sep {
    background: url(../images/top-nav-sep.jpg) no-repeat;
    width: 2px;
    height: 25px;
    float: left;
}

.content-wrapper {
    padding: 0px 40px;
}

.box-wrapper {
    padding: 0px 20px;
}

.box-wrapper a {
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #565656;
    line-height: 27px;
}

.box-wrapper a:hover {
    color: #2e5063;
}

.left-top {
    background: url(../images/left-top.jpg) no-repeat;
    width: 260px;
    height: 10px;
}

.left-mid {
    background: url(../images/left-mid.jpg) repeat-y;
    width: 260px;
}

.left-bot {
    background: url(../images/left-bot.jpg) no-repeat;
    width: 260px;
    height: 10px;
}

.right-top {
    background: url(../images/right-box-top.jpg) no-repeat;
    width: 310px;
    height: 10px;
}

.right-mid {
    background: url(../images/right-box-mid.jpg) repeat-y;
    width: 310px;
}

.right-bot {
    background: url(../images/right-box-bot.jpg) no-repeat;
    width: 310px;
    height: 10px;
}

#news a {
    font-family: 'palatino linotype', georgia, serif;
    font-size: 14px;
    color: #888959;
    text-decoration: none;
}

#footer-bg {
    background: url(../images/footer-bg.png) no-repeat;
    width: 1020px;
    height: 110px;
}

#footer-nav, #copy {
    text-align: center;
}


#footer-nav a, #copy, #copy a {
    font-family: tahoma;
    font-size: 14px;
    text-decoration: none;
    color: #777777;
    line-height: 45px;
    padding: 0px 10px;
}

#footer-nav a:hover, #copy a:hover {
    color: #888958;
}
