html, body {height: 100%; width: 100%; margin: 0; padding: 0; color: #aaa; font-family: 'Open Sans', sans-serif; overflow: hidden; font-size: 11px; font-weight: 300;}

h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif; }

#background {width: 100%; height: 100%; }
#background img {min-width: 100%; min-height: 100%;}

#contentWrapper { position: absolute; bottom: 50px; left: 25px; height: 580px; width: 460px; background: white;  z-index: 100; overflow: hidden;}
#content {position: relative; height: 100%; width: 100%;}

#content > * {position: absolute;}
#content #text {top: 50px; left: 20px; width: 100%;}
#content #close {top: 0; right: 0; padding: 4px 7px; width: 38px; background: #b19775; color: white; font-size: 11px; z-index: 110;}
#content #close:hover {background: #9e7642; cursor: pointer;}
#content #open { z-index: 110; display: none; top: 0; right: 0; width: 38px; padding: 4px 7px; background: #b19775; color: white; font-size: 11px;}
#content #open:hover {background: #9e7642; cursor: pointer;}
#content #logo {bottom: 17px; left: 20px; width: 415px; padding-top: 5px; border-top: 1px solid #9e7642; z-index: 105;}
#content .disclaimer {font-size: 10px; overflow: hidden; overflow-y: auto; height: 227px; width: 300px; padding-right: 12px;}

#content h1 {float: left; font-weight: 300; text-transform: uppercase; font-size: 36px; width: 100%; line-height: 32px;}
#content h5 {float: left; font-weight: 300; text-transform: uppercase; color: #9e7642; font-size: 11px; width: 100%; line-height: 32px; margin-bottom: 0px;}
#content #textMain {float: left; width: 300px; height: 330px;}
#content #textMain ul {list-style: square; width: 300px; padding-left: 20px; float: left; }
#content #navigation {float: left; width: 110px; margin-left: 30px; text-transform: uppercase;}
#content ul {margin: 0; padding: 0; list-style: none; }
#content ul li {margin: 0; padding: 0;}
#content ul li:hover {margin: 0; padding: 0;color: #9e7642;}
#content a {text-decoration: none; color: #bbb;}
#content a:link {text-decoration: none; color: #bbb;}
#content a:visited {text-decoration: none; color: #bbb;}
#content a:hover {text-decoration: none; color: #9e7642;}
#content a:active {text-decoration: none; color: #9e7642;}
#content a.active {text-decoration: none; color: #9e7642;}

#content #pictures {overflow: hidden; overflow-y: auto; max-height: 272px; width: 300px;}
#content #pictures img {max-width: 80px; height: 45px; border: 1px solid #777;}
#content #pictures img:hover {border: 1px solid #9e7642; cursor: pointer;}


