body {
    font-family: Arial,Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    background: url('../images/gfx_main/background.gif') #8b9c1c repeat-x;
    padding: 0;
    margin: 0;
    color: #000000;
    text-align: center;
    width: 100%;
}

a {
    text-decoration:none;
    color: #787474;
}

img {
    border:none;
}

img.imgBlock {
    display: block;
}

fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

.both {
    clear: both;
}

.line {
    width: 100%;
    height: 10px;
    clear: both;
}

.page_title {
    font-size: 15px;
    font-weight: bold;
    color: #004b23;
    margin: 5px 0 20px 55px;
}

.selected {
    color: #912812;
}

.white_line {
    width: 100%;
    clear: both;
}

div.form {
    margin: 0 0 0 100px;
}

div.form #submit {
    color: #ffffff;
    background: #8b9c1c;
    margin: 0 0 0 360px;
}

div.form div.label {
    float: left;
    text-align: right;
    width: 150px;
    padding: 0 10px 0 0;
}

div.form div.element {
    float: left;
    margin: 0 0 0 10px;
    width: 200px;
}

div.form div.element input.text {
    width: 200px;
}

div.form div.both {
    clear: both;
    width: 100%;
    margin: 0px 0px 5px 0px;
}

div.form ul.errors {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    color: #FF000A;
}

div.form fieldset {
    margin: 35px 0 0 0;
}

div.form fieldset legend {
    margin: 0 0 20px 0;
    font-size: 12px;
    font-weight: bold;
    color: #004b23;
}

div#top {
    width: 100%;
    position: relative;
    width: 960px;
    height: 231px;
    background: url('../images/gfx_main/top2.gif');
}

div#top div#homepage {
    position: relative;
    width: 300px;
    height: 100px;
    top: 50px;
}

ul#menu_top {
    list-style-type: none;
    float: right;
}

ul#menu_top li {
    float: left;
    margin-left: 10px;
}

ul#menu_top li a {
    font-size: 15px;
    font-weight: bold;
    color: #f9dc94;
}

div#wrapper {
    width: 960px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    background: #e6eacf;
}

div#content {
    width: 100%;
    background: #e6eacf;
}

div#content div#content_main {
    width: 661px;
    font-size: 12px;
    float: right;
    padding: 0 20px 0 20px;
}

div#content div#left_menu {
    float: left;
    width: 259px;
    overflow: hidden;
}

div#content div#left_menu ul#menu_ul {
    margin: 40px 0 20px 30px;
    list-style-type: none;
}

div#content div#left_menu ul#menu_ul li {
    margin-top: 10px;
}

div#content div#left_menu ul#menu_ul li a {
    color: #004b23;
    font-size: 15px;
    font-weight: bold;
}

div#content div#left_menu ul#menu_ul li ul#submenu_ul {
    list-style-type: none;
    border: 1px solid red;
}

div#footer {
    clear: both;
    width: 960px;
    height: 345px;
    position: relative;
    background: url('../images/gfx_main/footer.gif');
}

div#footer div.yetiz_link {
    position: absolute;
    width: 90px;
    height: 40px;
    top: 40px;
    left: 350px;
}


