/* html, body */html { overflow: auto; height: 100%; }body { margin: 0; padding: 0; background: #2e1d11 url(images/bg-cont.jpg) center center; color: #ffe6ba; font-size: 14px; font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif; height: 100%; scrollbar-base-color: #ffe6ba; scrollbar-arrow-color: #2e1d11; scrollbar-3dlight-color: #ffe6ba; scrollbar-darkshadow-color: #2e1d11; scrollbar-face-color: #ffe6ba; scrollbar-highlight-color: #ffe6ba; scrollbar-shadow-color: #ffe6ba; scrollbar-track-color: #2e1d11; }/* hrefs */a { color: #a4957a; text-decoration: none; outline: none; }a:hover { color: #fff; text-decoration: underline; }a img { border: none; }a .img { cursor: url(/images/zoom.cur), move; }:focus { -moz-outline: none; outline: none; }/* divs */div { margin: 0; padding: 0; }div#container { width: 1024px; height: 768px; margin-left: auto; margin-right: auto; background: url(images/bg.jpg) top left no-repeat; }div#logo { width: 127px; height: 127px; margin-left: 41px; margin-top: 23px; position: absolute; }div#header { width: 310px; height: 50px; margin-left: 360px; margin-top: 76px; position: absolute; }div#left { width: 70px; height: 422px; margin-left: 70px; margin-top: 174px; position: absolute; }div#main { width: 615px; height: 422px; margin-left: 206px; margin-top: 174px; position: absolute; text-align: center; }div#right { width: 70px; height: 422px; margin-left: 886px; margin-top: 174px; position: absolute; }div#footer { width: 310px; height: 50px; margin-left: 360px; margin-top: 644px; position: absolute; }div#copyright { width: 1024px; height: 35px; margin-top: 714px; position: absolute; background: url(images/brown.png); text-align: center; line-height: 35px; }div#content { width: 591px; padding: 12px 12px 8px 12px; background: url(images/brown.png); overflow: auto; text-align: left; }div#content_video { padding: 12px 12px 8px 12px; background: url(images/brown.png); overflow: hidden; text-align: left; }.img { padding: 12px; background: url(images/brown.png); }#galprev { width: 50px; height: 50px; margin-left: 80px; margin-top: 644px; position: absolute; }#galnext { width: 50px; height: 50px; margin-left: 896px; margin-top: 644px; position: absolute; }/* classes */.thumb { width: 50px; height: 50px; padding: 10px; background: url(images/brown.png); margin-bottom: 18px; }.thumb_current { width: 50px; height: 50px; padding: 10px; background: #ffe6ba; margin-bottom: 18px; }/* elements */h1 { padding: 0; margin: 0; font-size: 22px; }h2 { padding: 0; margin: 0; font-size: 16px; }form { padding: 0; margin: 0; }ul { list-style-type: square; }ul.form { padding: 0; list-style-type: none; margin: 0; }ul.form li {line-height: 30px; }input, textarea { background: none; color: #ffe6ba; border: 1px solid #ffe6ba; padding: 2px; }textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-top: 5px; }input:hover, input:focus, textarea:hover, textarea:focus { background: #ffe6ba; color: #2e1d11; }label { width: 100px; text-align: right; float: left; margin-right: 10px; }
