/* CSS Document */



body {

	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 2em;
	background-position: top;
	
}

#container{
	width: 840px;
	margin: 10px auto;
	overflow: hidden;
}

#content {
	
	padding: 0px 5px;

}

	
#navigation {
	font-weight: bold;
	margin: auto;
	font-size: 18px;
}

#navigation ul {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 500px;
}
	

#navigation ul li {
	list-style: none;
	border-right: 1px solid white;
	text-align: center;
	float: left;
}	

#navigation ul li a:link, #navigation ul li a:visited {
	background-color: white;
	color: black;
	display: block;
	text-decoration: none;
	padding: 8px 12px;
	width: 70px;
}

#navigation ul li a:hover {
	color: blue;
}

#navigation ul li strong {
 	display: block;
 	padding: 8px 12px;
 	color: blue;
	width: 70px;
}

.roofers { 
	float: left;
	width: 200px;
	height:	50px;
}

h1 {
	margin-top: 20px;
}	
	
.roofpic7, .construction {
	float: right;
	margin-right: 70px;
	margin-bottom: 30px;
	border: solid 1px blue;
}

.roofpic1, .roofpic2, .roofpic3, .roofpic4, .roofpic5 {
	border: solid 1px blue;
}

.roofingpic10 {
	float: right;
}

h4 {
	font-size: 18px;
	color: #0000FF;
}

#roofers-in-manchester-bottonpic{
	float: left;
	clear: right;
}



#roofers-in-manchester-search-terms{
	width: 414px;
	float: left;
	clear: right;

}

#roofers-in-manchester-outgoing-links{	
	width: 414px;
	float: left;
	clear: right;
}

#roofers-in-manchester-footer{
	clear: both;
	border-top: solid 1px blue;
}

ul{ 
  list-style-type: none;
}

#copy-footer{
}

