#container	{position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 600px;
	background-color: #EEE9DD;
}
#identity	{position: absolute;
	left: 0px;
	top: 10px;
	width: 800px;
	height: 42px;
}
#container1	{position: absolute;
	top: 52px;
	left: 0px;
	border-top: solid 1px #d4ccb9;
	border-bottom: solid 1px #d4ccb9;
	width: 800px;
	height: 480px;
	background-color: #e7ddd1;
	font: 11px /14px Arial, Verdana, Helvetica;
	color: #50347f;
}
#links1  {position: absolute;
	top: 2px;
	left: 10px;
	width: 200px;
	color: #bd3431;
}
.red	{color: #bd3431;}
#left	{position: absolute;
	top: 40px;
	left: 0px;
	width: 180px;
	height: 440px;
}
#links3 {position: absolute;
	top: 300px;
	left: 20px;
	width: 160px;
	height: 140px;
	color: #bd3431;
}
#middle	{position: absolute;
	top: 30px;
	left: 140px;
	width: 550px;
	height: 440px;
	z-index: 1;
}
#right	{position: absolute;
	top: 40px;
	left: 600px;
	width: 200px;
	height: 440px;
}

#links2  {position: absolute;
	top: 410px;
	left: 150px;
	width: 160px;
	height: 20px;
	font: 18px Arial, Verdana, Helvetica;
}
a:link {color: #50347f; 
	text-decoration: none;
}
a:visited {color: #116465; 
	text-decoration: none;
}
a:hover {color: #bd3431; 
	text-decoration: none;
}
	 
