.prg_h3 {
    margin: 5px 0px 10px 20px;
}
.prg_end {
    margin: 20px 0px 10px 40px;
}

.prg_box {
    width: 650px;
    margin: 5px 5px 5px 30px;
}
.prg_box .head {
    background-color: #73718a;
    width: 650px;
}
.prg_box .main {
    clear: both;
    background: #fff;
    border: 1px solid #73718a;
    border-bottom : 4px solid #73718a;
    padding-bottom : 5px;
}
.prg_box .main .desc {
    width: 625px;
}
.prg_box .main .desc p{
    margin : 10px 0px 0px 25px;
    float: left;
}
.prg_box .main .desc img {
    float: right;
    width: 35px;
}

.prg_box .m_left {
    float: left;
    width: 7px;
    height: 28px;
    background: #DEDEDC url(../../images/menu_left.gif) no-repeat top left;
}
.prg_box .m_right {
    float: right;
    width: 7px;
    height: 28px;
    background: #DEDEDC url(../../images/menu_right.gif) no-repeat top left;
}
.prg_box .m_center {
    float: left;
    height: 28px;
    background-color: #73718a;
    font-weight: bold;
    color:#fff;
}
.prg_box .m_center p {
    margin : 7px 0px 0px 5px;
}

.prg_box .title {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 3px;
}

.prg_box  .main .start_text {
    width: 60px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
.prg_box .main  .start_date {
    width: 180px;
    float: left;
    font-weight: bold;
    margin-top: 5px;
}
.prg_box .main  .end_text {
    width: 60px;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}
.prg_box .main   .end_date {
    width: 180px;
    float: left;
    margin-bottom: 10px;
    font-weight: bold;    
}
.prg_box .main  .place_text {
    width: 60px;
    float: left;
    margin-left: 5px;
}
.prg_box .main  ul {
    margin: 0px;
    padding: 0px;
}
.prg_box .main  .place_place {
    list-style-type: none;
    width: 580px;
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: bold;    
}
.prg_box .main  .description {
    padding: 10px 10px 2px 10px;
    font-weight: none;
    text-align: justify;
}
.prg_box .main  .link {
    padding: 5px 5px 2px 5px;
    font-weight: bold;
}
