/* Stylesheet for contactus */
#mainheader {
  height: 400px;
  width: 100%;
  background-color: #000;
  border: 5px solid #FF8C00
}
#big {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#logo {
  height: 223px;
  width: 244px;
  background-image: url(../img/logo.jpg);
  float: left;
}
h1 {
  font-family: 'Permanet Marker', cursive;
  color: #FF8C00
}
#message {
	text-align: center;
	padding: 20px 20px;
}
#unclebob {
  text-align: center;
  padding: 2px 104px;
  font-size: 72px;
}

html, body {
  padding: 0;
  margin: 0;
  background-color: #ECEBEB;
}
ul, a, li {
  font-family: 'Permanent Marker', cursive;
  color: #FF8C00;  
  font-size: 30px;
  text-align: center;
  margin-left: 11px;
  display: inline;
}
.footer {
  color: #FF8C00;
}
#message {
  color: #FF8C00;
  font-family: 'Acme', sans-serif;
}
form {
	font-family: 'Acme', sans-serif;
	color: #FF8C00
}
#message {
  color: #FF8C00;
  font-family: 'Acme', sans-serif;
}
label {
	margin-bottom: 10px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.submit {
	text-align: center;
}
#submit {
	width: 196px;
	height: 49px;
}
#comments {
	font-family: 'Acme', sans-serif;
	height: 200px;
	width: 340px;
}
#comment {
	margin-bottom: 5px;
}
footer {
	text-align: center;
	margin-top: 20px;
}
#info {
  color: #FF8C00;
  font-family: 'Acme', sans-serif;
  margin-left: auto;
  margin-right: auto;
}

td {
  padding: 20px;
  
}
tr:nth-of-type(odd) {
	background-color: #FFFFFF;
}
.name {
	margin-left: 20px;
	margin-bottom: 20px;
}
.email {
	margin-left: 20px;
	margin-bottom: 20px;
}
.phone {
	margin-left: 20px;
	margin-bottom: 20px;
}