
/*---*/
* {
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
}
body, form, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
a {
    color: #fff;
    text-decoration: underline;
}
a:hover {
    color: #8EB1C9;
}
a span      {display: none;}
img         {border: none;}
.clear      {clear:both;}
.on         {display: block; visibility: visible;}
.off        {display: none; visibility: hidden;}

body {
    background: url(page_bg.gif) #527DB6 top left repeat-x;
    text-align: center;
}

/******/
#overall {
    background: url(body_bg.gif) top left no-repeat;
    position: relative;
    width: 776px;
    height: 427px;
    margin: 39px auto;
    text-align: left;
}
/******/
    #header {
        position: absolute;
        top: 13px;
        left: 13px;
        width: 750px;
        height: 36px;
        background: #000;
    }
        #header .inner {
            position: relative;
        }
            #header .inner .logo {
                position: absolute;
                top: 6px;
                left: 8px;
            }
            #header .inner .arrows {
                position: absolute;
                top: 6px;
                right: 8px;
            }
                #header .inner .arrows th {
                    font-weight: normal;
                    font-style: italic;
                    padding-right: 10px;
                }
                    a#arrow_left {
                        display: block;
                        width: 15px;
                        height: 17px;
                        line-height: 17px;
                    }
                        #arrow_left.active {
                            background: url(arrow_left.gif) 0 0 no-repeat;
                        }
                        #arrow_left:hover {
                            background: url(arrow_left.gif) 0 -17px no-repeat;
                        }
                        a#arrow_left.dead,
                        a#arrow_left.dead:hover {
                            background: #000;
                        }
                    a#arrow_right {
                        display: block;
                        width: 15px;
                        height: 17px;
                        line-height: 17px;
                    }
                        #arrow_right.active {
                            background: url(arrow_right.gif) 0 0 no-repeat;
                        }
                        #arrow_right:hover {
                            background: url(arrow_right.gif) 0 -17px no-repeat;
                        }
                        a#arrow_right.dead,
                        a#arrow_right.dead:hover {
                            background: #000;
                        }
/******/
    #image {
        position: absolute;
        top: 50px;
        left: 13px;
        width: 531px;
        height: 364px;
        background: #000;
    }
        #image .inner {
            position: relative;
        }
            #events_bar {
                position: absolute;
                left: 0;
                top: 314px;
                width: 531px;
                height: 50px;
                background: url(events_bar.png) top left no-repeat;
            }
/******/
    #text {
        position: absolute;
        top: 50px;
        left: 545px;
        width: 218px;
        height: 364px;
        background: #000;
    }
        #text .inner {
            padding: 18px;
            padding-right: 20px;
        }
            #text .inner .head {
                font-weight: bold;
                margin-bottom: 2px;
            }
            #text .inner .date {
                margin-bottom: 18px;
            }
            #text .inner .text {
                font-style: italic;
                font-size: 11px;
                line-height: 14px;
                margin-bottom: 18px;

            }
            #text .inner a {
                font-weight: bold;
                font-size: 10px;
            }
