@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:24px;
	margin-top:0px;
	margin-bottom:10px;
	font-style:normal;
	font-weight:400;
}
h2{
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
	font-style:normal;
	font-weight:400;
}
.header{ /* at the top with the picturre of place fell */
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:100px;
	background-image:url(gfx/placefell.jpg);
	line-height:100px;
	font-size:24px;
	text-align:center;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;		
}
.maincontainer{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:550px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	background-image:url(gfx/fade.jpg);	
	
}
.menucontainer{
	width:130px;
	height:100%;
	font-size:18px;
	padding-left:5px;
	float:left;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	margin-right:5px;
	line-height:30px;
}
.mainright{
	margin-top:23px;
	height:100%;
	width:210px;
	margin-right:0px;
	padding:0px;
	border:0px;
	float:right;
	margin-left:5px;
}
.maincentre{
	font-size:18px;
	padding:10px;
	height:100%;
	overflow:hidden;
}	
.footer{
	clear:both;
	height:25px;
	width:100%;
	background-color:#CC00FF;
}

.display_table{
	width:750px;
	height:100%;
	overflow:auto;
	margin-left:150px;;
}	

ul{
	display:block;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

/* LoVe HAte  */
a:link{
	text-decoration:none;
	color:#000033;
}
a:visited{
	text-decoration:none;
	color:#000033;
}
a:hover{
	text-decoration:underline;
	color:#0000FF;
}
a:active{
	text-decoration:none;
	color:#000033;	
}
