@charset "utf-8";
/* CSS Document */

body
{
	background-color: #e2e2e2;
	background-image: url(images/bg_b.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 7.5pt;
	color: #333;
	
}

#headimg
{
	position: fixed;
	bottom: 0;
	left: 0;
	
}


.img
{
	background-image: url(images/bg_i.jpg);
	background-repeat: repeat-y;
	background-position:left;
	position: fixed;
	left: 0;
	height: 100%;
	width:331px;
}

#navigation
{
	position: fixed;	/*---- CHANGE THIS TO 'position: absolute;' IF YOU WANT THE NAVIGATION TO SCROLL DOWN. ---*/
	left: 850px;
	top: 10px;
	width: 150px;
	
}

	#navigation h1
	{
			font-size: 13pt;
			margin-top: 10px; margin-bottom: 2px;
			font-family: "Courier New", Courier, monospace;
			letter-spacing: -1px;
			font-style: italic;
			font-weight: normal;
			text-transform: lowercase;
			color: #0066c1;
	}
	
		#navigation a
		{
			display: block;
			margin-left: 5px;
			margin-top: 5px;
			width: 90%;
			
			padding: 1px;
			
			text-decoration: none;
			text-align: center;
			font-family: Verdana, Geneva, sans-serif;
			font-family: 7.5pt;
			
			color: #666;
			background-color: #d0d0d0;
			border: none;
			
		}
		
			#navigation a:hover
			{
				background-color: #ececec;
				color: #F60;
			}
	
		.n
		{
			background-color: #ececec;
			padding: 5px;
			border-bottom: 1px solid #CCC;
			text-align: justify;
		}
		
			#navigation i, #navigation em		{	color: #03F;	}
			#navigation b, #navigation strong	{	color: #F60;	}
			#navigation u						{	text-decoration: none;
													color: #060;	}

#content
{
	position: absolute;
	top: 0;
	left: 331px;
	width: 507px;
	background-image: url(images/bg_m.jpg);
	background-repeat: repeat-y;
	
	text-align: justify;
	
}


	#content h1
	{
		text-align: center;
		
		font-size: 23pt;
		margin-top: 20px;
		margin-bottom: 5px;
		
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: -2px;
		
		margin-left: 20px;
		margin-right: 55px;
		
		color: #03F;
	}
	
	
	.h,.p
	{
		margin-left: 20px;
		margin-right: 55px;
	}
	
		.h
		{
			border-bottom: 1px dashed #F60;
			padding-bottom: 10px;
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			
		}
		
		.p
		{
			padding: 10px;
			border-top: 1px solid #7499ff;
			background-color: #eeeeee;
			color: #000;
		}
		
	#content h2
	{
		font-family: "Century Gothic",Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 12pt;
		
		border-left: 40px solid #999;
		color: #F30;
		
		padding-left: 20px;
		margin-left: 30px;
		
		margin-bottom: 2px;
	}
	
	#content h3
	{
		font-family: "Century Gothic",Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 12pt;
		
		text-align: right;
		
		border-right: 40px solid #999;
		color: #F30;
		
		padding-right: 20px;
		margin-right: 65px;
		margin-bottom: 2px;
	}
	
		b, strong		{	color: #06C;	}
		i, em			{	color: #F00;	}
		u				{	text-decoration: none; color: #090;	}
		
		a
		{	text-decoration: none;
			border-bottom: 1px solid #999;
			color: #F60;
		}
		
		a:hover
		{
			border-bottom-color: #FFF;
			color: #06C;
		}
		
		blockquote
		{
			background-color: #CCC;
			padding: 10px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 8pt;
			
			border-right: 12px solid #FFF;
		}
		
			input, textarea, button
			{
				border: 1px solid #999;
				background-color: #FFF;
				color: #06F;
				
				font-family: Verdana, Geneva, sans-serif;
				font-size: 8pt;
				margin: 2px;
				padding: 2px;
				
			}
			
			button	{	color: #F30;	}
			
		#content img, #navigation img	{	margin: 5px;	border: 2px solid #FFF;	}
		