﻿
#hd {
    margin: 20px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 20px;
}
#bd, #ft {
    margin: 20px, 20px, 0px, 20px;
    border-bottom: 1px solid black;
    padding: 20px;
}

#hd .left-header-section {
    float: left;
}

#hd .right-header-section {
    float: right;
}

#hd .left-header-section .chemistry-tuition {
    font-family: arial;
    font-variant: small-caps;
    letter-spacing: 5px;
    font-size: 182%;
}
#hd .left-header-section .chemistry-tuition .pad-left{
    padding-left: 1em;
    margin-top: -0.3em;
}

#hd div.left-header-section div.chemistry-tuition p:first-letter {font-size:150%}

#hd .left-header-section .for-gcse{
    padding-left: 5em;
    font-weight: bold;
}

#hd .right-header-section {
    font-family: arial;
    line-height: 1.5em;
    padding-top: 1em;
}
#hd .right-header-section .name {
    font-weight: bold;
}
#hd .right-header-section .address {
}
#hd .right-header-section .phone {
    font-weight: bold;
    letter-spacing: 1px;
}
#hd .right-header-section .email {
    font-weight: bold;
    font-size: 92%;
}

#ft p{
    text-align: center;
}

#yui-main ul {
    padding-left: 30px;
    padding-bottom: 1em;
}
#yui-main p {
    padding-bottom: 1em;
}
#yui-main div.quote {
    border: 1px solid black;
    padding: 1em;
    margin: 1em;
    font-style: italic;
    font-size: 108%;
    line-height: 150%;
}
#yui-main div.news-message{
    padding-bottom: 1em;
    color: #AA0000;
    font-weight: bold;
    font-style: italic;
}
