



/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
background: #2B1300 url('../img/bg.gif') repeat 0 0;
min-width: 900px;
}

a:link, a:visited {
color: #A42A00;
text-decoration: underline;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.noscreen {
display: none;
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Wrapper */

.wrapper {
width: 900px;
margin: 5px auto 0 auto;
padding-bottom: 5px;
text-align: left;
position: relative;
}


/* Paragraphs, headings, ... */

p {
color: #A42A00;
line-height: 1.7;
}

h1, h1 a:link, h1 a:visited, h2, h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
letter-spacing: 1px;
}

h2, h3 {
color: #A42A00;
}

h1 {
font-size: 2.6em;
color: #EBD391;
margin-bottom: 10px;
}

h1 a:link, h1 a:visited {
color: #EBD391;
text-decoration: none;
}

h2 {
font-size: 1.8em;
margin-bottom: 8px;
}

h3 {
font-size: 1.5em;
}






/* Menu */

.menu {
list-style: none;
width: 970px;
margin: 10px auto 10 auto;
padding-left: 10px;
background: #682E00 url('../img/menu-bg.gif') repeat-x 0 0;
}


.menu li a, .menu li a:visited {
color: #EBD391;

}

.menu li a:hover {
color: #FFF4D3;
}




/* Content */

.content {
width: 980px;
margin: 0 auto;
background-color: #FFF4D5;
}












/* Image gallery */

.gallery {
width: 99%;
}

.photo {
float: center;
display: inline;
width: px;
height: px;
overflow: auto;
position: relative;
}

.photo a img {
margin: 0 auto 2px auto;
border: 1px solid #DEBE81;
}

.photo a:hover img {
border: 1px solid #A42A00;
}

.photo p, .photo p a, .photo p a:visited {
margin-left: 1px;
}


/* Footer */

.footer {
width: 980px;
height: 47px;
margin: 0 auto;
background: #893D00 url('../img/footer-bg.gif') repeat-x 0 0;
border-top: 2px solid #612900;
}

.footer p {
color: #FFF4D5;
line-height: 47px;
}

.footer p a, .footer p a:visited {
color: #FFF4D5;
font-weight: normal;
}

.footer p.text-left {
float: left;
width: 415px;
margin-left: 27px;
display: inline;
}

.footer p.text-right {
float: right;
text-align: right;
width: 415px;
margin-right: 27px;
display: inline;
}

#printer {
background: url('../img/printer.gif') no-repeat 0 bottom;
padding-left: 27px;
}


p#subfooter {
color: #C7BEA8;
font-size: 0.95em;
text-align: right;
margin: 7px 4px 0 0;
}

p#subfooter a, p#subfooter a:visited {
color: #C7BEA8;
}

p#subfooter a:hover {
color: #FFF4D5;
}

#light-link {
font-weight: normal;
}

