* {
    margin: 0;
    padding: 0;
}

body {
    padding: 25px 0;
    font: 13px/19px Georgia, "Times New Roman", Times, serif;
    text-align: center;
    color: #000000;
    background: #EBC890 url(images/bg.jpg);
}

h3 {
    margin: 0 0 10px 0;
    padding: 0 0 15px 40px;
    font: 17px/24px Georgia, "Times New Roman", Times, serif;
    text-align: left;
    color: #000000;
}    

h4 {
    font: bold 20px times, "new york", palatino, serif;
    color: #000000;
}

H5
     {font-family: times, "new york", palatino, serif; color: #FFFFFF; font-size:12pt; }


p {
    padding: 5px 0;
    font: 13px/19px Georgia, "Times New Roman", Times, serif;
    text-align: justify;
    color: #000000;
}

p.date {
    padding: 0 0 25px 0;
    font: 11px/16px Georgia, "Times New Roman", Times, serif;
    color: #888888;
}

p.comments {
    font-size: 12px;
    text-align: right;
    color: #AEA98D;
}

a {
    color: #990000;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}

#main {
    border: 2px solid;
    position: relative;
    margin: 0 auto;
    width: 892px;
    text-align: left;
}

#main_2 {
    margin: 0 8px 0 0;
    width: 892px;
    background: #FDF9F3 url(images/bg_left.jpg) repeat-y left;
}

#left {
    float: left;
    width: 150px;
    text-align: left;
    margin-top: 6px;
    background: url(images/image.jpg) no-repeat top;
}

#logo {
    height: 180px;
}

#logo h1 {
    padding: 12px 0 0 20px;
    font: 42px/52px Georgia, "Times New Roman", Times, serif;
    color: #A75D1C;
}

#logo h2 {
    position: relative;
    top: -5px;
    padding: 0 0 0 20px;
    font: 17px/22px Georgia, "Times New Roman", Times, serif;
    color: #C29A77;
}

.box {
    padding: 1px 0 0 2px;  
    margin: 1px;{
     border: 1px solid;
     background: #eeeeee;
     padding: 2px;
     width: 480px;
}  
    font: 10px
}

#lastBox {
    margin-bottom: 0;
}

#right {
    float: right;
    width: 742px;
}

#menu {
    height: 75px;
    font: bold 14px/75px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #E0CFBA;
    background: #CCCCCC url(images/newlogo.gif) no-repeat center;
}

#menu a {
    padding: 0 12px;
    font: bold 12px/75px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #E0CFBA;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: none;
    color: White;
}

#cont {
    margin: 0 45px 30px 50px;
}

#bottom {
    clear: both;
}

#bottom p {
    margin: 0 0 0 318px;
    font: 10px/24px Georgia, "Times New Roman", Times, serif;
    text-align: center;
    color: #AEA98D;
}

#bottom a, #bottom a:hover {
    color: #AEA98D;
}

#bottom_2 {
    margin: 0 auto;
    width: 900px;
    height: 8px;
    text-align: left;
    background: url(images/bottom.gif);
    overflow: hidden;
}


.clip
{
     border: 1px solid;
     background: #eeeeee;
     padding: 2px;
     width: 480px;
}  

.bclip
{
     border: 2px solid;
     background: #eeeeee;
     padding: 12px;
     width: 480px;
}  

.disclaimer
{
     border: 4px solid #ff0000;
     background: #000000;
     padding: 12px;
     width: 500px;
     font: 11px/16px Georgia, "Times New Roman", Times, serif;
     color: #ffffff;
}


