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

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

		}
		#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: 550px;
		width: 375px;
		height: 350px;
		top: 347px;
		text-align: center;
		border-width: 0;
		font-size: large;
		margin-bottom: 15px;
		}

        #columnOuterLeft {
		position: absolute;
		left: 50px;
		width: 450px;
		height: 350px;
		top: 550px;
		text-align: justify;
		border-width: 0;
		font-size: large;
		margin-bottom: 15px;
		}
		
		#columnOuterLeft a{
               text-decoration: none;
               color: #e87400;
               
		}
		
		#columnOuterLeft a:hover {
               text-decoration: none;
               color: #fceb1b;
               

           }

	#columnInnerRight {
		position: absolute;
		left: 700px;
		width: 150px;
		top: 35px;
		background-color: blue;
		}


		#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: 1150px;
		}

	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 {
		margin: 4px;
		color: white;
                
 	}
	p {
		font-family: cursive;
		font-size: 1em;
	}

	h2 {
		text-align: left;
	}
	h3 {
	text-align: center;
	font-weight: bold;
	color: #FFCC33;
	}