body {
    background: url("/images/main-background2.jpg") no-repeat scroll center top #7C42A5;
    border-top: 4px solid #9D73E5;
    color: #2A1A44;
    font-family: "Trebuchet MS",sans-serif;
    font-size: 16px;
}

.wrap-center {
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    padding-right: 9px;
    width: 989px;
}
#logo {
    float: left;
    padding-top: 23px;    
    width: 190px;
}
#top-bar {
    background: url("/images/topbar-background.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 12px;
    height: 40px;
}
#menu-logo {
    height: 100px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999;
}
#dropmenu {
    height: 100px;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;

}
#dropmenu {
    float: right;
    text-align: right;
    text-shadow: 0 1px #904BC0;
    
}
#dropmenu a {
    background: url("/images/menu-divider.png") no-repeat scroll 0 50% transparent;
    color: #FFFFFF;
    display: block;
    height: 55px;
    padding: 45px 16px 0;
    text-decoration: none;
}
#dropmenu li {
    float: left;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
#dropmenu .last a {
    background-color: #9CDB4E;
    background-image: url("/images/astro-kalenteri-painike-tausta.png");
    background-position: -6px -1px;
    background-repeat: no-repeat;
    border: 2px solid #B9F66E;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0 0 15px 0 rgba(46, 67, 22, 0.8);
    color: #507820;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: bold;
    height: 20px;
    margin: 30px 0 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-top: 15px;
    position: relative;
    text-align: right;
    text-decoration: none;
    text-shadow: 0 1px #CDFC91;
    text-transform: none;
    width: 100%;
}
#content, #content-wide {
    line-height: 20px;
    min-height: 200px;
}
#content-wide {
    width: 940px;
}
.main {
    font-size: 16px;
    margin-top: 0;
}
#content-area {
   background-color: #E6EFF6;
   background-image: url("/images/content-bg.jpg");
   background-position: center top;
   background-repeat: no-repeat;
   padding-bottom: 25px;
   padding-top: 30px;
   -moz-box-shadow: inset 0px 2px 4px rgba(126,140,151,0.75);
   -webkit-box-shadow: inset 0px 2px 4px rgba(126,140,151,0.75);
   box-shadow: inset 0px 2px 4px rgba(126,140,151,0.75);
}
#footer-link-columns .wrap-center div {
    height: 120px;
    line-height: 18px;
    overflow: hidden;
}
#footer-link-columns .panelfooter {
    float: left;
    margin-right: 25px;
    width: 160px;
}

#footer-link-columns {
    background: url("/css/themes/pink/gui/images/footer-top-overlay.png") repeat-x scroll center top transparent;
    clear: both;
    color: #C699E4;
    height: 120px;
    overflow: hidden;
    padding-top: 10px;
}  
#footer {
    background: url("/images/footer-background.jpg") repeat scroll center top #262428;
}
#footer-bottom {
    background: url("/images/footer-bottom-overlay.png") repeat-x scroll center top transparent;
    min-height: 60px;
    padding-top: 20px;
}
#footer-link-columns h3 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 10px 0 5px;
    text-shadow: 0 1px #FFFFFF;
}
#top-bar ul li {
    background: url("/images/top-bar-menu-divider.png") no-repeat scroll right center transparent;
    float: left;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}
ol, ul {
    list-style: none outside none;
}

#top-bar ul {
    padding-top: 10px;
}
#top-bar a {
    color: #D2D2D2;
    text-decoration: none;
}

.fr {
    float: right;
}
.fl {
    float: left;
}    
#footer-bottom .copy {
        color: #C8C8C8;
        font-size: 13px;
        line-height: 18px;
        width: 600px;
}
#footer-bottom .copy a {
    color: #DBA7FF;
    text-decoration: underline;
}
#top-bar .last, #dropmenu .first a {
    background: none repeat scroll 0 0 transparent;
}    