/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
.title	{
	position : absolute;
	margin-top : 10px;
	width : 440px;
	padding : 1em;
	left : 190px;
	z-index : 0;
	height: 42px;
	top: 16px;
}

.menu{ position : absolute;
	  top : 150px;
	  left : 20px;
	  width : 135px;
	  z-index : 1;
	   }

.menu{ 	padding : 15px 5px 5px 10px;
	margin-bottom : 0.5em;
	 }

.menu a {display : block;}
.menu .delimiter {display : none;}

.other{ position : absolute;
	  top : 225px;
	  left : 675px; 
	  width : 199px;
	  z-index : 1;
	  padding : 1em; }

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

.contentText {	position : absolute;
		top : 150px;
	    z-index : 2;
		padding : 1em;
		left : 190px; 
		width : 440px;
		
		}

.ahem {display : none}


.other2{
	position : absolute;
	top : 360px;
	left : 675px;
	width : 137px;
	z-index : 1;
	padding : 1em;
	height: 117px;
}
	  
.other2{	padding : 0;
	margin-bottom : 0.5em; }
	
	
.other3{
	position : absolute;
	top : 510px;
	left : 672px;
	width : 137px;
	z-index : 1;
	
	height: 117px;
}
.other3{	padding : 0;
	margin-bottom : 0.5em; 
	}

.credits{
	position : absolute;
	bottom : 15px;
	width : 117px;
	padding : 1em;
	left : 13px;
	z-index : 3;
    text-align : left;
	
}
