

h1 {
    font-family: arial;
    font-size: 24px;
    font-weight: normal;
    color: #3e5d62;
    padding: 0px;
    margin: 0px;
}

h2 {
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #3e5d62;
    padding: 0px;
    margin: 0px;
}

#mid-shadow {
    background: url(../images/mid-shadow.jpg) repeat-y;
    width: 960px;
}

#main-bg {
    background: url(../images/main-bg.jpg) repeat-x;
    width: 950px;
}

#nav {
    height: 55px;
    text-align: center;
}

#nav a {
    display: block;
    height: 55px;
    font-family: arial;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
    line-height: 55px;
    float: left;
}

#nav a:hover {
    background: url(../images/nav-hover.jpg) repeat-x;
}

.nav-sep {
    background: url(../images/nav-sep.jpg) no-repeat;
    width: 1px;
    height: 55px;
    float: left;
}

#bg {
    background: url(../images/bg.png) repeat-y;
    width: 950px;
}

#left-wrapper {
    padding-left: 25px;
    padding-right: 15px;
}

#main-wrapper {
    padding: 0px 15px;
}

#rotate
{
    width: 688px;
    height: 300px;
    z-index: 1;
    position: relative;
}

#rotate>img
{
    position: absolute;
    top: 0px;   
}

#footer {
    background: url(../images/footer-bg.jpg) repeat-x;
    width: 950px;
    height: 83px;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

#footer a {
    font-family: arial;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
    line-height: 40px;
}

#footer a:hover {
    color: #3e5d62;
}
