

body {
    background: url(../images/bg.jpg) repeat;
}

h1 {
    font-family: georgia;
    font-size: 24px;
    color: #6a0000;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
}

.wrapper {
    width: 960px;
    margin: 0px auto;
}

.clear {
    clear: both;
}

#header-bg {
    background: url(../images/header-bg.jpg) repeat-x;
}

#number {
    margin-left: 25px;
    font-family: 'myriad pro', tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    text-align: right;
}

#top-nav {
    float: right;
    margin-right: 25px;
}

#top-nav a {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    font-family: 'myriad pro', tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
}

#top-nav a:hover {
    color: #afdff3;
}

.search-input {
    background: url(../images/search-input.jpg) no-repeat;
    width: 205px;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    color: #222;
    border: 0px;
    margin: 0px;
}

#rotate
{
    width: 910px;
    height: 300px;
    z-index: 1;
    position: relative;
}

#banner-overlay {
    background: url(../images/banner-overlay.png) no-repeat;
    width: 960px;
    height: 350px;
    z-index: 2;
    position: absolute;
    top: 0px;
}

#rotate>img
{
    position: absolute;
    top: 25px;
    left: 25px;
}

.newsletter-input {
    background: url(../images/newsletter-input.png) no-repeat;
    width: 155px;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    color: #222;
    border: 0px;
    margin: 0px;
}

#banner-1 {
    background: url(../images/banner-1.png) no-repeat;
    width: 290px;
    height: 35px;
    font-family: georgia;
    font-size: 18px;
    line-height: 25px;
    color: #343434;
    text-align: center;
    padding-right: 20px;
}

#banner-2 {
    background: url(../images/banner-2.png) no-repeat;
    width: 320px;
    height: 35px;
    font-family: georgia;
    font-size: 18px;
    line-height: 25px;
    color: #343434;
    text-align: center;
}

#banner-3 {
    background: url(../images/banner-3.png) no-repeat;
    width: 300px;
    height: 35px;
    font-family: georgia;
    font-size: 18px;
    line-height: 25px;
    color: #343434;
    text-align: center;
    padding-left: 10px;
}

#content-top {
    background: url(../images/content-top.png) no-repeat;
    width: 960px;
    height: 5px;
}

#content-mid {
    background: url(../images/content-bg.png) repeat-y;
    width: 960px;
}

#content-bot {
    background: url(../images/content-bot.png) no-repeat;
    width: 960px;
    height: 5px;
}

#content-wrapper {
    padding: 15px 25px;
}

#footer-bg {
    background: url(../images/footer-bg.png) repeat-x;
    height: 101px;
    text-align: center;
    font-family: georgia;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

#footer-bg a {
    font-family: georgia;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding: 0px 5px;
}

#footer-bg a:hover {
    color: #afdff3;
}
