/*BASICS*/

 body { background: url(background.jpg) repeat-y #b2bf97; }
      
 body, div, table, td 
   {				 
	   
	   color: #503e3e;
	   font-family: Tahoma, Verdana, Arial;
	   font-size: 10px;
	   font-weight: normal;
	   letter-spacing: 0px;
	   margin: 0px;
	   overflow-x: hidden;
	   text-align: justify;
   }

 a:link, a:visited 
   { 
	   border-bottom: 1px dotted #d6b1b3;
	   color: #9d5357;
	   text-decoration: none;
   }
   
 a:hover, a:active
   { 
	   border-bottom: 1px dotted #d6b1b3;
	   color: #503e3e;
	   text-decoration: none;
           cursor: default; 
   }

 b { color: #503e3e; }
 i { color: #8e896b; }
 u { color: #a9a27b; }
/*a29a87*/

 .span01  {color: #b97377;}
 .span02  {color: #b5ae8a; text-transform: uppercase;}
 .span03  {color: #38341c; text-transform: uppercase; text-decoration: bold;}
 blockquote
   { 
	   background-color: #90917f;
	   border: 1px solid #90917f;
	   border-left: 6px solid #717262;
	   color: #736e5e;
	   padding: 6px;
	   align: center;
	   width: 290px;
   }
   
 input, textarea
   {
	   background-color: #b3bf97;
	   border: 1px solid #e0dddf;
	   color: #8d8b74;
	   font-family: Tahoma, Arial;
	   font-size: 11px;
	   padding: 2px;
	   overflow-x: hidden;
	   width: 200px;
   } 

  body
{
scrollbar-Arrow-Color: #FFFFFF;
scrollbar-Face-Color: #E05F5F;
scrollbar-DarkShadow-Color: #9D0E0E;
scrollbar-Track-Color: #F0AFAF;
scrollbar-Shadow-Color: #D83434;
scrollbar-Highlight-Color: #FFFFFF
scrollbar-3dLight-Color: #D41B1B;
} 
   

/*NAVIGATION*/
/*a9a27b*/

 #navigation_text 
   { 
	   color: #717262;
	   font-size: 10px;
   }

 a.nav, a.nav:visited
   {
	   background-color: #e7e5d8;
	   border: 0px 0px 2px 0px dotted #a9a27b;
	   color: #503e3e;
	   display: Block;
	   font-family: Tahoma, Verdana, Arial;
	   font-size: 9px;
	   line-height: 16px;
	   padding-right: 5px;
	   text-align: right;
       text-decoration: bold;
	   text-transform: none;
   } 
   
 a.nav:hover, a.nav:active
   {
	   background-color: #dcd7ba;
	   border: 0px 0px 2px 0px solid #a9a27b;
	   color: #8e3036;
	   display: block;
	   font-family: Tahoma, Verdana, Arial;
	   font-size: 9px;
	   line-height: 16px;
	   padding-right: 5px;
	   text-align: right;
	   text-decoration: none;
   }


/*HEADER*/

 h1
   {
	   color: #89645c;
	   font-family: Century Gothic, Arial;
	   font-size: 22px;
	   letter-spacing: -2px;
	   line-height: 31px;
	   margin: 15px 0px 0px 0px;
	   padding-left: 10px;
	   padding-top: -5px;
	   text-transform: lowercase;
	   text-decoration: none;
   } 
   
 h2
   {  
	   color: #4c2d2f;
	   font-family: Arial;
	   font-size: 9px;
	   font-weight: normal;
	   letter-spacing: 0px;
	   margin: -8px 0px 5px 0px;
	   padding-left: 32px;
	   text-transform: uppercase;
	   text-decoration: none;
   } 
   
 h3
   {  
	   color: #b69c7b;
	   font-family: Century Gothic, Arial;
	   font-size: 18px;
	   letter-spacing: -2px;
	   line-height: 20px;
	   margin: 5px 0px 0px 0px;
	   padding-left: 10px;
	   padding-top: -5px;
	   text-transform: lowercase;
	   text-decoration: none;
   }