
body {
    padding: 0px;
    margin: 0px;
    background: #F3DE8F url('../images/hatter.jpg') no-repeat fixed top left;
}

#container {
    border: 0px solid black;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

/**************************** HEADER ***********************************/
#header {
    border: 0px dashed black;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    background: url('../images/futominta.jpg') repeat-x top left;
    width: 100%;
    height: 204px;
    z-index: 1;
}
#title_IE, #title_other {
    border: 0px solid magenta;
    position: absolute;
    top: 7px;
    left: 50%;
    float: left;
    margin-left: -158px;
    width: 316px;
    height: 98px;
    z-index: 2;
}
#title_IE {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png',sizingMethod='scale');
}
#title_other {
    background: url('../images/logo.png') no-repeat;
}

/**************************** FOOTER ***********************************/
#footer {
    display: block;
    clear: both;
    margin: 15px auto 5px auto;
    text-align: center;
}
#footer,
#footer a {
    font-family: Arial Black, Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    color: #933;
    text-decoration: none;
}

/**************************** MENU ***********************************/
#menu {
    border: 0px solid blue;
    position: relative;
    top: 140px;
    left: 0px;
    width: auto;
    height: 30px;
    margin: 0px;
    padding: 0px;
    z-index: 3;
}
#menu ul {
    border: 0px dashed green;
    margin: 0px;
    padding-top: 5px;
    padding-left: 10px;
    list-style-type: none;
}
#menu li {
    border: 0px solid red;
    vertical-align: top;
    padding-right: 15px;
    float: left;
}
#menu a {
    font-family: Arial Black, Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #6F5506;
    text-decoration: none;
}
#menu a:hover {
    color: #000000;
}
#menu a.sel {
    color: red;
}

/**************************** MAIN (content, galeria) ***********************************/
#content {
    border: 0px solid blue;
    position: relative;
    left: 0px;
    max-width: 100%;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    padding-left: 230px;
    padding-right: 20px;
}
#galeria {
    width: 100%;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align: center;
}
#content,
#content p,
#content td,
#galeria p {
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
/*    color: #57490D;*/
    color: #933;
}
#content p.focim,
#content font.focim,
#content h1 {
    font-family: Arial Black, Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#content p.cim,
#content font.cim,
#galeria p.cim {
    font-family: Arial Black, Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#content a,
#galeria a {
    color: #F00;
    text-decoration: none;
}
#content a:hover,
#galeria a:hover {
    text-decoration: underline;
}
#content input, 
#content select,
#content textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #57490D;
    background: transparent;
    border: 3px groove;
}
#galeria img {
    border: none;
    text-align: center;
}

#youTubeChannel { margin: auto; }
#youTubeChannel div.video { margin: 20px; }
