body
{
	background-color: #c6ecfb;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	
	margin-top: 20;
	margin-bottom: 20;
}

table, tr, td
{
		background-color: #FFF;
		vertical-align: top;
}

	#bignav
	{
			padding: 15px;
			padding-top: 0;
			font-size: 10pt;
			text-align: justify;		
			 width:300;
			 height:240;
	}
	
		#bignav a
		{
			display: block;
			width: 260;
			float: left;
			padding: 3px;
			margin: 2px;
			background-color: #6CF;
			text-align: center;
			text-decoration: none;
			font-family: "Arial Black", Gadget, sans-serif;
			text-transform: lowercase;
			font-size: 18pt;
			line-height: 15pt;
			height: 15pt;
			color: #FFF;
		}
		
			#bignav a:hover
			{
				background-color: #C6F;
				text-transform: uppercase;
			}
			
		#bignav h1
		{
			margin: 0;
			font-size: 30pt;
			font-family: Arial Narrow, Arial, Helvetica, sans-serif;
			color: #F63;
			letter-spacing: -3;
			font-weight: bold;
		}
		
			#bignav h2
			{
				margin-right: 10;
				margin-top: -5;
				margin-bottom: 5;
				margin-left: 20;
				font-size: 12pt;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-weight: normal;
				font-style: italic;
				letter-spacing: -1;
				color: #3C3;
				
			}
	
	#nav
	{
			padding: 10px;
			WIDTH: 150;
	}
	
	#nav a
	{
			display: block;
			width: 170px;
			margin-bottom: 6px;
			margin-bottom: 6px;
			margin-right: 10px;
			margin-left: 20px;
			border-left: #F96 12pt solid;
			text-align: left;
			text-decoration: none;
			height: 12pt;
			font-size: 12pt;
			line-height: 12pt;
			text-transform: uppercase;
			font-family: Arial Narrow, Arial, Helvetica, sans-serif;
			font-weight: bold;
			letter-spacing: 2;
			padding-left: 10;
			color: #F69;
			border-bottom: #C9F 1px dashed;
	}
	
		#nav a:hover
		{
			border-left-color: #F36;
			font-size: 12pt;
			color: #0C3;
			border-bottom: #09F 1px solid;
		}
		
		#nav h1
		{
			width: 220;
			margin-top: 25;
			margin-bottom: 5;
			font-family: "Arial Black", Gadget, sans-serif;
			font-size: 20pt;
			color: #69F;
		}
		
		#nav p
		{
			border: #F99 1px solid;
			background-color: #FFC;
			margin: 2;
			padding: 10;
			font-size: 9pt;
			width: 200;
			
		}
		
	#main
	{
			width:650; 
			padding: 20;
			text-align: justify;
			font-size: 9pt;
	}
	
		#main h1
		{
				margin-top: 10;
				margin-bottom: 0;
				font-size: 30pt;
				font-family: "Courier New", Courier, monospace;
				font-weight: normal;
				font-style: italic;
				letter-spacing: -3;
				line-height: 20pt;
				color: #F00;
				border-bottom:  #6C6 3px solid;
		}
		
		#main h2
		{
			margin: 0;
			font-size: 8pt;
			letter-spacing: 3;
			font-family:Tahoma, Geneva, sans-serif;
			font-weight: normal;
			text-transform: uppercase;
			text-align: right;
			color: #06C;
		}
		
		.p
		{
			margin: 2;
			margin-bottom: 5;
			padding: 2;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9pt;
		}
		
		b, strong {	color: #C3F;	}
		i, em	{ color: #F36;	font-family: Georgia, "Times New Roman", Times, serif;	}
		u	{	text-decoration: none; border-bottom-style: dashed; border-bottom-width: 1px;	color: #399;	}
		
		a	{	color:#F63; font-family: "Courier New", Courier, monospace; text-transform: uppercase;	font-weight: bold; letter-spacing: 2;	}
		a:hover	{	color:#0C6;	text-decoration: none;	}
		
		
		blockquote
		{
			background-color: #edfbff;
			padding: 10;
			border: #C9F 1px solid;
			font-family: "Times New Roman", Times, serif;
			font-size: 10pt;
			font-style: italic;
			color: #F66;
		}
		
		input, textarea, button
		{
			margin: 3px;
			padding: 2px;
			border: #0CC 1px solid;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 10pt;
			background: #FFF;
			color: #C3C;
		}
		
			button	{ color: #36F;	}
			
		#main img
		{
				margin: 4px;
				border:  #CCC 5px solid;
		}
		
	#footer
	{
		width: 900;
		height: 130;
		background-image: url(images/index_06.jpg);
		background-repeat: none;
		
		padding-top: 30;
		text-align: center;
		font-size: 8pt;
		color: #000;
	}
	
	#footer a
	{
		background-color: #FFF;
		color: #333;
	}
		
		#footer a:hover
		{
			color: #F63;
		}
	
	#footer em, #footer i
	{
		color: #036;
	}
	
	#footer b, #footer strong
	{
		color: #C03;
	}