	img
	{
	vertical-align: middle;
	}

	#content
	{
	position: relative;
	height: 60%;
	width: 100%;
	display: block;
	overflow: auto;
	border-style: outset;
	margin-bottom: 10px;
	}
	
	#left
	{
	float: left;
	height: 30%;
	width: 33%;
	position: relative;
	overflow: auto;
	}
	
	#right
	{
	float: right;
	height: 30%;
	width: 33%;
	position: relative;
	overflow: auto;
	}
	
	#bottom
	{
	color: #333333;
	font-size: 12px;
	text-align: center;
	clear: both;
	}
	
	a 
	{
	border: 4px outset;
	border-color: #ccc;
	padding: 2px;
	text-decoration: none;
	color: #000;
	font-family: Georgia;
	}
	
	a:hover
	{
	border-color: #999;
	text-decoration: none;
	}
	
	.plain
	{
	text-decoration: none;
	}
	
	.right
	{
	text-align: right;
	}
