@charset "utf-8";
/* CSS Document */

body
{
	background-color: #d7fbc9;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

p
{
		text-indent: 10px;
}

a	{ text-decoration: none;	}


#headimg
{
	position: fixed;
	top: 0; left: 0;
}

 /* EDIT THIS TO ADJUST YOUR MAIN CONTENT'S COORDINATES OR SIZE */
#main
{
	position: absolute;
	top: 80px; left: 430px;
	width: 450px;
	padding: 20px;
	text-align: justify;
	
	background-color: #c9f9eb;
	border: 1px solid #9ed8c6;
	
	color: #12373f;
}

	#main img
	{
		margin: 5px;
	}
	
	#main h1
	{
		font-family: "Century Gothic", Arial, sans-serif;
		font-size: 20pt;
		font-weight: normal;
		letter-spacing: -1px;
		
		margin-bottom: 3px;
		color: #b85f2f;
	}
	
	#main h2
	{
		font-family: "Century Gothic", Arial, sans-serif;
		font-size: 15pt;
		font-weight: normal;
		letter-spacing: -1px;
		text-transform: uppercase;
		
		color: #686a6a;
		border-bottom: 1px solid #f3d8a9;
		padding-left: 30px;
		margin-bottom: 5px;
	}
	
	#main a
	{
		color: #cb7546;
	}
	
	#main a:hover
	{
		color: #3acb7b;
	}

	.p
	{
		font-size: 7.5pt;
		background-color: #e0f9f2;
		padding: 10px;
	}
	
	.h
	{
		font-family: "Courier New", Courier, monospace;
		letter-spacing: -1px;
		background-color: #afeedb;
		padding: 10px; padding-top: 3px;
		padding-bottom: 3px;
	}
	
	textarea, button, select, option, input
	{
		border: none;
		background-color: #FFF;
		color: #cb7546;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt;
		padding:2px; margin:2px;
	}
	
	blockquote
	{
		font-family: "Times New Roman", Times, serif;
		font-size: 9pt;
		padding: 10px;
		color: #000;	
		background-color: #e8fbcd;
		border: 1px solid #afeedb;
		border-left: 10px solid #afeedb;
	}
	
	b, strong	{	color: #795f50;	}
	i, em		{	color: #507961;	}
	
	
 /* EDIT THIS TO ADJUST YOUR NAVIGATION'S COORDINATES OR SIZE */	
#navigation
{
	position: fixed; /* CHANGE THIS TO 'absolute' TO MAKE YOUR NAVIGATION SCROLL */
	top: 250px; left: 200px;
	width: 180px;
	padding: 20px;
	text-align: justify;
	
	font-size: 7.5pt;
	font-family: Tahoma, Geneva, sans-serif;
}

	#navigation h1
	{
		font-family: "Courier New", Courier, monospace;
		font-size: 12pt;
		margin-bottom: 3px;
		color: #cb7546;
		text-align: center;
		font-weight: normal;
		border-bottom: 1px solid #999;
	}
	
	#navigation a
	{
		text-transform: uppercase;
		display: block;
		text-align: center;
		padding: 1px; margin: 2px;
		color: #5b8949;
		border-bottom: 1px solid #e8fbcd;
	}
	
	#navigation a:hover
	{
		color: #16604a;
		border-bottom-color: #FFF;
	}
	
	.n
	{
		text-align: justify;
		padding: 5px;
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #fbebcf;
	}
	