@import url(all.css); /* this is the basic layout - all.css gives other formatting onfo */
	
body {
	
	text-align:center;
	background-color:#fff;

	
}
         

#body {
	position: inherit;
	top:center;
	left:center;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	z-index: 4;
}
#header{
	width:680px;
	height:354px;
	left:0px;
	top:0px;
	position:absolute;
	margin-right:auto;
	margin-left:auto;
	text-align:centre;
	background-image: url(../images/top.jpg);
	padding:0px;
	z-index: 5;
	
}
#links{
	width:680px;
	height:65px;
	left:0px;
	top:354px;
	position:absolute;
	margin-right:auto;
	margin-left:auto;
	padding-left:0px;
	text-align:center;
	background-image:url(../images/links.jpg);
	z-index: 5;
	
}
#textbox{
	width:680px;
	left:0px;
	top:419px;
	position:absolute;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	overflow: scroll;
	overflow-x: hidden;
	z-index: 5;
	height:311px;
	background-image:url(../images/textbox.jpg);

}

#text1{
	width:581px;
	height:354px;
	left:3px;
	top:214px;
	position:absolute;
	margin-right:auto;
	text-align:left;
	z-index: 5;
	overflow: scroll;
	overflow-x: hidden;
	background-repeat: no repeat;

	
	           
          
	
}

#footer{
	width:680px;
	height:69px;
	left:0px;
	top:730px;
	position:absolute;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-image:url(../images/foot.jpg);
	text-align:center;

	

}

p,h1,pre {
	margin:0px 0px 0px 00px;
}
h1 {
	font-size:14px;
	color: red;
	padding-top:10px;
	padding-bottom: 10px;
}
h4 {
	font-size:12px;
	color: red;
	padding-top:10px;
	padding-bottom: 10px;
	text-align:left;
}
