body
{
	background: #FFFFFF;
	}
	
	#navigation
	{
	
		vertical-align: top;
		padding: 5;
		width: 120;
		
		text-align: justify;
		
				font-size: 7.5pt;
				color: #A9D790;
				font-family: Arial, Helvetica, sans-serif;
		}
		
		#navigation h1
		{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			font-style: italic;
			letter-spacing: -1;
			margin-top: 5;
			text-transform: lowercase;
			font-size: 12pt;
			margin-bottom: 1;
			text-align: right;
			padding-right: 10;
			color: #F2D7A2;
			}
			
			#navigation p
			{
				margin-top: 0; }
				
			#navigation a
			{
				display: block;
				width: 90%;
				text-decoration: none;
				text-align: right;
				padding-right: 10;
				margin-top: 1;
				margin-bottom: 3;
				text-transform: lowercase;
				border-right: 10px solid #E0FFDC;
				border-bottom: 1px solid #E0FFDC;
				color: #8DD283;
				}
				
				#navigation a:hover
				{
					border-right: 10px solid #FFE7B8;
					color: #FFCC66;
					}
		
		
		
	#main
	{
		padding: 5;
		width: 480;
		background-image: url(images/index_05.jpg);
		background-position: bottom left;
		background-attachment: scroll;
		background-repeat: no-repeat;
		
		text-align: justify;
	}
	
		#main h1
		{
			margin-top: 5;
			vertical-align: top;
			background: none;
			font-family: Century Gothic, Arial, Helvetica, sans-serif;
			letter-spacing: 2;
			font-size: 13pt;
			margin-bottom: -5;
			text-transform: lowercase;
			color: #FAD0A7;
			}
			
			#main h2
			{
				background: none;
				font-family: Georgia, "Times New Roman", Times, serif;
				letter-spacing: 1;
				font-style: italic;
				font-weight: normal;
				font-size: 8pt;
				padding-left: 50px;
				margin-top: 0;
				margin-bottom: 5;
				color: #AEC06F;
				}
	
			.p
			{
				padding: 2;
				
				margin-top: 0;
				margin-bottom: 20;
				width: 98%;
				border-bottom: 1px dotted #FFCCCC;
				font-size: 7.5pt;
				color: #A4AC90;
				font-family: Arial, Helvetica, sans-serif;
				}
				
			blockquote
			{
				border-right: 5px solid #F5DEA5;	
				padding: 10;
				font-family: Century Gothic, Arial, Helvetica, sans-serif;
				font-size: 7.5pt;
				background-color: #FFFAEF;}
				
			input,textarea,button
			{
				border: 1px solid #C8EDAF;
				background-color: #FFFFFF;
				margin: 2;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 7pt;
				color: #A8B69F; }
				
			b { color: #FFCC99;	}
			i { color: #66CC66; }
			u { color: #999999;	}
				
				a
				{
					color: #D4BF55;
					text-decoration: none;
					text-transform: uppercase; }
					
					a:hover
					{
						color: #33CC33;	}
				
	#footer
	{
		background-image:url(images/index_06.jpg);
		height: 58;
		width: 750;
		background-position: left;
		background-repeat: no-repeat;
		background-attachment: scroll;
		color: #909090;
		vertical-align: top;
		padding-top: 5;
		padding-left: 30;
		text-align: left;
		font-size: 7.5pt;
		font-family: Century Gothic, Arial, Helvetica, sans-serif; }