body {
    margin: 0px auto;
    font-family: "Trebuchet MS","Helvetica",sans-serif;
    color: #2d2d2d;
    font-size: 12px;
    background-image: url(assets/images/bigread_bkgnd1.jpg);
    background-repeat: repeat-x;
/*     background-color: #23aa7f; */
    background-color: #00a36e;
}

a, a:hover, a:visited, a:active {
    color: #0089d8;
}

#page {
    width: 909px;
    border-left: 5px solid #87CAB8;
    border-right: 5px solid #87CAB8;
    border-bottom: 0px solid #87CAB8;
    margin: 0px auto;
}

#top-menu {
    min-height: 30px;
    max-height: 30px;
    background-color: #000000;
    color: #ffffff;   
    line-height: 30px;
    text-align: right;
    padding-right: 0px; 
}

#top-menu a, #top-menu a:hover, #top-menu a:visited {
    color: #ffffff;
    text-decoration: none;
}

#top-menu a:hover, #top-menu a:active, #top-menu li.active, #top-menu li.active a {
    color: #ffb200;
    text-decoration: none;
}

#top-menu ul {
    margin: 0px;
    padding: 0px;
}

#top-menu li {
    display: inline;
    list-style-type: none;
    padding-right: 15px;
}

#header {
    min-height: 250px;
    max-height: 250px;
    background-image: url(assets/images/books-2.jpg);
    background-repeat: no-repeat;
    border-bottom: 1px solid #97d2bf;
    position: relative;
}

img.logo {
    left: 20px;
    position: absolute;
    top: 0px;
    z-index: 50;
    
}

#content {
    background-color: white;
    padding: 25px;
    border-top: 1px solid #97d2bf;
    background-image: url(assets/images/content-bg.jpg);
    background-repeat: repeat-x;
    min-height: 200px;
}

#footer {
    width: 919px;
    min-height: 95px;
    height: 95px;
    margin: 0px auto;
    padding-top: 50px;
    color: #ffffff;
    text-align: center;
    background-image: url(assets/images/footer-3.png);
    background-repeat: no-repeat;
}

#attention {
    min-height: 237px;
    background-color: #ffffff;
/*     background-image: url(assets/images/attention_bg_1.jpg); */
/*     background-repeat: repeat-x; */
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 20px;
}

#attention h3 {
    padding: 0px;
    margin: 0px;
}

#attention h2 {
    color: #ffb200;
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: normal;
}

h3 {
    padding: 0px;
    margin: 0px;
}

h2 {
    color: #0089d8;
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: normal;
}


#welcome {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 100px;
}

#welcome a, #welcome a:hover, #welcome a:visited, #welcome a:active {
    color: #ffffff;
}

#content h1 {
    font-size: 24px;
    color: #0089d8;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: normal;
}

#content h3 {
    font-size: 16px;
    font-weight: normal;
}

ul.news {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.news li {
    padding: 10px 0px;
    border-bottom: 1px solid #0089d8;
}

ul.news li.last {
    border-bottom: 0px;
}

#calendar-home {
    width: 309px;
    min-height: 185px;
    max-height: 185px;
    overflow: hidden;
    padding: 20px;
    float: left;
    background-image: url(assets/images/calendar-bg-3.png);
    background-repeat: no-repeat
    background-position: center center;
}

#calendar-home h3 {
    color: #0089d8;
    font-size: 14px;
    font-weight: normal;
}

#calendar-home div.ee_miniCalendar {
    text-align: left;
/*     margin: 0px auto; */
    width: 125px;
    font-size: 12px;
}

#calendar-home div.easyEventsList_heading {
    padding-bottom: 10px;
}

#content-wrapper {
    float: left:
}

#facebook {
    position: absolute;
    top: 200px;
    right: 0px;
    background-image: url(assets/images/icon-bg.png);
    background-repeat: repeat-x;
    width: 901px;
    text-align: right;
    padding-right: 8px;
    line-height: 50px;
    z-index: 25;
    min-height: 45px;
    padding-top: 5px;
}

#iframe {
    width: 369px;
    height: 310px;
    max-height: 310px;
    overflow: auto;
    float: left;
    clear: both;
}