body {
    background:#5D7780 url(img/background.png) repeat-x;
    font-family:helvetica;
}
a {
    text-decoration:none;
}
#main {
    background-color:#FFFFFF;
    border-left:5px solid #A41C21;
    border-right:5px solid #A41C21;
    left:5%;
    min-height:100%;
    padding-left:15px;
    position:absolute;
    top:0;
    width:65em;
}
#menuBack {
    background:transparent url(img/menuright.png) no-repeat scroll right 0;
    display:block;
    padding:0;
    margin:0;
    width:60em;

}
#menuWrap {
    background:transparent url(img/menuback.png) repeat-x scroll 0 0;
    display:block;
    padding:0;
    margin:0;
    width:60em;
}
#navMenu {
//    background:transparent url(img/menuback.png) repeat-x scroll 0 0;
    background:transparent url(img/menuleft.png) no-repeat scroll left 0;
    height:38px;
    margin-left:0;
    padding-left:0;
    width:60em;
}
#navMenu li#first {
    margin-left:30px;
}
#navMenu li.current {
    background:url(img/current.png) no-repeat scroll bottom center;
    color:#A41C21;
}
#navMenu .current a {
    color:#A41C21;
}

#navMenu a {
    color: #555555;
    display:block;
    font-weight:bold;
    line-height:20px;
    margin-top:5px;
}
#navMenu a.doubleheight {
    line-height:12px;
}
#navMenu a:hover {
    text-decoration: underline;
}
#navMenu li.last {
    border-right: none;
}
#navMenu li {
    border-right: 2px dotted #555555;
    color: #555555;
    display:block;
    float:left;
    font-size:0.65em;
    font-weight:normal;
    height:34px;
    line-height:32px;
    list-style:none;
    margin-top:2px;
    padding-left:15px;
    padding-right:15px;
    text-align:center;
}
#navMenu #left {
    background-image:url(img/menuleft.png);
    float:left;
    height:38px;
    margin-right:10px;
    width:27px;
}
#navMenu #right {
    background-image:url(img/menuright.png);
    float:right;
    height:38px;
    width:27px;
}
#logo {
    background-image:url(img/logo.png);
    height:65px;
    margin-left: 25px;
    margin-top: 30px;
    width:375px;
}
#content {
    margin-bottom: 50px;
    position:relative;
    left:20px;
    width:65em;
}
#content #left {
    margin-top:25px;
/*    margin-left:70px;*/
    float:left;
}
#pageImg {
/*    margin-left:-50px; */
    margin-bottom:15px;
}
#content li {
    line-height: 1.2em;
}
#content #right {
    float:left;
    width:500px;
    margin-left:80px;
    margin-top:30px;
}
#content h2, #content b {
    color: #A41C21;
}
#social {
    bottom:52px;
    margin-left:-30px;
    position:absolute;
}
#social div {
    display:inline-block;
}
#social > div {
    display:inline-block;
    position:relative;
}
#social > div #mask {
    position:absolute;
    left:0;
    top:0;
}
#social a:hover .hover {
    visibility:visible;
}
#social a .hover {
    visibility:hidden;
    position:absolute;
    left:0;
    top:0;
}
#social > div img{
    border:0px;
    display:inline;
    padding:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#social #facebook, #social #twitter {
    border:0px;
}
#footer {
    border-top:1px solid #555555;
    bottom:10px;
    color:#777777;
    font-size:0.7em;
    left:2%;
    padding-top:10px;
    position:absolute;
    text-align:center;
    width:90em;
}