@charset "utf-8";
/* CSS Document */

.avi	{	margin: 5px;	border: 3px solid #5e4c27;	}

body
{
	margin: 0;
	background-color: #223d22;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999;
	
}

	a	{	text-decoration: none;	}

#maintable
{
	border-left: 10px #1b2414 solid;
	border-right: 10px #1b2414 solid;
		background-color: #1b2414;
}

	#title
	{
		background-color: #1b2414;
		padding-left: 12px;	padding-top: 10px;
		vertical-align: bottom;
		
		color: #3d4e3d;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: -3px;
		font-weight: bold;
		font-size: 28pt;
		line-height: 25pt;
		height: 25pt;
	}
	
	#topnav
	{
		background-color: #1b2414;
		text-align: right;
		padding-right: 10px;
		vertical-align: bottom;
		
		color: #3d4e3d;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: normal;
		line-height: 15pt;
		height: 15pt;
		letter-spacing: 0;
		margin-top: -15pt;
		
		
	}
	
		#title a
		{	
			color: #3d4e3d;
		}
		
		#title a:hover
		{
			color: #536a53;
		}
		
	#main
	{
		vertical-align: top;
		width: 600px;
		padding: 10px;
		text-align: justify;
		color: #CCC;
	}
	
		#main h1
		{
			font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			font-size: 25pt;
			margin-bottom: 0;
			color: #c6b6a2;
			border-bottom: 1px solid #666;
		}

		#main h2
		{
			font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			font-size: 25pt;
			margin-bottom: 0;
			color: #c6b6a2;
			border-bottom: 1px solid #666;
		}
		
			#main h3
			{
				font-family: Tahoma, Geneva, sans-serif;
				text-transform: uppercase;
				font-weight: normal;
				margin-top: 0;
				color: #e08369;
			}
			
			#main a	{	color: #FFF;	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
						text-transform: uppercase;	}
			#main a:hover	{	color: #FF0;	}
			


	#navigation
	{
		vertical-align: top;
		width: 200px;
		padding: 10px;
		text-align: justify;
	}
	
		blockquote
		{
			background-color: #9e8146;
			border-left: 30px solid #333;
			color: #000;
			font-family: Georgia, "Times New Roman", Times, serif;
			padding: 10px;
			
		}
		
			input, textarea, button, select, option
			{
				background: #5e4c27;
				border: 1px solid #333;
				font-size: 8pt;
				font-family: Tahoma, Geneva, sans-serif;
				padding: 3px;
				margin: 2px;
				color: #CCC;
				
			}
			
	.n
	{
		padding: 10px;
		background-color: #324a32;
		border: 1px solid #7f621c;
		color: #CCC;
	}
	
	#navigation h1
	{
		margin-bottom: 5px;
		text-align: center;
		color: #000;
		font-family: Tahoma, Geneva, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 10pt;
		background-color: #516136;
	}
	
		#navigation a
		{
			display: block;
			text-align: center;
			font-size: 7.5pt;
			color: #9C9;
			padding: 2px;
			margin: 2px;
			border-bottom: #333 1px solid;
			text-transform: uppercase;
		}
		
			#navigation a:hover	{	color: #FF3;	background-color: #1d341d;	}
	
	b, strong	{	color: #eedc43;	}
	i, em		{	color: #7ee376;	}
	u			{	color: #F99;	}
	