@charset "utf-8";
/* CSS Document */

body
{
	background-color: #2E1906;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top; 
	
	color: #EBD0BA;
	font-family: Tahoma;
	font-size: 7.5pt;
	text-align: justify; }
	
	
#navigation
{
	position:absolute;
	top: 400; right: 600;
	width: 150;
	background-color: none;

}

	#navigation h1
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 15pt;
		line-height: 9pt;
		text-align: left; padding-left: 10;
		color: #DDBE75;
		font-weight: normal;
		letter-spacing: -1;
		text-transform: lowercase;
		font-style: italic;
		border-bottom: #6E441C 5px solid;
		margin-bottom: 0;
			}
			
	#navigation a
	{
		font-family: Arial, Helvetica, sans-serif;
		display: block; width: 100%;
		margin: 1;
		text-align: center;
		font-size: 7.5pt;
		letter-spacing: 1;
		background-color:#634E26;
	  	text-decoration: none;
	  	border-bottom: #FFFFFF 1px dotted;
	  	color: #1A0E03;	}
		
	#navigation a:hover
	{
		color: #FFFFFF;
		background-color: #8C6F36;
		border-bottom: #B89247 1px solid;	}


#header
{
	position: absolute;
	top: 310; right: 350;
	width: 400;

	background: none;
	border-bottom: #2E1906 1px dotted;
	padding: 5;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #2E1906;
		}
	
	#header a
	{ display: block;
	  width: 30%;
	  margin-left: 2; margin-right:5; margin-top:2; margin-bottom: 0;
	  float: left;
	  height: 11pt;
	  font-family: "Courier New", Courier, monospace;
	  background-color:#DFBD7A;
	  text-decoration: none;
	  color: #9B6020;	
	  text-align: center;
	  line-height: 11pt;
	  letter-spacing: -1;
	  font-size: 8pt;
	  border-bottom: #FFFFFF 1px solid;}
	 
	 #header a:hover
	 {
	 	color: #532C0D;
		background-color: #D0B072;
		border-bottom: #FFFFFF 1px solid;	}
	
	#header b, #header strong { color: #784E25;	}
	#header i, #header em { color: #000000;	}
	
	
#main
{
	position: absolute;
	top: 400; right: 30;
	width: 550;
	background-color: none;	}
	
#main h1
{
	margin:0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20pt;
	line-height: 18pt;
	height: 18pt;
	background-color: none;
	color: #B88D56;
	text-align: right;
	padding-right: 60;
	letter-spacing: 5;	}
	
#main h2
{
	margin-top:-3;
	margin-bottom: 0;
	background-color: #6E441C;
	height: 10pt;
	line-height: 10pt;
	font-size: 10pt;
	text-align: right;
	padding-right: 30;
	border-right: #DFBD7A 50px solid;
	border-bottom: #DFBD7A 1px solid;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 1;
	color: #E7E3D8;	}
	
.p
{
	background-color: #85643D;
	border-left: #DFBD7A 10px solid;
	padding: 10;
	margin-top: 0;
	margin-bottom: 20;
	
	color: #EBD0BA;
	font-family: Tahoma;
	font-size: 7.5pt;
	text-align: justify;	}
	
#main h3
{
	margin-bottom: 0; margin-right: 20;
	height: 10pt;
	line-height: 10pt;
	font-size: 10pt;
	text-align: right;
	padding-right: 10;
	border-right: #CDA557 30px solid;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 1;
	color: #CDA557;	
						}
			
b, strong { color:#FD9E40; font-family: Century Gothic, Arial, Helvetica, sans-serif;	}	
i, em { color: #FFCC66; font-family: "Times New Roman", Times, serif;	}
u { text-decoration: none; color:#DFBD7A; letter-spacing: 1; border-bottom: #FFFFFF 1px dotted; }		

a { font-family: Georgia, "Times New Roman", Times, serif; border-bottom: #FFFFFF 1px solid;
	color: #D6AA7B; text-decoration: none;}
a:hover { border-bottom: #3D0A0B 1px solid; color: #FFCB93;}
						
blockquote
{
		border-left: #735925 10px solid;
		border-top: #735925 1px solid;
		padding: 10;
		color: #685021;
		background-color: #B29762;
		font-size: 7pt;
		font-family: Georgia, "Times New Roman", Times, serif;
			}
			
input, textarea, select, option, button
{
	background-color: #685021;
	border: 0;
	color: #B29762;
	margin: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	padding: 2;
	border: #9A7C41 2px solid;
	}
	