
body
{
   background-color:#D25315;

}

#leftContent
{
   background-color: #d6a854;
   border-right:2px solid #000;
   border-bottom:2px solid #000;
   text-align:center;
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   font-weight: bold;
   letter-spaceg: 1px;
   padding: 1px 1px 1px 3px;
   text-decoration: none;
}

#rightContent
{
   /*background-image: url('images/aboriginal_back.jpg');*/
   color: yellow;
   text-align:center;
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   font-weight: normal;
   letter-spaceg: 1px;
}

#header
{
   text-align:center;
   background-image: url('images/title_back.jpg');
   color: yellow;
}

#footer
{
  text-align:center;
}

a.menu:link, a.menu:visited
{
   background-color: #325e8d;
   border-top: #99ccff solid 1px;
   border-right: #003399 solid 1px;
   border-bottom: #003399 solid 1px;
   border-left: #99ccff solid 1px;
   color: white;
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   font-weight: bold;
   letter-spaceg: 1px;
   padding: 1px 1px 1px 3px;
   text-decoration: none;
   width: 16em;
   display: block;
}

a.menu:hover
{
   background-color: #0099ff;
}

a.menu:active, a.menu:focus
{
   border-top: #003399 solid 1px;
   border-right: #99ccff solid 1px;
   border-bottom: #99ccff solid 1px;
   border-left: #003399 solid 2px;
   letter-spacing: normal;
}

a:link { color: yellow; text-decoration: none; }
a:visited { color: orange }
a:hover { color: yellow; text-decoration: underline; }

h1 
{ 
   font-style: italic; 
   font-size: 300%;
}

.sections
{
   text-align:center;
   padding:30px;
}

