/* Simshalabim Stylesheet
 * created by iblis */

html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    background: url('../pics/leftblend.jpg') repeat-y top left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: #330000;
    margin: 0px;
}

#index {
    background: #ffffff;
}

#logo {
    margin-top: 200px;
    text-align: center;
}

#select {
    text-align: center;
    vertical-align: middle;
}

#select img {
    border: none;
}

.pleft {
    margin-left: -160px;
    margin-top: 60px;
}

.pright {
    margin-right: -160px;
    margin-top: 60px;
}

#page {
    background: #ffffff url('../pics/rightblend.jpg') repeat-y top right;
    margin-left: 80px;
    padding: 50px 150px 15px 70px;
    min-height: 100%;
    height: auto;
    text-align: center;
}

#page h3 {
    padding-left: 10px;
    color: #663300;
    font-weight: bolder;
}

#page h5 {
    margin-bottom: 2px;
    color: #663300;
    font-size: small;
}

.tlarge {
    font-size: x-large;
}

.utlarge {
    font-size: large;
}

.pfoot {
    color: #996633;
}

#header {
    margin: 20px 5px 20px 5px;
    border-top: 2px solid #fcebc7;
    border-bottom: 2px solid #fcebc7;
    text-align: center;
}

a, a:hover {
    text-decoration: none;
    color: #996633;
/*    font-size: x-small;
To be removed in final version
*/
}

#logo a, #logo a:hover {
    text-decoration: none;
    color: #333300;
    font-style: italic;
    font-weight: bold;
}
              
#logo a:hover {
    color: #666600;
}

#menu a, #menu a:hover {
    text-decoration: none;
    background: url('../pics/menudeco.jpg') no-repeat top left;
    margin-right: 10px;
    padding: 25px 5px 5px 35px;
    border-right: 2px solid #fcebc7;
    border-bottom: 2px solid #fcebc7;
    color: #330000;
}

#menu a:hover {
    background: #fcebc7 url('../pics/menudeco2.jpg') no-repeat top left;
    color: #666600;
}

/* for Internet Explorer */
/*\*/
* html #page {
    height: 100%;
}

