.allpage {
    width:800px;
    height:100%;
	background-position:center;
	background-repeat:repeat-y;
	
	
	}
	
	body { background-image: url(images/bkgrnd.jpg);
    background-position:center;
    width:800px;
    background-repeat:repeat-y;
    margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#EAEAEA;
	}
  
.topslice {background-image:url(images/topslice.jpg);
width:800px;
height:22px;
 font-family: Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#FFFFFF;
	 text-align:center;
}

.banner {background-image:url(images/banner.jpg);
width:800px;
height:167px;
}

.content {
width:700px;
font-family: Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#000000;
	
}

.contactdetails {
width:800px;
font-family: Arial, Helvetica, sans-serif;
	 font-size:18px;
	 color:#666666;
	 font-weight: bold;
	
}

		.ourlink {
	font-family: Arial, Helvetica, sans-serif;
   

	width:100%;
	padding-top:50px;
	
	font-size:10px;
	float:right;
	clear:both;
	}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}


