﻿body {
	background-color:darkslategray;
	text-align:center;
}

ul {
   	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

li {
	float: left;
}

li a {
	display: inline-block;
	color: #ffa500;
	text-align: center;
	padding: 14px 36px;
	text-decoration: none;
}

li a:hover {
	background-color: #111;
}

#right {
	float: right;
}

#about {
	margin-left: 2.5em;
	margin-right: 2.5em;
	font-size: 1.49em;
	color: #009926;
}

.list {
	font-size:175%;
	color: #009926;
}

#price {
	font-size: 125%;
	color: #fc911e;
}

.order {
	font-size:125%;
	color:#009926;
}

#contact {
	font-size:21px;
	color:#009926;
}

#facebook {
	height: 50px;
	width: 120px;
	border-color: #6495ed;
	background-color: #bcd2ee;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	margin: auto;
	text-align: center;
}

#fblink {
	text-decoration: none;
	color: #3d59ab;
	font-family: Verdana, sans-serif;
}

div#facebook > a#fblink > span {
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}

form {
	text-align: center;
	color: #009926;
	margin: 0 auto;
	width: 250px;
}

#footer {
	font-size: 1em;
}

.testimonial {
	font-size: 125%;
	color: #009926;
	margin-left: 4.6em;
	margin-right: 4.6em;
}

.name {
	font-size: 125%;
	color: #009926;
	margin-left: 4.6em;
	margin-right: 5em;
	text-align: right;
}