/* This stylesheet is a part of a layout created by http://Grieved-Lightness.com
   Don't use this file without the permission of its creator! */


/*BASICS*/

 #padding{ padding-right: 7px; padding-left: 7px;}

 body 
   {
	   background: url(background.jpg) repeat-y #1b0d0c; 
   }
   
 body, div, table, td, textarea 
   {				 
	   overflow-x: hidden;
	   margin: 0px;
	   font-family: Tahome, Verdana, Arial;
	   font-size: 9px;
	   text-align: justify;
	   font-weight: normal;
	   letter-spacing: 0px;
	   color: #463f3f;
   }

 a:link, a:visited 
   { 
	   color: #5f3f3d;
	   text-decoration: none;
   }
   
 a:hover, a:active
   { 
	   color: #4f3432;
	   text-decoration: underline
   }

 b {color: #553636;}
 i, u { color: #554141;}
 
 blockquote
   { 
	   color: #4f4742; 
	   background-color: #361f1e;
	   border: solid #442927;
	   border-width: 1 1 1 8px;
	   text-align: left;
	   padding: 2px;
   }

 textarea, input
   {
	   background-color: #2d1f1f;
	   font-family: Helvetica, Arial, Sans-serif;
	   color: #594040;
	   font-size: 11px;
	   border: 1px #362727 solid;
   } 
   

/*NAVIGATION*/

 a.nav, a.nav:visited
   {
	   color: 4e4343;
	   display: block;
	   background-color: 251919;
	   line-height: 11px;
	   font-size: 9px;
	   font-family: Tahoma, Verdana, Arial;
	   padding-left: 3px;
	   line-height: 11px;
	   border: 0px;
	   text-decoration: none;
   } 
   
 a.nav:hover, a.nav:active
   {
	   color: 4e4343;
	   display: block;
	   line-height: 11px;
	   background-color: 251919;
	   font-size: 9px;
	   font-family: Tahoma, Verdana, Arial;
	   padding-left: 5px;
	   border: 0px;
	   text-decoration: none;
   }


/*HEADER*/

 #header
   {
	   font-size: 10px;
	   color: #666666;
	   font-family: Times New Roman, Serif;
	   padding-left: 10px;
	   margin-bottom: 1px;
	   margin-top: 17px;
	   text-align: left;
	   border: #2c2121 solid;
	   border-width: 0px 0px 1px;
	   text-transform: uppercase;
	   letter-spacing: 2px;
   }