@import url(all.css); /* this is the basic layout - all.css gives other formatting onfo */
	
body {
	
	text-align:center;
	background-color:#D7D8DA;
	
}
         

#top {
	position: inherit;
	top:center;
	left:center;
	width:1000px;
	height:248px;
	text-align:center;
	z-index: 4;
	background-image: url(../images/top.jpg);
}
#side{
	width:171px;
	height:510px;
	left:0px;
	top:248px;
	position:absolute;
	margin-right:auto;
	margin-left:auto;
	text-align:centre;
	background-image: url(../images/side1.jpg);
	padding:0px;
	z-index: 5;
	
}
#links{
	width:223px;
	height:510px;
	left:171px;
	top:248px;
	position:absolute;
	margin-right:auto;
	margin-left:auto;
	padding-left:0px;
	text-align:center;
	z-index: 5;
	background-image:url(../images/links.jpg);
	
}
#mainbox{
	width:606px;
	height:1110px;
	left:394px;
	top:248px;
	bottom:inherit;
	position:absolute;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	z-index: 5;
	background-image:url(../images/mainbox.jpg);
	background-repeat: no-repeat;
}

#textbox{
	max-width:484px;
	min-width:484px;
	max-height:1110px;
	left:404px;
	top:248px;
	padding:0px;
	position:absolute;
	text-align:left;
	z-index: 5;
}

#footer{
	width:606px;
	height:138px;
	left:394px;
	top:1358px;
	position:absolute;
	background-image:url(../images/footer.jpg);
	

}

#sidebottom{
	width:394px;
	height:738px;
	left:0px;
	top:758px;
	position:absolute;
	background-image: url(../images/sidebottom.jpg);
	

}

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;
}

