/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
.title	{ 
	  margin-top : 0.5em;
	  width : 98%;
	  padding: 0em;
	  z-index : 0; }

.menu	{ 
	  position : absolute;
	  top : 10em;
	  left : 5px;
	  width : 10em;
	  z-index : 1;
	  padding : 0em; }

.menu{ 	padding : 0.5em;
	margin-bottom : 0.5em; }

.menu a {
	  display : block;
}

.menu .delimiter {
	  display : none;
}

.other{ 
	  position : absolute;
	  top : 10em;
	  right : 5px;
	  width : 10em;
	  z-index : 1;
	  padding : 0em;
}

.other{	
	  padding : 0.5em;
	  margin-bottom : 0.5em; 
}

.contentText {	
	  position : absolute;
	  top : 10em;
	  right : 12em;
	  z-index : 2;
	  padding : 1em;
	  #left : 12em; 
	  left: 3em;
}

.ahem {
	  display : none
}