body
{
   background-color: #312014;
   font-family: "Times New Roman", serif;
   font-size: 14px;
   margin: 0;
   min-width: 760px;
   padding: 0;
   text-align: center;
}

.index
{
   background-color: #FFFFFF;
   background-image: url( ../images/background.jpg );
   background-repeat: repeat-x;
}

hr
{
   background-color: #312014;
   border-width: 0px;
   color: #312014;
   height: 1px;
}

h1, h2, h3, h4, h5, h6
{
   font-weight: normal;
   margin: 0;
   padding: 0px 0px 12px;
}

#animation-wrapper
{
   color: #A3C380;
   font-size: 11px;
   margin: 0px auto;
   width: 444px;
}

#animation-wrapper div
{
   padding-top: 5px;
}

#animation-wrapper a
{
   color: #CCCCCC;
   text-decoration: underline;
}

#wrapper
{
   text-align: left;
   margin: 50px auto;
   width: 760px;
}

#header
{
   background-color: #6F9747;
   height: 120px;
   overflow: hidden;
   position: relative;
}

#header img
{
   border: 0;
   margin: 0;
   padding: 0;
   position: absolute;
   right: 13px;
   top: 11px;
}

#navigation
{
   background-color: #A3C380;
   border-top: solid 3px #504280;
   height: 25px;
   overflow: hidden;
   text-align: center;
}

#navigation ul
{
   border: 0;
   margin: 0;
   padding: 0;
}

#navigation ul li
{
   border: 0;
   display: inline;
   margin: 0;
   padding: 0;
}

#navigation ul li img
{
   border: 0;
   margin: 0;
   padding: 0;
}

#body
{
   background-color: #D5E4C5;
   height: 352px;
   overflow: hidden;
   position: relative;
}

#body #rotation
{
   left: 0;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 250px;
}

#body #content
{
   height: 322px;
   margin-left: 250px;
   overflow: auto;
   padding: 15px;
}

#tag-line
{
   background-color: #A3C380;
   border-bottom: solid 3px #504280;
   color: #312014;
   height: 25px;
   overflow: hidden;
   text-align:center;
}

