body{
	font-family: Century gothic;
	background-color: #919473;
	border: black, 2px solid;
	margin:0;
	width:auto;
}
header{
	height:20%;
}
#headerimg{
	margin-left:42%;
}
footer{
	border: black 1px solid;
	background-color: #9fa18e;
	text-align: center;
	clear:both;
	width:auto;
	height:10;
	
}
#writing{
	clear:both;
	width:auto;
	height:667px;
	float:left;
}
h1{
	text-align: center;
	color: white;

}
#aboutus{
	padding-left: 10%;
	padding-right:10%;
}
a{
	color: black;
	text-decoration: none;
	padding-left:45%;
}
a:hover{
	color:white;
}
table{
	width:90%;
	border: black 1px solid;
}
#ImageTable{
	width:20%;
	border: black 1px solid;
}
#TableDescription{
	width:50%;
	border: black 1px solid;
}
#TablePrice{
	width:20%;
	border:black 1px solid;
}
img{
	width:300px;
}
td{
	border:black 1px solid;
}