div#left
{
	width:230px;
	float:left;
	margin-left:4px;
	margin-top:10px;
	height:480px;
}
div#middle
{
	width:230px;
	float:left;
	margin-left:4px;
	margin-top:10px;
	height:480px;
}
div#right
{
	width:230px;
	float:left;
	margin-top:10px;
	height:480px;
}
div.image
{
	text-align:center;
	height:155px;
}
div p
{
	font-style:italic;
	font-weight:bold;
}
.image
{
	margin-top:5px;
}
div img
{
	border:0;
}
div#leftcontent
{
	/*padding-bottom:10px;*/
}

/**
* Code for the login failure screen
*/
div.error
{
	text-align:center;
	margin-top:10px;
	color:#FF0000;
}