body
{
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#header
{
    background: url(../img/header_bg.png);
    height: 162px;
}

#dogball
{
    padding: 0 0 0 120px;
}

#donate
{
    float: right;
    padding-right: 20px;
    padding-top: 15px;
}

#blueBar
{
    background: url(../img/linkBG.png) repeat-x bottom;
    height: 22px;
}

/*Content structure styles(table)*/
#content
{
    padding: 10px;
}
#rightCell
{
    vertical-align: top;
    width: 250px;
    border-left: 2px solid #83acca;
    text-align: center;
}

#leftCell
{
    vertical-align: top;
    padding: 10px 30px 30px 30px;
    color: #000099;
    text-align: justify;
    font-size: 15px;
    line-height: 1.75em;
    font-family: Verdana, Arial, Helvetica;
}

#leftCell p img {
    border: 3px solid #83acca;
}

/*Code for the menu tabs*/
#tabs {
    margin: 0;
    padding: 13px 0 0 75px;
    float: right;
    font-size: 12px;
    line-height: normal;
}
#tabs ul {
    margin: 0;
    padding: 0 40px;
    list-style: none;
}
#tabs li {
    display: inline;
    margin: 0;
    padding: 0;
}
#tabs a {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    float: left;
    background: url("../img/tableft5.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}
#tabs a span {
    float: left;
    display: block;
    background: url("../img/tabright5.gif") no-repeat right top;
    padding: 5px 14px 4px 8px;
    color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
    color: #fff;
}
#tabs a:hover {
    background-position: 0% -42px;
}
#tabs a:hover span {
    background-position: 100% -42px;
}
#tabs #current a {
    background-position: 0% -42px;
}
#tabs #current a span {
    background-position: 100% -42px;
}

h1, h2, h3 {
    margin: 0;
    padding: 10px 0 0 0;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }

a {
    background: #fff;
    color: #996600;
    text-decoration: underline;
    padding: .25em;
}

#leftCell a:hover {
    background: #ffffcc;
    color: #000;
}

#rightCell img
{
    background: #fff;
    padding: 15px;
    border: 0;
}

ul {
    margin-top: 0;
    padding-top: 0;
}

.center {
    margin: 0 auto;
    text-align: center;
}