/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
.title
{
	position:absolute;
	top:0px;
	left:0.5em;
	height:1em;
	margin-left : auto;
	margin-right: auto;
	padding: 5px;
	z-index : 0;
}

.menu
{ 	
	position : absolute;
	top : 3em;
	padding : 2px;
	margin-top : 5px;
	margin-bottom : 5px;
	width:98%;
	left : 1%;
	right : 1%;
}

.other
{
	padding : 4px;
	position : absolute;
	top : 6em;
	right : 5px;
	width : 10em;
}

.contentText
{
	margin-top : 6em;
	padding : 1em;
	margin-left : 30px;
	margin-right : 12em;
}