



header {
	background-color: lightgray;
	border: solid 5px black;
	padding: 10px; 
	border-radius: 5px;
	vertical-align: middle;
	position: relative;

}
footer {
	background-color: lightgray;
	border: solid 5px black;
	padding: 10px; 
	border-radius: 5px;
}
body {
	font-family: Arial, Helvetica;
    line-height: 1;
    font-size: 36; 
    background-color: tan;

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
	font-family: Verdana; 
	font-size: 25px;
	font-weight: bold;
	color: #b22222;
}

#main {
	border: solid 3px #ccc;
	border-radius: 5px;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
}
.title {
	text-align: center;
	box-shadow: 5px 5px 5px 5px;
}

.about {
	
}
.container {
    position: relative;
}

.text-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.services {
	position: fixed;
	bottom: 0; 
	right: 0;
	width: 300px;
	border: 10px solid #73AD21;
}

.contact {
	text-align: center;
}

.test {
	text-align: center;
}
.container {
	width: 989px;
	margin: 0 auto;

}
.remod-pics {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


