@charset "UTF-8";
/* CSS Document */

		body {
			margin: 		0;
			padding:		0;
			font-family: 	Arial, Helvetica, sans-serif;
			font-size: 		100%;
			background: 	#333;
			color:			#fff;
		}
		img {
			border:			0;
			margin:			0;
			padding:		0;
		}
		/* links */

		.inpagelink {
			text-decoration:underline;
			color:			#fc0;
}
		.inpagelink:hover {
			color:			#fff;
			text-decoration:underline;
}
			
		/* Actual Page */
		
		/* To lengthen page alter #container1 & #container1 #left  & #container #right */

	
		
		#container1 {
			position:		relative;
			width:			800px;
			margin:			auto;
			background-color: #000;
			height: 890px;
		}
		#container1 #top {
			position:		absolute;
			top:			0px;
			left:			0px;
			height:			26px;
			width:			800px;
			background:		url(images/top-border2.gif) no-repeat top left;
		}
		#container1 #left {
			position:		absolute;
			top:			26px;
			left:			0px;
			height:			864px;
			width:			30px;
			background:		url(images/left-border2.gif) repeat-y top left;
		}
		#container1 #right {
			position:		absolute;
			top:			26px;
			right:			0px;
			height:			864px;
			width:			31px;
			background:		url(images/right-border2.gif) repeat-y top left;
		}
		#container1 #bottom {
			position:		absolute;
			bottom:			0px;
			height:			35px;
			width:			800px;
			background:		url(images/bottom-border2.gif) no-repeat bottom left;
		}
		
		
		#container2 {
			position:		relative;
			width:			800px;
			margin:			auto;
			background-color: #000;
			height: 1590px;
		}
		#container2 #top {
			position:		absolute;
			top:			0px;
			left:			0px;
			height:			26px;
			width:			800px;
			background:		url(images/top-border2.gif) no-repeat top left;
		}
		#container2 #left {
			position:		absolute;
			top:			26px;
			left:			0px;
			height:			1564px;
			width:			30px;
			background:		url(images/left-border2.gif) repeat-y top left;
		}
		#container2 #right {
			position:		absolute;
			top:			26px;
			right:			0px;
			height:			1564px;
			width:			31px;
			background:		url(images/right-border2.gif) repeat-y top left;
		}
		#container2 #bottom {
			position:		absolute;
			bottom:			0px;
			height:			35px;
			width:			800px;
			background:		url(images/bottom-border2.gif) no-repeat bottom left;
		}


		#masthead {
			position:		absolute;
			top:			38px;
			left:			0px;
			width:			800px;
			height:			116px;
		}
		#masthead h1 {
			margin:			0;
			padding:		0;
			position:		relative;
			text-indent:	-10000px;
			overflow:		hidden;
			height:			1em;
		}

		#masthead #anglian-removals {
			position:		absolute;
			top:			0px;
			left:			40px;
			width:			722px;
			height:			88px;
		}
		#content {
			position:		absolute;
			top:			120px;
			left:			0px;
			width:			800px;
			height:			auto;
		}
		#content ul {
			list-style-type:none;
			font-size:		24px;
			font-style:		italic;
			text-align:		center;
		}
		#content #collage {
			position:	relative;
			left:		0px;
			width:		800px;
			height:		230px;
		}
		#content #links {
		}
		#content #links p {
			color:#fff;
			margin-left:50px;
			margin-right:50px;
			font-size:10pt;			
		}
		#content #links a {
			color:#fff;
		}
		#content #links a:hover {
			color:#fc0;
		}
		#content #links .header {
			color:#fc0;
			font-size:12pt;
			margin-bottom:20px;
		}
		.float-right {
			float:right;
			color:#fc0;
			
		}
		.family-run {
			margin:		0;
			margin-top:	10px;
			margin-bottom:15px;
			padding:	0;
			font-size:	30px;
			color:		#fc0;
			text-align:center;
		}
		.free-quote {
			margin:		0;
			margin-top:	0px;
			margin-bottom:0px;
			padding:	0;
			font-size:	28px;
			color:		#fff;
			font-style:		italic;
			text-align:center;
		}
		
		.telephone {
			margin:		0;
			margin-top:	0px;
			padding:	0;
			font-size:	40px;
			font-weight:bold;
			color:		#fc0;
			font-style:	italic;
			text-align:center;
		}
		.address {
			margin:		0;
			padding:	0;
			font-size:	24px;
			color:		#fff;
			font-style:		italic;
			text-align:center;
		}
		.areas-covered {
			margin:		0;
			margin-top:	10px;
			margin-left:40px;
			margin-right:45px;
			padding:	0;
			font-size:	14px;
			font-style:	italic;
			text-align: justify;
			font-weight: normal;
		}
		.email {
			color: #fc0;
		}
