body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size:13px
}

.cls {
    clear: both;
    height: 0px;
    overflow:hidden
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0px;
    padding:0px
}

form, input, select, label {
    margin:0px
}

#header {
    height: 58px;
    background: url(./bg-header.jpg) 0px 0px no-repeat;
    background-color: #223E6E;
    overflow:hidden
}

#header img {
    border: none;
    float: left;
    margin:10px 0px 0px 34px
}

#header ul {
    list-style: none;
    float: right;
    color: #9EAABF;
    background: url(./bg-menu-top.jpg) bottom left repeat-x;
    padding:8px 0px
}

#header li {
    float: left;
    width:auto
}

#header li a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    margin:0px 10px 0px 10px
}

#header li a:hover {
    text-decoration:underline
}

#shadow {
    height: 12px;
    background:url(./box-top.jpg) 0px 0px repeat-x
}

#lines {
    height: 3px;
    background: url(./lines.gif) 0px 0px repeat-x;
    overflow:hidden
}

#mainBig {
    width: 100%;
    color:#333333
}

#mainBig #right {
    margin: 60px;
}

#footer {
    background: #223E6E;
    color: #cccccc;
    font-size: 11px;
    text-align:center
}

#footer p {
    width: 100%;
    margin:4px 2px 2px 4px auto
}
