#content{padding: 0px;}
        #content .calendar{
            padding-top: 20px;
            padding-bottom: 30px;
            padding-left: 10px;
        }
                #content .calendar .head{
                    background-image: url('../images/window/window4_top.png');
                    background-repeat: no-repeat;
                    width: 926px;
                    height: 27px;
                    margin: 0px auto;
                }
                        #content .calendar .head .title{
                            padding-top: 8px;
                            padding-left: 165px;
                            font-size: 15px;
                            font-weight: bold;
                            line-height: 15px;
                            letter-spacing: -1px;
                            color: #FFFFFF;
                            text-transform: uppercase;
                        }
                #content .calendar .main{
                    border-left: 1px solid #999999;
                    border-right: 1px solid #999999;
                    border-bottom: 1px solid #999999;
                    width: 924px;
                    margin: 0px auto;
                }
                        #content .calendar .main .empty{
                            background-image: url('../images/window/calendar_odd.jpg');
                            background-repeat: repeat-y;
                            height: 15px;
                        }
                        #content .calendar .main .item{
                            background-repeat: repeat-y;
                            padding: 10px 0px;
                        }
                        #content .calendar .main .odd{background-image: url('../images/window/calendar_odd.jpg');}
                        #content .calendar .main .even{background-image: url('../images/window/calendar_even.jpg');}
                                #content .calendar .main .item .date{
                                    width: 150px;
                                    padding-left: 10px;
                                    float: left;
                                    font-size: 14px;
                                    font-weight: bold;
                                    line-height: 16px;
                                    color: #333333;
                                }
                                #content .calendar .main .item .descr{
                                    width: 480px;
                                    padding-left: 30px;
                                    float: left;
                                }
                                        #content .calendar .main .item .descr a{
                                            font-size: 13px;
                                            font-weight: bold;
                                            line-height: 16px;
                                            letter-spacing: -1px;
                                            color: #0050A4;
                                        }
                                #content .calendar .main .item .city{
                                    width: 170px;
                                    padding-left: 20px;
                                    float: left;
                                    font-size: 13px;
                                    font-weight: bold;
                                    line-height: 16px;
                                    letter-spacing: -1px;
                                    color: #333333;
                                }
                                #content .calendar .main .item .mark{
                                    width: 50px;
                                    padding-left: 10px;
                                    float: left;
                                    font-size: 13px;
                                    font-weight: bold;
                                    line-height: 16px;
                                    letter-spacing: -1px;
                                    color: #333333;
                                }





        #content .left{
            float: left;
            width: 210px;
            padding: 90px 20px 20px;
        }
                #content .left li{padding-bottom: 5px;}
                #content .left li a{
                    letter-spacing: -1px;
                    text-decoration: underline;
                }
                #content .left li a:hover{text-decoration: none;}
        #content .right{
            float: left;
            width: 701px;
            padding-top: 20px;
            padding-bottom: 13px;
        }
                #content .right .head{
                    background-image: url('../images/window/window5_top.png');
                    background-repeat: no-repeat;
                    width: 701px;
                    height: 19px;
                    padding-top: 8px;
                    padding-left: 10px;
                    font-size: 15px;
                    font-weight: bold;
                    line-height: 15px;
                    letter-spacing: -1px;
                    color: #FFFFFF;
                    text-transform: uppercase;
                }
                #content .right .main{
                    border-left: 1px solid #999999;
                    border-right: 1px solid #999999;
                    border-bottom: 1px solid #999999;
                    padding: 10px 22px 13px;
                    width: 655px;
                }
                        #content .right .main .title{
                            font-size: 24px;
                            line-height: 26px;
                        }
                        #content .right .main .place, #content .right .main .date{
                            font-size: 14px;
                            line-height: 16px;
                            font-weight: bold;
                            padding-top: 7px;
                        }
                        #content .right .main .content{
                            padding-top: 20px;
                            text-align: justify;
                        }