/* 
   !!!!! READ FIRST
   This stylesheet is a part of a layout created by http://Grieved-Lightness.com
   Don't use this css-file without the permission of its creator!
   Make sure you read the terms of use!!!
*/


/*BASICS*/

 body { background: url(background.jpg) repeat-y #e9e7e7; }
      
 body, div, table, td 
   {				 
	   
	   color: #503e3e;
	   font-family: Tahoma, Verdana, Arial;
	   font-size: 11px;
	   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: #8e3036;
	   text-decoration: none;
   }

 b { color: #a29a87; }
 i { color: #327f89; }
 u { color: #77515d; }
 
 .span01  {color: #b97377;}
 .span02  {color: #b5ae8a;}

 blockquote
   { 
	   background-color: #d6d0bd;
	   border: 1px solid #c0baa9;
	   border-left: 6px solid #b97377;
	   color: #736e5e;
	   padding: 3px;
	   align: center;
	   width: 350px;
   }
   
 input, textarea
   {
	   background-color: #f2f0f1;
	   border: 1px solid #e0dddf;
	   color: #8d8b74;
	   font-family: Tahoma, Arial;
	   font-size: 11px;
	   padding: 2px;
	   overflow-x: hidden;
	   width: 200px;
   } 
   

/*NAVIGATION*/

 #navigation_text 
   { 
	   color: #a9a27b;
	   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: uppercase;
   } 
   
 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: 10px;
	   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;
   }