body {
  background-color: FireBrick;
  
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1{
	margin:0;
	padding: 0;
    margin: 0;
}
input{
	display: block;
}

.topHeader{
	
	width:10em;
	height:2.5em;
	border: 0.2em solid #FF0000;
	background-color:LightGray;
	
}
.navigator{
	margin-top:	15em;
	width:10em;
	height:20em;
	border: 0.2em solid #FF0000;
	background-color:LightGray;
}

.content {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: black;
}

.productImage{
	position: relative;
	left:25em;
	bottom:21em;
	margin-right:5em;
	border:2px solid black;
	background-color:LightGray;
}

.contactUsInfo{
	position: relative;
	left:52em;
	bottom:30em;
	width:40em;
	height:0em;
}

.page-footer{
font-size: 10px;
color:white;
}

#thumbnail{
height: 150px;
width: 200px;
}

