html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: url(../image/template/brown_bg.png) #190200;
    font-size: 11px;
    color: #ddbb90;
    font-family: 'Tahoma', 'Helvetica', sans-serif;
}

div.container {
    background: url(../image/template/light_brown_bg.png) repeat-x;
    width: 100%;
}
div#top {
    height: 280px;
    width: 960px;
    overflow: hidden;
}
a {
    color: #ffedd5;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

div#layout {
    width: 960px;
    overflow: hidden;
    margin: auto;
}

div#foot {
    height: 109px;
    width: 960px;
    overflow: hidden;
    background: url(../image/template/foot_bg.png) repeat-x;
}

.fleft {
    float: left;
    display: inline;
}

.fright {
    float: right;
    display: inline;
}

table, table td, table th {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}



div#foot img.left_jar {
    width: 128px;
    margin-top: 4px;
    height: 108px;
}

div#foot img.right_jar {
    width: 128px;
    margin-top: 4px;
    height: 108px;
}

div#foot div.info {
    width: 704px;
    
}

div#foot div.info div.menu {
    margin: 20px 20px 0 20px;
    height: 43px;
}

div#foot div.info a {
    text-decoration: none;    
}

div#foot div.info a:hover {
    text-decoration: underline;
}

div#foot div.info div.menu a {
    background: url(../image/template/li_foot.gif) no-repeat 0px 4px;
    padding-left: 20px;
    line-height: 19px;
    color: #ffedd5;
    white-space: nowrap;
    font-weight: normal;    
    margin: 0px 5px;    
}

div#foot div.info div.rights {
    line-height: 16px;
    margin: 0 0 0 27px;
    padding: 4px 4px;
}

div#design {
    line-height: 24px;
    font-size: 10px;
    color: #9F733B;
    text-align: center;
}

div#design a {
    font-weight: normal;
    color: #BF955F;
    text-decoration: none;
}

div#design a:hover {
    text-decoration: underline;
}

div#left_column {
    width: 233px;
    overflow: hidden;
    display: inline;
    float: left;
}

div#middle_column {
    width: 501px;
    padding: 12px 22px;
    float: left;
    display: inline;
}

div#right_column {
    width: 182px;
    float: left;
    display: inline;
}

div#left_column div.menu {
    width: 233px;
    overflow: hidden;
}

div#left_column div.menu div.menu_bg {
    background: url(../image/template/menu_bg.gif) repeat-y;
}

div#left_column div.menu img {
    display: block;
}

ul.main_menu {
    margin: 0px;
    padding: 0px;    
}

ul.main_menu li {
    margin: 0px;
    padding: 0px;
    color: #A57141;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
    display: block;
    text-align: center;
}

ul.main_menu li a {
    text-decoration: none;
    font-weight: normal;
    color: #A57141;
}

ul.dark {
    margin: 0px;
    padding: 0px;
    color: #ffedd5;
    list-style-type: none;    
}

ul.dark li {
    margin: 0px;
    padding: 0px;
    color: #ffedd5;
    background: url(../image/template/li_dark.gif) no-repeat 0px 4px;
    padding-left: 20px;
    margin-left: 10px;

}

ul.dark li a {
    color: #ffedd5;
    font-weight: normal;
    text-decoration: none;
}

ul.dark li a:hover {
    text-decoration: underline;
}

div.download_form {
    margin: 20px 10px 20px 20px;
}

div.page_content {
    background: url(../image/template/content_bg.png) repeat-y;
}

div.news {
    color: #210300;
}

div.news a {
    color: #210300;
}

div.news div.news_bg {
    background: url(../image/template/news_bg.gif) repeat-y;
    margin: 0px;
    padding: 0px;
}

div.news ul.news {
    margin: 0px;
    padding: 0px 20px;
}

div.news p.text_right {
    text-align: right;
}

div.news ul.news li {
    margin: 0px;
    padding: 0px;
    display: block;
    padding-bottom: 10px;
    border-bottom: solid 1px #f7e3ad;
    margin-bottom: 10px;
    list-style-type: none;

}

div.news ul.news li p {
    margin: 0px 0px 5px 0px;
}

div.news ul.news li.all_news {
    margin-bottom:0px;
    border-bottom: 0px;
    text-align: center;
}

div.news ul.news li.all_news a {
    color: #721f05;
    text-decoration: none;
    background: url(../image/template/li_ornament.gif) no-repeat 0px 2px;
    padding-left: 25px;
}

div.news ul.news li.all_news a:hover {
    text-decoration: underline;
}

table.gallery {
    width: 100%;
}

table.gallery td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

table.gallery td a {
    display: block;
}

table.gallery a img {
    border: solid 3px #E1C59E;
    padding: 2px;
    display: block;
    margin: auto; 
}

#zoomImage {
    overflow: hidden;
}

#zoomImageContainer {
    text-align: center;
    width: 640px;
    overflow: hidden;
    height: 480px;
}

#bigImage {
    overflow: hidden;
}

#imgContainer {
    text-align: center;
    overflow: hidden;
}