/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
.title
{
	position:absolute;
	top:0px;
	left:20px;
	width : 790px;
	height:30px;
	margin : 5px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.menu
{
	position : absolute;
	top : 49px;
	left : 20px;
	width:770px;
	height: 20px;
	margin : 5px;
	padding : 5px;
	background-color: #E6E6E6;
}

.other
{
	position : absolute;
	top : 83px;
	left : 635px;
	width : 150px;
	height: auto;
	margin: 5px;
	padding: 5px;
}

.contentText
{
	position : absolute;
	top : 83px;
	left: 16px;
	width: 600px;
	height: auto;
	margin: 5px;
	padding : 5px;
}
