@charset "utf-8";
/* CSS Document */

body
{
	background-color: #7e8153;
	background-image: url(images/bgv.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 8pt;
		text-align: justify;
}

	#headimg
	{
		position: absolute;
		top: 0;
		right: 0;
	}
	
		#bg2
		{
				position: absolute;
				bottom: 0;
				right: 0;
				background-position: top right;
				background-image: url(images/bgh.jpg);
				background-repeat: repeat-x;
				width: 100%;
				height: 100%;
		}

#header
{
	position: absolute;
	right: 350;
	top: 345;
	width: 500;
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #d1d866;
	text-align: center;
}

	#header a
	{
		margin: 3px;
		padding: 5px;
		border: none;
		color: #d1d866;
		font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: lowercase;
		text-decoration: none;
		
	}
	
		#header a:hover
		{
			color: #FFF;
		}
		
#navigation
{
	position: absolute;
	right: 60;
	top: 380;
	width: 260;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
}

	#navigation h1
	{
		display: block;
		float: left;
		width: 90%;
		margin-top: 10px;
		margin-bottom: 5px;
		border-bottom: 3px solid #bfd567;
		font-size: 15pt;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-style: italic;
		font-weight: bold;
		text-align: left;
		padding-left: 20;
		color: #FFF;
		
	}
	
	#navigation a
	{
		margin: 3;
		display: block;
		text-align: center;
		float: left;
		font-size: 8pt;
		width: 46%;
		font-weight: normal;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: lowercase;
		text-decoration: none;
		color: #d9ee89;
		background-color: #8e906c;
		
	}
	
	#navigation a:hover
	{
		color: #FFF;
		background-color: #868866;
		
	}
	
		.n
		{
			background-color: #aaac82;
			color: #663;
			margin: 10;
			padding: 10;
			border:  1px solid #693;
			font-size: 7.5pt;
			float: none;
			text-align: justify;
		}
		
			#navigation i, #navigation em	{ color: #666;	}
			#navigation u	{ color: #e7eaad;	}
			#navigation b, #navigation strong	{ color: #333;	}
			#navigation img		{	background-color: #999; border: 1px solid  #666;	margin: 5;	}

#main
{
	position: absolute;
	right: 350;
	top: 390;
	width: 550;
}

	#main h1
	{
		font-size: 22pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-top: 0;
		font-style: italic;
		font-weight: normal;
		letter-spacing: -2;
		text-transform: lowercase;
		color: #d9ee89;
		margin-bottom: 0;
	}
	
	h2
	{
		margin-top: 20px;
		font-family: "Times New Roman", Times, serif;
		text-transform: lowercase;
		font-weight: normal;
		font-size: 18pt;
		color: #FFF;
		padding-left: 50;
		margin-bottom: 0;
	}
	
	.h
	{
		margin: 0;
		color: #FFF;
		background-image: url(images/bgmh.jpg);
		background-position: left top;
		background-repeat: repeat-y;
		font-family: Arial, Helvetica, sans-serif;
		
		padding-left: 55;
		font-size: 7.5pt;
	}
	
	.p
	{
		margin: 0;
		font-size: 7.5pt;
		font-family: Tahoma, Geneva, sans-serif;
		padding: 10;
		border: none;
		border-top: #666 5px solid;
		color: #000;
		
		background-color: #989a75;
		padding-right: 50;
		
		background-image: url(images/bgmp.jpg);
		background-position: right top;
		background-repeat: repeat-y;
	}
	
	p
	{	text-indent: 10;	}
	
a
{
	color: #FF6;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

a:hover
{
	color: #6F3;
}

b,strong{	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	color: #FC6; }
i,em{	font-family: Georgia, "Times New Roman", Times, serif; color: #9F6; }
u{	text-decoration: none;	color: #9CF; }

blockquote
{
	background-color: #aaac82;
			color: #663;
			padding: 10;
			border:  1px solid #693;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7.5pt;
	font-style: italic;
}

select,option,textarea,input,button
{
	background-color: #c9cb9a;
			border:  1px solid #693;
	padding: 2px;
	margin: 3px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 7.5pt;
	color: #666;
}

#main img
{
	margin: 5px;
	padding: 5px;
	background-color: #c9cb9a;
	border: 1px solid  #666;
}