#header {
		position: absolute;
		left: 85px;
		top: 25px;
		width: auto;
		font-size: small;
	}

#columnLeft {
		position: absolute;
		left: 150px;
		width: auto;
		top: 325px;

		}
		#columnLeft a{
               text-decoration: none;
               color: white;
               font-size: 1.25em;
		}
		
		#columnLeft a:hover {
               text-decoration: none;
               color: #fceb1b;
               font-size: 1.25em;

           }
		   #columnLeft a#current {
		   color: #e87400;
		   }
		   
	#columnInnerLeft {
		position: absolute;
		left: 450px;
		width: 550px;
		top: 325px;
		text-align: justify;
		border-width: 0;
		font-size: large;
		margin-bottom: 15px;
		}
		        #columnInnerLeft a{
               color: white;
               font-size: 1.25em;
		}

		

        #columnInnerLeft a:hover {
               color: #fceb1b;
               font-size: 1.25em;
           }
		
	#columnInnerRight {

		position: absolute;

		left: 700px;

		width: 150px;

		top: 35px;

		background-color: blue;

		}





	#columnInnerLeft, #columnInnerRight, #columnRight {

		border-right: 1px solid black;

		border-bottom: 1px solid black;

		border-top: 3px solid black;

		border-left: 2px solid black;

		}


      #footer   {

                position: absolute;

                clear: both;

                padding-bottom: 0em;

                border: 1px solid white;

                margin-top: 15px;

                margin-bottom: 15px;

                top: 750px;

		}



	h1 {

		margin: 0;

		padding: 0 0 0 4px;

		color: white;

		border-right: 1px solid white;

		border-bottom: 1px solid white;

		border-top: 3px solid white;

		border-left: 2px solid white;

	}



	p, h2 {
		text-align: left;
		margin: 4px;
		color: white;

                	}

	p {

		font-family: cursive;

		font-size: 1em;

	}

	h3 {
		color: #FFFF00;
                	}

