body
{
	background-color: #994477;
	background-image: url(/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: 440px;
	width: 600px;
	padding: 10px;
	text-align: justify;
	
	background-color: #943c7d;
	border: 1px solid #441133;
	
	color: #131313;
}

	#main img
	{
		margin: 5px;
	}
	
	
	#main h1
	{
		font-family: "Century Gothic", Arial, sans-serif;
		font-size: 15pt;
		font-weight: normal;
		letter-spacing: -1px;
		text-transform: uppercase;
		
		color: #441133;
		border-bottom: 1px solid #441133;
		padding-left: 30px;
		margin-bottom: 5px;
	}

	#main h2
	{
		font-family: "Century Gothic", Arial, sans-serif;
		font-size: 20pt;
		font-weight: normal;
		letter-spacing: -1px;
		
		margin-bottom: 3px;
		color: #880033;
	}

	#main h3
	{
		font-family: "Century Gothic", Arial, sans-serif;
		font-size: 20pt;
		font-weight: normal;
		letter-spacing: -1px;
		
		margin-bottom: 3px;
		color: #880033;
	}
	
	#main a
	{
		color: #e16cd4;
	}
	
	#main a:hover
	{
		color: #ee22aa;
	}

	.p
	{
		font-size: 7.5pt;
		background-color: #943c7d;
		padding: 10px;
	}
	
	.h
	{
		font-family: "Courier New", Courier, monospace;
		letter-spacing: -1px;
		background-color: #943c7d;
		padding: 10px; padding-top: 3px;
		padding-bottom: 3px;
	}
	
	textarea, button, select, option, input
	{
		border: none;
		background-color: #FFF;
		color: #131313;
		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: #a5508f;
		border: 1px solid #441133;
		border-left: 10px solid #770044;
	}
	
	b, strong	{	color: #770044;	}
	i, em		{	color: #770044;	}

TR.cards
{   color: #000000; 
    background: #943c7d;
    padding: 2px;
    font-weight: normal;
    font-size: 10px;
    cell-spacing: 0px;}

	
	
 /* EDIT THIS TO ADJUST YOUR NAVIGATION'S COORDINATES OR SIZE */	
#navigation
{
	position: fixed; /* CHANGE THIS TO 'absolute' TO MAKE YOUR NAVIGATION SCROLL */
	top: 350px; 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: #dd22bb;
		text-align: center;
		font-weight: bold;
		border-bottom: 1px solid #999;
	}
	
	#navigation a
	{
		text-transform: uppercase;
		display: block;
		text-align: center;
		padding: 1px; margin: 2px;
		color: #bb99bb;
		border-bottom: 1px solid #e8fbcd;
	}
	
	#navigation a:hover
	{
		color: #ee22aa;
		border-bottom-color: #FFF;
	}
	
	.n
	{
		text-align: justify;
		padding: 5px;
		color: #131313;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #994477;
	}
	