body {
    margin: 0;
    padding: 0;
    color: #666;
    text-align: center;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    background: #f9e7d1 url('../../images/bg.png') repeat;
}

img {
    border: none;
}

a {
    color: #81202b;
}

a:hover {
    color: #cb706f;
}

h2 {
    color: #81202b;
    margin: 0 0 5px;
    padding: 5px 0 3px 0;
    border-bottom: 2px #cb706f solid;
    font: 18px cursive, Helvetica, sans-serif, Arial;
}

.middle-container {
    display: block;
    margin: 30px 0;
}

.header, .nav, .middle, .footer {
    width: 970px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.header {
    height: 100px;
    padding: 20px 0 0 0;
    background: #f9e7d1 url('../../images/header-bg.png') no-repeat 50% 50%;
}

.header a {
    height: 100px;
    display: block;
}

.nav-container {
    height: 33px;
    background: #cb706f url('../../images/nav-bg.png') repeat-x;
}

ul.nav-left, ul.nav-right {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.nav-left {
    float: left;
    border-left: 3px #cb706f solid;
}

ul.nav-right {
    float: right;
    border-right: 3px #cb706f solid;
}

ul.nav-left li, ul.nav-right li {
    float: left;
}

ul.nav-right li a {
    border-left: 3px #cb706f solid;
}

ul.nav-left li a {
    border-right: 3px #cb706f solid;
}

ul.nav-left li a, ul.nav-right li a {
    height: 33px;
    color: #f9e7d1;
    padding: 0 20px;
    font-weight: 700;
    line-height: 33px;
    text-decoration: none;
}

ul.nav-left li a:hover, ul.nav-right li a:hover {
    color: #000;
    background-color: #f9e7d1;
}

.advertise {
	clear: both;
	margin: 10px 0;
	padding: 5px 10px;
	text-align: center;
}

.breakline {
    clear: both;
    margin: 0 0 10px;
}

.footer-container {
	left: 0;
	bottom: 0;
	width: 100%;
    clear: both;
	z-index: 1000;
	position: fixed;
    border-top: 3px #CCC solid;
    background: url('../../images/footer-bg.png') repeat-x;
}

.footer {
    height: 30px;
    color: #f9e7d1;
    text-align: right;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 30px;
}

.footer div {
    float: left;
}

.footer a {
    color: #FFFF00;
}

.footer a:hover {
    color: #FFF;
}
