

/* LEFT SIDE */
#middle #content h1 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #414a51;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px 5px;
    text-transform: uppercase;
}

#right {
    width: 760px;
    margin: 6px 0 0;
    background: none;
    padding: 10px;
}

.leftSide {
    width: 350px;
    float: left;
}

#right #holder h2 {
    font-size: 18px;
    color: #535d65;
    text-transform: uppercase;
    margin: 0;
}

#right #holder img {
    float: left;
    margin: 0 10px 0;
}

#right #holder p {
    color: #0097cf;
    font-family: Verdana;
    font-size: 9px;
    font-weight:bold;
    width: 250px;
    text-transform: uppercase;
    margin: 6px 0 0 35px;
}

#right p {
    font-size: 11px;
    font-family: Verdana;
    color: #414a51;
    margin: 6px 0 0 10px;
}

#left {
    width: 160px;
    margin: 6px 0 0;
}

#left ul {
    list-style: none;
}

#left ul li {
    margin: 0px 0px 4px 0;
    color: #fff;
    font-size: 10px;
    font-weight:bold;
    /*text-transform:uppercase;*/
}

#left ul li a.current {
    color: #0097cf;
}

#left ul li a {
    width: 130px;
    display: block;
    height: 12px;
}


#content a {
    color: #414a51;
    text-decoration: none;
    font-size: 10px;
}

#content a:hover {
    color: #00aeef;
    text-decoration: none;
}

blockquote {
    font-size: 14px;
    margin: 15px 0 0 135px;
    color: #414a51;
    font-style: italic;
    font-weight: bold;
    width: 230px;
    letter-spacing: 0px;
    line-height: 1.2em;
}

blockquote:before { content: open-quote; font-weight: bold; margin: 0; font-family: Georgia; font-size: 20px; }
blockquote:after { content: close-quote; font-weight: bold; font-family: Georgia; font-size: 20px; }

