/* This stylesheet is a part of a layout downloaded at http://Grieved-Lightness.com */
/* Don't use this file without the appendant layout ! */

  body
     {	   
	   overflow-x: hidden;
       background-color: #000000;
	   margin: 0px;
	   }
 

  body, p, div, table, td, tr
	{
       scrollbar-face-color: #000000;
	   scrollbar-arrow-color: #000000;
       scrollbar-highlight-color: #371512;
       scrollbar-3dlight-color: #371512;
       scrollbar-darkshadow-color: #371512;
       scrollbar-shadow-color: #371512;
       scrollbar-track-color: #371512;
	   
	   font-family: Tahoma, Verdana, Arial, Sans-serif;
	   font-size: 9px;
	   text-align: justify;
	   color: #423024;
	 }
		
  a:link, a:visited 
	{
		color : #613929;
		text-decoration : none;
	}


  a:hover, a:active
	{
		color : #795e34;
		text-decoration : none;
   	 }


  .head
   {
		font-weight : bold;
		margin: 0px;
		letter-spacing : -1px;
		font-family : Tahoma, Verdana, Arial, Sans-serif;
		font-size : 13px;
		color : #3f0b00;
		text-align : right; 
		padding-top: 20px;
		padding-bottom: 5px;
		padding-right: 10px;
	    background-image: url('header.jpg');
	    background-repeat: repeat-x;
   }
   
  #index 
  { 
        overflow-x: hidden;
		background-color: #000000;
		background-image: url('bg.jpg');
		background-repeat: repeat; 
		margin: 0px; 
   }	
   
  
  .navigation
   { 
		font-size : 9px;
		color : #000000;
		font-family : Tahoma, Verdana, Arial, Sans-serif;
   }

   
  .blogtext {color: #4c3626;}
 
   a.nav, a.nav:visited 
  {  
         padding-left: 5px; 
		 display: block; 
		 font-size: 9px; 
		 font-family: Verdana, Arial; 
		 color: #59372d; 
		 line-height: 13px; 
		 background-color: #1d130c; 
		 border-color: #302719; 
		 border-style: solid; 
		 border-top-width: 0px; 
		 border-right-width: 0px; 
		 border-bottom-width: 1px; 
		 border-left-width: 1px; 
		 background-image: url('nav.jpg');
	     background-repeat: repeat;
  }
		 
   a.nav:hover, a.nav:active, 
   {  
         padding-left: 6px;
		 display: block; 
		 font-size: 9px; 
		 font-family: Verdana, Arial; 
		 color: #59372d; 
		 line-height: 13px; 
		 background-color: #1E1C1C; 
		 border-color: #302719; 
		 border-style: solid; 
		 border-top-width: 0px; 
		 border-right-width: 1px; 
		 border-bottom-width: 1px; 
		 border-left-width: 3px;
		 background-color: #000000;
		 background-image: url('nav.jpg');
		 background-repeat: repeat; 
	}
