@charset "utf-8";
/* CSS Document */

body
{
	background-color: #C9C;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	
	color: #333;
}

p
{
		text-indent: 10px;
}

a	{ text-decoration: none;	}


#headimg
{
	position: fixed;
	top: 30px; left: 25px;
}

 /* EDIT THIS TO ADJUST YOUR MAIN CONTENT'S COORDINATES OR SIZE */
#main
{
	position: absolute;
	top: 80px; left: 420px; margin-bottom: 20px;
	width: 550px;
	padding: 20px;
	text-align: justify;
	
	background-image: url(images/bg-div.png);
	background-repeat: repeat;
	
	border-right: 15px solid #d56087;
	
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt;
}

	#main img
	{
		margin: 5px;
	}
	
	#main h1
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 26pt;
		font-style: italic;
		font-weight: normal;
		letter-spacing: -2px;
		
		margin-bottom: 0px;
		color: #ed618f;
	}
	
	#main h2
	{
		font-family: "Century Gothic", Arial, sans-serif;
		font-size: 16pt;
		font-weight: normal;
		letter-spacing: -1px;
		text-transform: uppercase;
		
		color: #0054a6;
		border-bottom: 1px solid #cc79eb;
		padding-left: 30px;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	#main a
	{
		color: #e05181;
		text-decoration: underline;
	}
	
	#main a:hover
	{
		color: #3acb7b;
	}

	.h
	{
		font-family: "Courier New", Courier, monospace;
		letter-spacing: -1px;
		font-size: 9pt;
		padding: 10px; padding-top: 3px;
		padding-bottom: 3px;
		color: #00007c;
	}
	
	textarea, button, select, option, input
	{
		border: none;
		background-color: #FFF;
		color: #923962;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 9pt;
		padding: 3px; margin:3px;
		border: 1px solid #82d5bc;
	}
	
	blockquote
	{
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
		padding: 10px;
		color: #333;
		background-image: url(images/bg-bq.png);
		background-repeat: repeat;
		background-color: #d8f0f9;
		border: 1px solid #e7becd;
		border-left: 10px solid #e7becd;
	}
	
	b, strong	{	color: #7777e5;	}
	i, em		{	color: #b938da;	}
	
	
	
 /* EDIT THIS TO ADJUST YOUR NAVIGATION'S COORDINATES OR SIZE */	
#navigation
{
	background-image: url(images/bg-div.png);
	background-repeat: repeat;
	position: fixed;
	top: 390px; left: 40px;
	width: 300px;
	padding: 10px;
	text-align: justify;
}

	#navigation h1
	{
		font-family: "Courier New", Courier, monospace;
		font-size: 12pt;
		text-align: right;
		margin: 0;
		margin-right: 55px;
		margin-bottom: 3px;
		color: #930;
		font-weight: normal;
	}
	
	#navigation a
	{
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18pt;
		color: #ec008c;
	}
	
		#navigation ul
		{
			list-style-type: none;
			margin: 0;
			padding: 0;
			padding-left: 10px;
		}
		
			#navigation li
			{
				border-bottom: #CCC 1px solid;
				color: #999;
				font-size: 9pt;
				text-transform: uppercase;
			}
			
			#navigation li:hover
			{
				border-bottom-color: #c666eb;
				color: #c666eb;
			}
	
	#navigation a:hover
	{
		color: #3e7cba;
	}