div#menuPane{
	position: absolute;
	left: -64px;
	top: 180px;
	width: 164px;
	height: 1500px;
}

div#content{
	position: absolute;
	left: 90px;
	top: 180px;
	width: 720px;
	height: 1500px;
background: #FFFFCC;
{padding:2%}; 
 }  
div#menuRight{
	position: absolute;
	left: 809px;
    width: 68px;
	top: 180px;
	height: 1500px;
	}


div#contentinput{
	position: absolute;
	left: 70px;
	top: 90px;
	width: 500px;
	height: 500px;
background: #FFFFCC;
padding: 10px;
}
HR 
{ color:DarkBlue; background: DarkBlue; border: 0; Height:1px;}

a:hover{
	color: red;
}
	
