/*Elsom Roofing Css*/

body {
	background: #dd0016;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: black;
}


#container {
	background-color: white;
	align: center;
	margin:15px auto;
	padding: 0px;
	width: 1000px;
	border: 3px solid black;
}

#header{
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height:130px;
	
}




#left {
	background-image:url(../images/stretch.jpg);
	background-position: top center;
	text-align:left;
}


#left a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#left a:hover {
	color: black;
	text-decoration: none;
}
#left a:visited {
	color: black;
	text-decoration: none;
}
#left ul {
	list-style-type: none;
	margin: 5px;
}
#left ul li {
	display: block;
	margin: 5px;
}

#text {
	margin: 10px 10px 10px 10px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;

}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
#footer a:hover {
	color: black;
	text-decoration: none;
}
#footer a:visited {
	color: black;
	text-decoration: none;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
}
#footer ul li {
	display: inline;
	padding-left: 0px;
	margin: 0px;







