﻿* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}

#header {
    height: 35px;
    background: #242c39;
}

#maincontent {
    background: #a8c2d6 url(../_images/contheadm.gif) repeat-x left -1px;
    color: #242c39;
    min-height: 35px;
    border-radius: 0px !important;
    border-bottom: 4px ridge #97a9af;
}

#mylogo {
    color: #97a9af;
    margin: -40px 0px 0px 20px;
    background: url(../_images/imallahlogoeng.png) no-repeat left top;
    text-indent: -999999px;
    overflow: hidden;
}

#mylogo a {
    overflow: hidden;
    display: block;
}

#mylogo span {
    margin: 0px 10px 0px 40px;
    overflow: hidden;
    font-size: 11px;
    font-weight: bold;
    text-shadow: #242c39 1px 0 10px;
    letter-spacing: 1px;
    cursor: pointer;
}

#mylogo:hover {
    color: #fff;
}
