* {
    margin: 0;
    padding: 0;
}

#accessibility, .noscreen, hr {
    display: none;
}

div.cleaner {
    font-size: 0;
    line-height: 0em;
    height: 0;
    overflow: hidden;
    clear: both;
}

.right {
    float: right;
}
.left {
    float: left;
}

#wrapper p.right {
    text-align: right;
    float: none;
    margin: 0;
    clear: both;
}

#wrapper p.left {
    text-align: left;
    float: none;
    margin: 0;
    clear: both;
}

.center {
    text-align: center;
}

ul {
    list-style-type: none;
}

#wrapper ul li.first {
    border-left: none;
}

body {
    color: white;
    background-color: black;
    font: normal small Georgia, Garamond, 'Times New Roman', Times, serif;
    text-align: center;
}

p.white {
	padding: 8px 0 0 0;
	color: #e1e1e1;
}

a {
    text-decoration: underline;
    color: white;
}

a:hover {
    text-decoration: none;
}

#wrapper a {
    color: #613900;
}

a img, fieldset {
    border: none;
}

address {
    font-style: normal;
}

#container {
    background: url('../images/bg.gif') top center repeat-y;
    width: 631px;
    margin: 0 auto;
}

#container-home {
    background: #000000;
    width: 631px;
    margin: 0 auto;
}

#wrapper {
    width: 631px;
    margin: 0 auto;
    text-align: left;
    background: #DBDBD4 url('../images/main.jpg') top left no-repeat;
    color: black;
    float: left;
    width: 631px;
}

#wrapper-home {
    width: 631px;
    margin: 0 auto;
    text-align: left;
    background: #000000 url('../images/homepage.jpg') top left no-repeat;
    color: black;
    float: left;
    width: 631px;
}

h1, h1 span.replace {
    position: relative;
    display: block;
    width: 140px;
    height: 60px;
    overflow: hidden;
    font-size: 80%;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

h1 span.replace {
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
    background: url('../images/logo.gif') top left no-repeat;
}

h1.home span.replace {
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
    background: url('../images/logo-home.jpg') top left no-repeat;
}

h1 strong {
    display: block;
    font-size: 240%;
    font-weight: normal;
    letter-spacing: .1em;
    padding-top: 10px;
}

#wrapper h1 a {
    color: #461B06;
}

/*=====================
Navigation
=====================*/

#navigation {
    float: left;
    width: 122px;
    text-transform: uppercase;
    margin: 18px 0 0 18px;
    font-size: 9px;
    font-family: Arial, Helvetica, 'Trebuchet MS', sans-serif;
    letter-spacing: 2px;
}

#navigation li {
    margin-bottom: 12px;
}

#navigation li a {
    color: #461B06;
    text-decoration: none;
    display: block;
}

#navigation li a strong {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
}

#navigation li a:hover {
    color: white;
}


/*=====================
Navigation Hompage
=====================*/

#navigation-home {
    float: left;
    width: 122px;
    text-transform: uppercase;
    margin: 18px 0 0 18px;
    font-size: 9px;
    font-family: Arial, Helvetica, 'Trebuchet MS', sans-serif;
    letter-spacing: 2px;
}

#navigation-home li {
    margin-bottom: 12px;
}

#navigation-home li a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

#navigation-home li a strong {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
}

#navigation-home li a:hover {
    color: #b1be32;
}


#content {
    padding: 60px 0 260px 0;
    width: 380px;
    float: left;
}

#content h2 {
    font-size: 130%;
    color: #461B06;
    font-weight: normal;
    margin-bottom: 14px;
}

#content p {
    line-height: 1.8em;
    font-size: 90%;
    margin-bottom: 16px;
}

#content p.borderbottom {
	padding: 0 0 10px 0;
    border-bottom: 1px solid #9b998b;
}

#content img {
    margin-bottom: 16px;
}

small.limits {
	line-height: 5px;
}

#footer {
    position: fixed;
    bottom: 0;
    background: url('../images/footer.gif') bottom left no-repeat;
    width: 631px;
    height: 230px;
}

#footer-home {
    position: fixed;
    bottom: 0;
    background: #000;
    width: 631px;
    height: 230px;
}

#copy {
    font-family: 'Lucida Grande', Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-align: center;
}

#copy p {
    margin: 0;
    font-size: 100%;
}

#copy ul {
    margin-top: 6px;
    padding-right: 16px;
}

#copy ul li {
    display: inline;
    border-left: solid 1px #7d7b71;
}

#copy ul li a {
    text-decoration: none;
    padding: 0 6px 0 8px;
}

#copy ul li a:hover {
    text-decoration: underline;
}