body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#800040;
}

#main
{
	width:1024px;
	height:768px;
}

#head
{
	text-align:center;
	width:1024px;
	height:75px;
	background-color:#72b8c5;
	
}

#nav
{
	float:left;
	padding-left:5px;
	background-color:#bbecf4;
	width:100px;
	height:670px;
	
}

#content
{
	width:900px;
	height:670px;
	background-color:#eabea2;
	padding:3px;
}

#navleft
{
	width:100px;
	height:670px;
	
}

#footer
{
	clear:both;
	width:auto;
	height:auto;
	background-color:#000040;
	color:#8000ff;
}

#Result
{
color:#000000;

}