		body {
			font: 80% arial, helvetica, sans-serif;
			background: #764800;
			margin: 0;
		}
		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}

		
		#header {
			background: #C6985D url(logos/header1.png);
			height: 140px;
		}
		#header.text {
			font-family:arial;
			float:right;
			margin-right:200px;
			}

		#container {
			position: relative;
			width: 739px; /* width + border for IE 5.x */
			w\idth: 779px; /* real width */
			border-top: 10px solid #764800;
			border-bottom: 10px solid #764800;
			margin: auto;
		}

		#navigation {
			position: absolute;
			top: 140px;
			width:779px;
			left: 17%;
		}
		
		#content {
			background: #764800 url(logos/bg_sides.png);
			background-repeat: repeat-y;
			/*xpadding: 1px 1em 2em 1em;*/
			padding: 30px 20px 1em 40px;
		}
	#content img.right {
			width: 150px;
			height: 200px;
			padding: 1px;
			border: 1px solid #800000;
			float: right;
			margin: 0 0 0 0;
		}
		
		#content img.left {
			width: 150px;
			height: 200px;
			padding: 1px;
			border: 1px solid #800000;
			float: left;
			margin: 0 0 0 0;
		}
	/*removed height: 220px; from descr and descl*/
	
	
	#content img.righth {
    width: 200px;
    height: 150px;
    padding: 1px;
    border: 1px solid #800000;
    float: right
    margin: 0 0 0 0;
    }
    		#content img.lefth {
			width: 200px;
			height: 150px;
			padding: 1px;
			border: 1px solid #800000;
			float: left;
			margin: 0 0 0 0;
		}
    
	
		#descr {
			color:#800000;
			border: 1px solid #800000;
			width: 154px;
			padding: 1px;
			float: right;
			text-align: center;
			margin: 0 0 1em 1em;
		}
		#descl {
			color:#800000;
			border: 1px solid #800000;
			width: 154px;
			padding: 1px;
			float: left;
			text-align: center;
			margin: 0 1em 1em 0;
		}
		
				#descrh {
			color:#800000;
			border: 1px solid #800000;
			width: 204px;
			padding: 1px;
			float: right;
			text-align: center;
			margin: 0 0 1em 1em;
		}
		#desclh {
			color:#800000;
			border: 1px solid #800000;
			width: 204px;
			padding: 1px;
			float: left;
			text-align: center;
			margin: 0 1em 1em 0;
		}
		
		
			
		#copyright {
			color: #c3b766;
			float:left;
			margin: 21px 10px 10px 14px;
		}

		#footer {
			background: #764800 url(logos/footer.png);
			background-repeat: no-repeat;
			height: 11px;
		}
		/*#footer.clips {
			background: #C6985D url(logos/footer.png);
			height: 11px;
		} */


	#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#navigation li {
	float: left;
	/*align: center;*/
	border-bottom-width: 0;
	margin: 0;
	}
	#navigation ul a {
			color: white;
			text-decoration: none;
			display: block;
			background: #570672;
			padding: 0 1em;
			margin: 0 0;
		}
		
	#navigation a:visited {
			color: #b7b7b7;
			text-decoration: none;
		}
		
	#navigation a:hover {
			background: #9509bc;
		}
	#navigation #selected a{
		color: #ffffff;
		background: #9509bc;
		}

/*Text Formating*/
		h2 {
			font-size: 1.5em;
			color: #570672;
		}
		h3 {
			font-size: 1em;
					}

		p.clips {
			color: #FFFFA7;
			font-size: 1.25em;
			font-weight: bold;
			padding: 0 0 0 4px ;
			background-image: url(logos/p_clips.png);
			background-repeat: no-repeat;
			
		}

		a { 
		color: #570672;
		}
		
		a:visited {
		color:#764800;
		}
		a:hover {
		color:blue;
		}

    .end_gallery
    {
    clear:both;
    margin-bottom:2px;
    }
    
		/*a:active {
		color:#9509bc;
		background:#570672;
		} */



/* Colors Used are 
	#570672 for dark purple 
	#9509bc for light purple 
	#764800 for dark brown 
	#C6985D for light brown
*/