div#container
{
   width: 975px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #E5CC70;
   background-image: url(images/bg.jpg);
   background-repeat: repeat-x;
   color: #000000;
}
h1
{
   font-family: Times New Roman;
   font-size: 37px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #666600;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h2
{
   font-family: Times New Roman;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #666600;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

.CustomStyle1
{
   font-family: Times New Roman;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

a.style2:link
{
   color: #663200;
}
a.style2:visited
{
   color: #666666;
   text-decoration: underline;
}
a.style2:active
{
   color: #FF6820;
   text-decoration: underline;
}
a.style2:hover
{
   color: #656600;
   font-weight: bold;
   text-decoration: underline;
}
