html {
 width: 100%;
 height: 100%;

 overflow: scroll;
 overflow-x: auto;
}

html, body {
    padding: 0;
    margin: 0;
}

body {
    background: white url("../images/layout/background.jpg") center 537px repeat-y;

    font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
    font-size: 9pt;

    text-align: center;

}

a img {
    border: 0;
}

hr {
    border: 0;
    border-top: 0px solid #999;

    height: 0;

    clear: right;
}



.clear {
    clear: both;
}

#wrapper {
    background: url("../images/layout/top.jpg") center top no-repeat;

    min-height: 540px;
    #height: 540px;

    text-align: center;

    padding-bottom: 40px;
}

#page {
    border: 0px solid red;

    margin: 0 auto;

    width: 995px;

    text-align: left;
}

#top {
    height: 195px;

    margin-left: 3px;
}

#menu {
    float: left;

    border: 0px solid red;

    margin-top: 100px;

    width: 230px;
}

#menu2 {
	margin-top:130px;
}

#menu ul {
    list-style-type: none;

    padding: 0;
    margin: 0;
}

#menu ul li {
    padding: 0;
    padding-left: 70px;
    margin: 7px 0;

    border: 0px solid green;

    text-transform: uppercase;
    font-weight: bold;

    color: #287673;
}

#menu ul ul li {
    margin: 0;
    padding: 0;
}

#menu ul li a {
    border: 0px solid red;
    margin: 0;

    color: #287673;
    text-decoration: none;
}

#menu ul li a:hover {
    color: black;
}

#menu ul li a.active {
    color: black;
}

#content {
    border: 0px solid blue;

    float: left;

    margin-left: 10px;

    min-height: 500px;

    /*background: url("../images/layout/feather.jpg") no-repeat right bottom;*/

    width: 740px;
}

#signature {
    border-top: 1px solid gray;

    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
    #padding-bottom: 4px;
    padding-top: 10px;
    #padding-top: 4px;

    position: relative;
    top: 30px;
}

#signature a {
    text-decoration: none;
}
