.about {
    font-size: 14px;
    min-height: 440px;
}

.about p {
    margin: 12px 0px;
}

.about h2 {
    margin-bottom: 24px;
}

.about h3 {
    color: #001038;
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: bold;
}

.about h4 {
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
}

.about .main {
    position: relative;
    width: 650px;
    float: right;
}

.about ul.selector {
    margin-top: 30px;
    padding: 8px 5px;
    background: #e4e8ea;
    width: 160px;
}

.about ul.selector li {
    padding-left: 10px ;
    font-size: 15px;
    margin-bottom: 2px;
}


.about ul.selector li a {
    cursor: pointer;
    color: black;
}

.about ul.selector li:hover {
    background: url(bullet.gif) 0px 3px no-repeat;
}

.about ul.selector li.selected {
    background: url(bullet.gif) 0px 3px no-repeat;
}

.about .image-frame {
    border: 1px solid #999;
    padding: 4px;
    float: left;
    height: 274px;
    margin-right: 10px;
    -webkit-box-shadow: 1px 1px 4px #ABABB2;
}

.about .image-frame img {
    width: 148px;
    height: 274px;
}

.about .address {
    padding-left: 170px;
    font-weight: bold;
}

