﻿body
{
   font: 80.5% "Trebuchet MS", sans-serif;
   background-color:#2d2721;
   width:100%;
   margin:0;
}

.header
{
    background-color:White;
    width:100%;
    border-bottom:solid thin #9bcc57;
}

.navButton
{
    width:50px;
    margin-left:10px;
    border:solid thin black;
    height:20px; 
    background-color:#9bcc57;
    display:inline; 
    padding:4px;
    cursor:pointer; 
    
}

.mainContent
{
  width:98%;

  border: solid thin #9bcc57;
  padding-left:10px; 
  background-color: #2d2721;
  color:White;
    
}
.spacer
{
   margin-top:15px;
}
a
{
    color:White;   
}
.mediaContent
{
  width:98%;

  border: solid thin #9bcc57;
  padding-left:10px; 
  background-color: #2d2721;
  color:White;
    
}

.video
{
    text-align:center;
}