body, html, div {

	margin: 0;
	padding: 0;

}

body {
	font: 8pt/16pt verdana, geneva, arial, sans serif;
	color: #000;
	background-color: #599B71; 
}

h1 {
	font: bold 34pt verdana, geneva, arial, sans serif;
	color: #599B71;
	background-color: white;
	position: relative;
	top: -25px;
	z-index: 10;
}

h2 {
	font: bold 20pt verdana, geneva, arial, sans serif;
	color: #599B71;
	position: relative;
	top: -35px;
}

h3 {
	font: bold 16pt verdana, geneva, arial, sans serif;
	color: #599B71;
}

p { 

	font: 12pt verdana, geneva, arial, sans serif; 
	color: #000; 
	margin: 0px 0px 10px 12px; 
	padding: 0px;

}


img {
	border: 0px;
}

a {color:#230;}

a:visited {color:#672;}

a:hover {color:#ABBC47;}

input, textarea {font: 8pt verdana, geneva, arial, sans serif; padding: 1px 2px;}

#extra_wrapper {
	text-align: center;
}


#centred {
	position: relative;
	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
	width: 900px;
	height: 50%;
	margin: 0 auto;
	Text-align: left;
	
}

#navlist_box {
	position: relative;
	background-color: white; 
	width: 900px;
	z-index: 1;
	
}

#container {
	position: relative;
	background-image: url(images/back_middle.jpg);
	background-color: #fff;
	width: 900px;
}

#content {
	padding: 2px 7px 10px 7px;
	position: relative;
	font-size: small;
}

#credits {
	width: 900px;
	background-color: white;
	color: #ADD8E6;
}

#credits p{
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #ADD8E6;
}

#lefttext{

	position: relative;
	top:-30px;
	width : 450px;
	height: 450px;
	background-color: white;
	z-index : 1;

}

#lefttext1{
	position: absolute;
	left: 138px;
	top: 330px;
	z-index: 10;
}

#lefttext2{
	position: absolute;
	left: 80px;
	top: 350px;
	z-index: 10;
}

#lefttext3{

	position: absolute;
	left: 10px;
	top: 320px;
	z-index: 10;
	width: 50%;
}

#middleline{
	position: absolute;
	left: 470px;
	top: 145px;
	width: 27px;
	height: 445px;
	background-image: url(images/middleline.gif);
	color: #fff;
	z-index: 1;
}

#righttext{
	position: absolute;
	left: 550px;
	top: 145px;
	z-index: 1;
}

#righttext1{

	position: absolute;
	left: 490px;
	top: 145px;
	z-index : 1;
}

#righttext2{

	position:absolute;
	left:570px;
	top: 330px;
	z-index : 1;

}