@charset "utf-8";
/* CSS Document */

body
{
	background-color: #e8e0a1;
	background-image: url(images/bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	color: #475452;
	text-align: justify;
}

p
{
	text-indent: 20px;
}

a	{ text-decoration: none;	}

#headimg
{
	position: absolute;
	top: 0;
	left: 0;
}

#main
{
	position: absolute;
	width: 500px;
	top: 280px;
	left: 30px;
	
	padding-bottom: 20px;
}
	
	#main h1
	{
		margin-bottom: 0px;
		text-transform: uppercase;
		font-family: Georgia, "Times New Roman", Times, serif;
		letter-spacing: -2px;
		font-size: 18pt;
		color: #ff6262;
		
	}
	
	#main h2
	{
		margin-top: 30px;
		margin-bottom: 0px;
		text-transform: uppercase;
		font-family: Georgia, "Times New Roman", Times, serif;
		letter-spacing: 10px;
		font-size: 13pt;
		color: #a3a392;
	}
	
	#main a
	{
		color: #ff6262;
		background-color: #e8e0a1;
	}
	
	#main a:hover
	{
		color: #fff;
		background-color: #ff6262;
	}

	.p
	{
		background-color: #c6c5a3;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 2px;
		padding-bottom: 5px;
		border-top: 10px solid #929176;
	}
	
	textarea, button, select, option, input
	{
		color: #666;
		background: #667673;
		border: none;
		padding: 3px;
		margin: 2px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 8pt;
		color: #FFF;
	}
	
	blockquote
	{
		padding: 10px;
		border: 1px solid #FFF;
		background-color: #e1e0bb;
	}
	
	i, em
	{
		color: #000;
	}
	
	u
	{
		color: #C30;
	}
	
#navigation
{
	position: absolute;
	top: 300px;
	left: 550px;
	width: 150px;
}

	#navigation h1
	{
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-bottom: 0px;
		margin-top: 25px;
		font-size: 15pt;
		color: #ff6262;
	}
	
	#navigation a
	{
		border-bottom: 1px solid #929176;
		color: #333;
		padding: 1px;
		padding-left: 5px;
		display: block;
		margin: 2px;
	}
	
	#navigation a:hover
	{
		color: #ff6262;
		font-weight: bold;
		background-color: #ebe5b9;
		border-bottom-color: #FFF;
	}
	
	.n
	{
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 7.5pt;
		color: #333;
	}
	