@charset "utf-8";

div#learn-border-wrapper {
    width: 921px;
    height: 948px;
    border: 2px solid #006934;
    background-color: #FFF;
    font-size: 12px;
}

.border {
    border: 2px solid #006934;
}

.border p {
    line-height: 1.5em;
    text-align: left;
}


div#learn-left {
    float: left;
    width: 366px;
}

div#learn-right {
    float: left;
    width: 555px;
}

div#profile {
    height: 680px;
    padding: 20px;
    text-align: left;
}

.school {
    display: block;
    line-height: 1.5em;
    font-size: 13px;
}

div#profile h4 {
    margin-top: 10px;
    margin-bottom: 15px;
}

div#profile p img {
    margin-top: 15px;
}

div#teacher {
    height: 180px;
    text-align: left;
    padding: 30px;
    padding-right: 200px;
    background: url(i/bg_teacher.jpg) right bottom no-repeat;
}

div#teacher h4 {
    margin-bottom: 15px;
}

div#favorite {
    height: 210px;
    text-align: left;
    padding: 30px;
    padding-right: 245px;
    background: url(i/bg_favorite.jpg) right bottom no-repeat;
}

div#favorite h4 {
    margin-bottom: 15px;
}

