body
{
	background-color: #775051;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	
}

	#left
	{
		background-image: url(images/index_04.jpg);
		background-repeat: repeat-y;
		background-attachment: scroll;
		width: 28;
	}
	
	#right
	{
		background-image: url(images/index_06.jpg);
		background-repeat: repeat-y;
		background-attachment: scroll;
		width: 22;
	}
	
	#center
	{
		background-color: #4A4A4A;
		background-image: url(images/index_05.jpg);
		background-repeat: no-repeat;
		background-attachment: scroll;
		}
		
		#navigation
		{
			vertical-align: top;
			padding: 10px;
			width: 150;
		}
		
		#navigation p
		{	
			background-color: #999999;
			padding: 2;
			margin-top: 0;
			font-size: 8pt;
			text-align: justify;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			color: #9F1118;
		}
		
			#navigation h1
			{
				font-family: Georgia, "Times New Roman", Times, serif;
				text-align: center;
				background-color: #000000;
				font-size: 14pt;
				height: 13pt;
				line-height: 13pt;
				font-style: italic;
				
				color: #FAF528;
				font-weight: bold;
				letter-spacing: -2;
				border-bottom: 2px solid  #FF00FF;
				border-top: 3px solid #03FF52;
				margin-bottom: 3;
			}
			
			#navigation a
			{
				display: block;
				width: 100%;
				
				font-family: Century Gothic, Arial Black, Helvetica, sans-serif;
				font-size: 7.5pt;
				letter-spacing: 2;
				height: 11pt;
				margin-bottom: 2;
				font-weight: bold;
				color: #000000;
				border-bottom: 2px solid #333333;
				
				text-align: center;
				
				text-decoration: none;
				background-color: #8D887A;
			}
			
				#navigation a:hover
				{
					background-color: #87B2A9;
					border-bottom-color: #F1079A;
					color: #901216;
					}
					
		#main h1
		{
			margin-top: 10;
			margin-bottom: 0;
			text-align: center;
			font-family: Century Gothic, Helvetica, sans-serif;
			font-size: 20pt;
			line-height: 17pt;
			font-weight: normal;
			border-bottom: 5px solid #FF0692;
			height: 17pt;
			color: #FCFC8A;
			background-color: #4B001C;
			letter-spacing: -1;
		}
		
			.p
			{
				margin-top: 0;
				background-color: #8E667F;
				color: #E0E2DD;
				border-top: 1px solid #00FF57;
				padding: 5; 
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 7.5pt;	}
				
			#main b
			{
				color: #FAF960;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-style: italic;
			}
			
			#main i
			{
				color: #73DFDA;
				font-style: normal;
			}
			
			#main u
			{
				color: #03F04A;
				font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			}
			
			#main a
			{
				color: #FFCCFF;
				letter-spacing: 2;
				font-family: Arial Black, Helvetica, sans-serif;
				text-transform: uppercase;
				text-decoration: none;
			}
			
				#main a:hover
				{
					color: #FFFF00;
				}
				
		
		blockquote
		{
			background-color: #CCCCCC;
			padding: 10;
			color: #996666;
			font-weight: normal;
			border-left: 5px solid #FF00FF;
		}
		
		input, button, textarea
		{
			background-color: #EADFD9;
			border: 1px solid #CB77A6;
			color: #333333;
			margin: 2;
			padding: 2;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 7.5pt;
		}
		
	#footer
	{
		background-color: #4A4A4A;
		background-image: url(images/index_07.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		width: 900;
		height: 69;
		
		text-align: center;
		
		font-family: Century Gothic, Arial, Helvetica;
		color: #F8EF60;
		font-size: 8pt;
		}
		
			#footer a
			{
				color: #FFCCFF;
				letter-spacing: 2;
				font-family: Trebuchet MS, Helvetica, sans-serif;
				text-transform: uppercase;
				text-decoration: none;
			}
			
				#footer a:hover
				{
					color: #60F863;
				}
		