html, body {
    margin:0;padding:0;
    font-family: 'Droid Serif', serif;
    color: #414042;
}
body {
    background-image: url('images/background.gif');
}
/* To see the divs
div {
    outline: 1px dashed;
}*/
#pageWrapper {
    width: 956px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 63px;
    background-image: url('images/background-bottom.png');
    background-repeat: repeat-y;
    max-height: 1204px;
    overflow: hidden;
}
#header {
    position: relative;
    height: 245px;
    margin-bottom: 10px;
    background-image: url('images/background-header.png');
    background-repeat: no-repeat;
}
#logo {
    position: absolute;
    width: 132px;
    height: 134px;
    top: 112px;
    left: 415px;
    overflow: hidden;
}
h1.ir {
    color: transparent;
}
#menu {
    float: left;
    margin-top: 5px;
    margin-left: 70px;
}
#menu ul {
    font-size: 11pt;
    line-height: 3.25;
    font-style: italic;
}
#menu ul li a {
    color: #414042;
    text-decoration: none;
}
#menu ul li a:hover {
    color: #702335;
}
#menu ul li ul {
    line-height: 1.5;
    padding-left: 30px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
}
#footer {
    clear: both;
    border-top: 2px;
    border-top-style: solid;
    border-top-color: #b78989;
    height: 78px;
    font-family: 'Droid Sans', sans-serif;
    background-image: url('images/background-footer.png');
    background-repeat: no-repeat;
}
#content {
    float: left;
    position: relative;
    height: 890px;
    margin-left: 50px;
}
#copyright {
    float: left;
    font-size: 11px;
    color: #414042;
    padding-top: 30px;
    padding-left: 68px;
}
#copyright b {
    font-weight: bold;
}
#socialmedia {
    float: right;
    margin-top: 18px;
    margin-right: 80px;
}
#socialmedia img {
    padding-left: 40px;
}
#socialmedia a {
    text-decoration: none;
}