.main {
    width: 908px;
}

.frame {
    width: 900px;
}

.header {
    align: center;
    width: 900px;
    height: 250px;
    border: 2px solid gray;
    background-image: url('Images/yassembo_title_back.jpg');
}


.xx-left {
    float: left;
    width: 700px;
}

.xx-right {
    float: right;
    width: 700px;
}

.x-left {
    float: left;
    width: 600px;
}

.x-right {
    float: right;
    width: 600px;
}

.left {
    float: left;
    width: 300px;
}

.right {
    float: right;
    width: 300px;
}

.s-left {
    float: left;
    width: 200px;
}

.s-right {
    float: right;
    width: 200px;
}

.footer {
    clear: both;
    width: 900px;
}

.caption {
    color: black;
    font-size: 12pt;
}

.sun {
    color: red;
    font-size: 12pt;
}
.mon {
    color: black;
    font-size: 12pt;
}

.tue {
    color: black;
    font-size: 12pt;
}

.wed {
    color: black;
    font-size: 12pt;
}

.thu {
    color: black;
    font-size: 12pt;
}

.fri {
    color: black;
    font-size: 12pt;
}

.sat {
    color: blue;
    font-size: 12pt;
}

.day {
    color: black;
    font-size: 12pt;
}

