﻿
body
{
    background: #38592a url(images/wood.png);
    font-family: Sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #1a3116;
}
body form
{
    background: url(images/elet_bg.png) repeat-x;
}
a, a:link, a:active, a:visited
{
    color: #384900;
}
a:hover
{
    color: #444;
}
div, form, img, table, h1, h2, h3, p
{
    padding: 0;
    margin: 0;
    border: none;
}

div.separator
{
    height: 0px;
    clear: both;
    float: none;
    overflow: hidden;
}
input
{
    vertical-align: baseline;
}
div.termsofuse
{
    border: solid 1px #000;
    margin: 20px auto;
    padding: 12px;
    height: 120px;
    width: 800px;
    overflow: auto;
}
h1
{
    font-size: 140%;
    font-weight: bold;
    margin: 10px 0;
    color: #436a00;
    border-bottom: dotted 1px #063700;
}
h2
{
    font-size: 120%;
    font-weight: bold;
    padding: 8px 5px;
    color: #799c3e;
}
h3
{
    font-size: 105%;
    font-weight: bold;
    padding: 2px 5px;
    border-bottom: dotted 1px #799c3e;
    width: 50%;
    color: #799c3e;
}
h1, h2
{
    clear: both;
}
div#content table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 20px;
}
p
{
    padding: 5px 10px;
}
input
{
    vertical-align: middle;
}

div#front
{
    width: 924px;
    margin: 0 auto;
}
div#front div#header
{
    width: 914px;
    height: 380px;
    background: url(images/elet_top.png) no-repeat center center;
    padding: 5px;
}
div#front div#header div#topmost
{
    padding: 99px 0 55px 260px;
    text-align: center;
}
div#front div#header div#menu
{
    height: 210px;
    overflow: hidden;
}
div#front div#login
{
    background: #799c3e;
    border: solid 5px #fff;
    text-align: center;
    padding: 10px;
    width: 894px;
}
div#login table
{
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 894px;
}
div#login table td
{
    text-align: center;
    border: none;
    width: 894px;
}
div#front div#content
{
    background: #fff;
    width: 874px;
    padding: 10px 25px;
    margin: 0 auto;
}
div#front div#bottom
{
    background: #fff url(images/elet_bottom.png) no-repeat;
    background-position: 766px 0;
    height: 46px;
    padding-top: 9px;
    background: #fff;
}
div#front div#bottom p
{
    padding: 20px 0 0 0;
    background: #597d1f url(images/elet_bottom.png) no-repeat bottom right;
    height: 31px;
    border: solid 5px #fff;
    border-top: none;
    text-align: center;
}
div#front div#bottom_most
{
    clear: both;
    height: 70px;
}

#content li
{
    padding: 8px 0;
    margin: 0;
}
#content li span
{
    display: block;
    margin: 0;
    border: none;
    margin-bottom: 2px;
    border-bottom: dotted 1px #000;
    font-weight: bold;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 247px;
}
#menu ul li
{
    list-style: none;
    border-top: dotted 1px #597d1f;
    margin: 0;
    padding: 0;
}
#menu ul li:first-child
{
    border: none;
}
#menu ul li a
{
    height: 15px;
    display: block;
    padding: 9px;
    margin: 0;
    text-decoration: none;
}
#menu ul li a:hover
{
    background: #66872f;
}


.gallery
{
    margin: 0 auto;
    padding: 0;
    background: transparent;
    text-align: center;
    color: #000;
    width: 840px;
    font-size: 90%;
}
.gallery img
{
    border: solid 1px #ccc;
    margin: 0 auto;
}
.gallery a
{
    display: block;
    color: #000;
    float: left;
    width: 130px;
    height: 105px;
    padding: 5px;
    font-size: 90%;
    text-decoration: none;
}
.gallery a span
{
    color: #000;
}
.gallery a:hover
{
    color: #fff;
    background-color: #2c3c29;
}
.gallery a:hover img
{
    border: solid 1px #000;
}
.gallery a:hover span
{
    text-decoration: underline;
    color: #fff;
}