		body {
			font: 10pt arial, helvetica, sans-serif;
			color: black;
			background: #FF00B0;
			margin: 0;
		}
		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}

		
		#header {
			background: #FF00B0 url(logos/kkheader.png);
			height: 100px;
		}
		#header.text {
			font-family:arial;
			float:right;
			margin-right:200px;
			}

		#container {
			position: relative;
			width: 759px; /* width + border for IE 5.x */
			w\idth: 779px; /* real width */
			border-top: 10px solid #FF00B0;
			border-bottom: 10px solid #FF00B0;
			margin: auto;
		}

		#navigation {
			position: absolute;
			top: 90px;
			width:779px;
			left: 16%;
		}
		
		#content {
			background: #FFC0F0 url(logos/bg_sides.png);
			background-repeat: repeat;
			/*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*/
	
		#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;
		}
			
		#copyright {
			color: #c3b766;
			float:left;
			margin: 21px 10px 10px 14px;
		}

		#footer {
			background: #FF00B0 url(logos/footer.png);
			height: 20px;
			background-repeat: no-repeat;
		}
		/*#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: #570672;
			text-decoration: none;
			display: block;
			padding: 0 1em;
			margin: 0 0;
		}
		
	#navigation a:visited {
			color: #ff00b0;
			text-decoration: none;
		}
		
	#navigation a:hover {
	    color: white;
			background: #9509bc;
		}
	#navigation #selected a{
		color: #ffffff;
		background: #9509bc;
		}

/*Text Formating*/
		h2 {
			font: 1.5em "bradley hand itc", arial, helvetica, sans-serif;
      font-size: 2em;
			color: purple;
		}
		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;
		}

/* ------
  color codes:
  Side Background dark pink is #FF00B0
  Light Main Pink is: FFCF0
  
  Other to be defined later
  ----- */
