		body
		{
			background-color: #4C4837;
			font-family: georgia, times, serif;
			font-size: 14px;
			margin: 0;
		}

		p
		{
			margin-left: 8px;
			margin-right: 8px;
			width: 375px;
		}
		
		a 
		{ 	
			text-decoration: none;
			color: #003333;
		}
		
		a:visited 
		{	
			color: #003333;
		}
		
		.class1 a:visited 
		{ 
			color: white; 
		}
		
		h1, h3 
		{ 
			margin-left: 8px;
		}

		.nav a
		{
			color: white;
			font-size: 16px;
			word-spacing: 1.5em;
		}
		
		div#nav
		{
			position: absolute;
			top: 10px;
			z-index: 1;
		}
		
		html>body div#nav
		{
			position: absolute;
			top: -5px;
			z-index: 1;
		}


		div#linetopright
		{
			position: absolute;
			left: 631px;
			height: 29px;
			top: 5px;
			border-right: 1px solid #CECC99;
		}
		
		div#linetopright2
		{
			position: absolute;
			left: 633px;
			height: 34px;
			top: 0px;
			border-right: 1px solid #CECC99;
		}
		
		div#linetopbot
		{
			width: 632px;
			height: 25px;
			position: absolute;
			top: 7px;
			border-bottom: 1px solid #CECC99;
		}
		
		div#linetop
		{
			width: 632px;
			height: 25px;
			position: absolute;
			top: 5px;
			border-top: 1px solid #CECC99;
		}
		
		div#left
		{
			position: absolute;
			width: 122px;
		}
		
		
		div#img1
		{
			position: absolute;
			width: 123px;
			left: 509px;
			top: 34px;
			z-index: 1;
		}
		
		div#img2
		{
			position: absolute;
			width: 123px;
			left: 509px;
			top: 220px;
			z-index: 2;
		}
		
		div#img3
		{
			position: absolute;
			width: 123px;
			left: 509px;
			top: 410px;
			z-index: 1;
		}
		
		div#line
		{
			position: absolute;
			width: 1px;
			height: 616px;
			left: 630px;
			top: 32px;
			border-right: 1px solid #CECC99;
		}
		
		div#line2
		{
			position: absolute;
			width: 1px;
			height: 615px;
			left: 632px;
			top: 34px;
			border-right: 1px solid #CECC99;
		}
		
		div#centertop
		{
			background-color: #CECC99;
			position: absolute;
			height: 4px;
			width: 498px;
			left: 124px;
			top: -11px;
		}
		
		html>body div#centertop
		{
			background-color: #CECC99;
			position: absolute;
			height: 4px;
			width: 498px;
			left: 124px;
			top: 0px;
		}


		div#center
		{
			background-image: url(images/c-bg.jpg);
			position: absolute;
			width: 512px;
			left: 124px;
			top: 34px;
			padding: 0;
			z-index: 1;
		}
		
		div#bot
		{
			width: 510px;
			height: 1px;
			border-bottom: 1px solid #CECC99;	
		}
		
		hr
		{
			display: none;
			z-index: 2;
		}

