
/*Queen of Chaos*/


body {
    
    min-width: 760px;
    background-color: #042c18;
    background-image: url('bkg.gif'); background-repeat:repeat;
    font-size: 14px;
    color: black;
    font-family: Times New Roman", Times, serif;
    text-align:center;
 } 
 
 #wrapper {
    width: 760px;
    text-align : center ;
    margin-left : auto ;
    margin-right : auto ;
    background-color: #042c18;
}
	
#header {
    width: 760px;
    text-align: center;
    background-color: #042c18;
    color: #cde3d0;
    margin-top: 0;
}

 
h1{ 
   font-family: Times New Roman", Times, serif;
   font-size: 16px;
   color:#042c18;
    background-color: #49a984;
}

 ul#navlist
{    margin: 0;
     padding: 0;
     text-align: center;
     border-width: 1px;
     border-style: solid; 
     border-color: #000000;
     list-style-type: none;
      background-color: #49a984;
}

#navlist li
{
   display: inline;
   list-style-type: none;
   padding-right: 20px;
}
 
  
#navlist a, #navlist a:visited {
     color:#125c3f;
	 font-weight: bold;
	 font-size: 18px;
     background-color: #49a984;
}

 #navlist a:hover 
{
   list-style-type: none;
   padding-right: 20px;
   background-color: #313c31;
   color: white;
}

/**************************** content ****************************/

#main {
     width: 760px;
     background-color: #49a984;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0px;
     border-width: 1px;
     border-style: solid; 
     border-color: #000000;
     font-size:14px;
     font-family: Times New Roman", Times, serif;
     color: black;
     text-align: center;
     line-height: 1.5em;
     }

 p {
     padding: 10px;
     font-family: Times New Roman", Times, serif;  
     font-size: 14px;
     color: #0e2e20;
     background-color: #49a984;
}


 

/**************************** footer ****************************/

 #footer{
background-color: #042c18;
padding: 5px;
margin: 0;
text-align:center;
font-family: Times New Roman", Times, serif;
font-size: 0.9em;
color: #3e6e45;
}
 /****************************the 'Horizontal Rule****************************/
.rule { 
       border-top-width: 1px;
       border-top-style: solid;
       border-color: #507a55; 
       margin: 2%;}


/****************************Links****************************/
a:link {
    color: #508053;
    text-decoration: none;
     background-color: #49a984;
}

/***

a:visited {
    color: #a9fcc6;
    text-decoration: none;
     background-color: #49a984;
}
***/

a:hover {
    color: #8eb989;
    ext-decoration: none;
    cursor: e-resize;
    background-color:#3d7641;
}





