.tan {background-color:rgb(210,210,166); color:rgb(120,120,90); }

.olive {background-color:rgb(120,120,90); color:rgb(210,210,166); }

*  {
       margin:     0;
       padding:    0;
   }
   
/**************************Main container********************/

#maincontainer {   
                   width:           800px;
                   margin-left:     auto;
                   margin-right:    auto;
                   margin-top:      3px;  
                   position:        relative;                 
               }
               
/************************************************************/

#header    {
               width:               800px;
               height:              150px;
               position:            relative;
           }
           
#mainpic   {
               margin-top:          5px;
               margin-left:         15px;
               float:               left;
           }

#pagename      {
                   position:        absolute;
                   top:             20px;
                   right:           20px;
               }
#motto         {
                   position:        absolute;
                   top:             100px;
                   right:           20px;
                   font-size:       125%;
               }
#logout    {
               position:   absolute;
               bottom:     0px;
               right:      10px;
           }
#login     {
               position:   absolute;
               bottom:     0px;
               right:      90px;
           }
#register  {
               position:   absolute;
               bottom:     0px;
               right:      10px;
           }
/****************************************************************/

/*************************TAGLINE & PICTURES*********************/
#tagline               {
                           float:       left;
                           margin-left: 54px;
                           margin-right:54px;
                           margin-top:  20px;
                           font-size:   85%;
                       }
.pics      {   
               float:         right;
               width:         145px;
               height:        70px;
               margin-left:   3px;
               margin-top:    3px;
           }
/****************************************************************/

/***********************Link Navbar******************************/

#navbar_container      {
                           width:       750px;
                           float:       right;
                           margin-top:  3px;
                           margin-bottom: 3px;
                       }
#troop                 {
                           float:       right;
                           width:       196px;
                           text-align:  center;
                       }
#pack                  {
                           float:       right;
                           width:       196px;
                           text-align:  center;
                           margin-right: 3px;
                       }
#leaders               {
                           float:       right;
                           width:       195px;
                           text-align:  center;
                           margin-right: 3px;
                       }
/*********************************Popup menu*********************/
#hideshow    {     width:      194px;                                      
                   position:   absolute;
                   top:        247px;
                   right:      -1px;
                   text-align: center;
                   z-index:    1;
               }
#hideshow-ie	 {
				   width:      194px;                                      
                   position:   absolute;
                   top:        245px;
                   right:      2px;
                   text-align: center;
                   z-index:    1;
				 }
.noshow        {   visibility: hidden;
               }
               
#beastlydiv          {   width:            194px;
                         float:            right;
                         margin-right:     1px;
                         margin-top:       -1px;
                         border:           1px rgb(120,120,90) solid;
                   }
#beastlydiv:hover   {  font-weight:     bold;
                       background-color:rgb(120,120,90); 
                       color:rgb(210,210,166);
                       text-decoration: none;
                   }
#forumdiv          {   width:            194px;
                       float:            right;
                       margin-right:     1px;
                       margin-top:       -1px;
                       border:           1px rgb(120,120,90) solid;
                   }
#forumdiv:hover    {   font-weight:     bold;
                       background-color:rgb(120,120,90); 
                       color:rgb(210,210,166);
                       text-decoration: none;
                   }
#homepagediv    
                   {
                       width:            194px;
                       float:            right;
                       margin-right:     1px;
                       margin-top:       -1px;
                       border:           1px rgb(120,120,90) solid;
                   }
#homepagediv:hover {   
                       font-weight:     bold;
                       background-color:rgb(120,120,90); 
                       color:rgb(210,210,166);
                       text-decoration: none;
                   }
#quartermasterdiv  {
                       width:            194px;
                       float:            right;
                       margin-right:     1px;
                       margin-top:       -1px;
                       border:           1px rgb(120,120,90) solid;
                   }
#quartermasterdiv:hover    {
                               font-weight:     bold;
                               background-color:rgb(120,120,90); 
                               color:rgb(210,210,166);
                               text-decoration: none;
                           }
.cursor            {   cursor:  pointer;
                   }
/******************************************************************/
/****************************************************************/

/***************************Link Effects*************************/

a                      {
                           text-decoration: none;
                       }
a:hover                {
                           text-decoration: underline;
                       }
/***************************************************************/

/**************************Main Content*************************/
#mainbody          {
                           width:   800px;
                           float:   right; 
                   }
#events            {
                           width:   205px;
                           float:   left;
                           margin:  2px;
                           padding-left: 2px;
                           font-size:   90%;
                   }

.maintext          {
                           font-size:    90%;
                   }
#trooptext         {
                           margin-left: 5px;
                           font-size:   80%;
                   }
#leaderstext       {
                           margin-left:  40px;
                           font-size:    80%;
                   }
#packtext          {
                           margin-left:  45px;
                           font-size:    80%;
                   }
/***************************************************************/

/**************************Extra Stuff**************************/

.center            {
                           text-align:  center;
                   }
h4                 {
                           margin:      5px;
                           margin-left: 0;
                   }
/****************************************************************/

/****************************Footer******************************/

#footer        {   
                   background-color:rgb(255,255,255);
                   color:           rgb(0, 0, 0);
                   font-size:       75%;
                   text-align:      center;
                   float:           left;
                   width:           800px;

               }
