/* Last updated on July 22, 2014 */
*
{
    margin: 0;
    padding: 0;
}

body
{
    padding: 10px 0 10px 0;
    font: 16px "Trebuchet MS" , Arial, Helvetica, sans-serif;
    text-align: center;
    color: black;
    background: pink;
}

h1
{
    padding: 191px 0 0 25px;
    font-weight: normal;
    font-size: 38px;
    color: white;
    text-align: center;
}

h1 a
{
    font-weight: normal;
    text-decoration: none;
    color: white;
}

h1 a:hover
{
    text-decoration: none;
    color: white;
}

h2
{
    padding: 3px 0 0 25px;
    font-weight: normal;
    font-size: 20px;
    color: #05535A;
}

p
{
    padding: 8px 0;
    text-align: justify;
    font-size: 16px;
    width: 92%;
}

a
{
    font-weight: bold;
    text-decoration: underline;
    color: #05535A;
}

a:hover
{
    text-decoration: underline;
    color: #20949E;
}

ol
{
    padding: 8px 0;
    text-align: justify;
    font-size: 16px;
    margin-left: 25px;
}

ul
{
    margin-left: 23px;
    font-size: 16px;
    color: Black;
    position: relative;
}

#main
{
    margin: auto;
    width: 1046px;
    text-align: left;
}

#header
{
    height: 487px;
    background: purple url(../images/KatieKleanKard-cc.jpg) no-repeat;
    border: 8px solid purple;
}

#menu
{
    height: 46px;
    background: purple url(../images/menu.jpg.bak) no-repeat;
}

#menu ul
{
    list-style: none;
    padding: 0 0 0 10px;
    height: 45px;
    width: 950px;
}

#menu ul li
{
    padding: 0 0 0 19px;
    display: block;
    float: left;
}

#menu ul li a
{
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 46px;
    text-decoration: none;
    color: #A9B59F;
}

#menu ul li a.active, #menu ul li a:hover
{
    text-decoration: none;
    color: White;
}

#middle
{
    background: White url(../images/middle.jpg.bak) no-repeat bottom;
    border: 8px solid purple;
    border-top: none;
}

#middle2
{
    height: 1%;
    background: url(../images/middle.gif.bak) repeat-x top;
}

#right
{
    float: right;
    padding: 0 36px 30px 44px;
    width: 950px;
    font-size: 16px;
    background: url(../images/right.jpg.bak) no-repeat;
}

#right h3
{
    padding: 20px 0 10px 0;
    font-weight: normal;
    font-size: 24px;
    color: black;
}

#right ul
{
    list-style: none;
    padding: 8px 0 8px 35px;
}

#right ul li
{
    text-align: justify;
}


#leftright h3
{
    padding: 20px 0 10px 0;
    font-weight: normal;
    font-size: 24px;
    color: #05535A;
}

#leftright ul
{
    list-style: none;
    padding: 8px 0 8px 35px;
}

#leftright ul li
{
    text-align: justify;
}

.clearing
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer2
{
    height: 471px;
    background: purple url(../images/BSs.jpg) no-repeat;
    border: solid purple;
    border-width: 0px 8px 8px 8px;
}

#footer
{
    clear: both;
    padding: 0 40px;
    color: blue;
    font-size: 10px;
}

img
{
    border-color: purple;
    border-width: 8px;
}

p.pic
{
    text-align: left;
    font-size: 10px;
}
