﻿/* Colors

   basic red: #e51937;'
   green: #006f51;
   tan: #ffe79f

*/
div#header
{
   position: relative;
   display: block;
   width: 100%;
   height: 6em;
   background-color: #ffe79f;
   z-index: 100;
   margin-top: 10px;
}

div#headerLeft
{
   position: relative;
   float: left;
}

img#Logo
,a.Logo img
{
   padding: 10px 0 0 25px;
   width: 190px;
   height: 74px;
}


div#headerRight
{
   position: relative;
   float: right;
}

img#boxHolly
{
   position: relative;
   top: -32px;
   z-index: 300;
   float: right;
}

div#content
{
   position: relative;
   width: 100%;
   background-color: #ffe79f;
}


#flashContainer
{
   position: relative;
   top: -12px;
   height: 316px;
}

#theFlashMovie
{
   position: relative;
   z-index: -1;
}

img#flashBottom
{
   position:relative;
}

/*
div#menu
{
   position:relative;
   background-color: #006f51;
   height: 1.4em; 
   width: 100%;
}
*/
div#footer
{
   position:relative;
   height: 200px;
   width: 100%;
   xbackground: #000000 url(../Images/Green_bkgd.png) repeat-y center center;
}


