body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #87C0ED;
}
h1, h2, h3 {
	font-family:"Script MT Bold";
	color: 990000;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bolder;
 }
h1 {
	font-size: 165%;	
}
h2 {
	font-size: 135%;	
}
p {
	font-size: 90%;
	margin-left: 10px;
	margin-right: 10px;
}
#Wrapper {
  width: 771px;
  margin:  auto;

  }
#TopBanner {
	width: 771px;
	height: 120px;
}
#Nav {
	width: 771px;
 	background-color: #FFFFFF;
}
#Content, #Content0, #Content1, #Content2, #Content3 {
	width: 771px;
 	background-color: #FFFFFF;
}

/*#Content0 {
	width: 766px;
	background: #FFFFFF url(../Images/BG2.png) top right no-repeat;
}*/
#Footer {
	width: 771px;
	height: 40px;
	background-color: #87C0ED;
}
#Footer p {
	text-align: center;
	font-size: 75%;
	font-weight: bold;
}
/*#hosting {
	background-color:#990000;
	color: #FFFFFF;
}
#listing {
	background-color:#000099;
	color: #FFFFFF;
}
#dev {
	background-color:#006633;
	color: #FFFFFF;
}*/
 /* styles for contact form */
form {
	top: 0px;
  }
#fname, #lname, #phone, #mobile, #email, #state{
  width: 200px;
  }
#address, #city {
	width: 300px
}
#message {
  width:550px;
  height: 100px;
  }
label, .warning {
  font-family:"Times New Roman", Times, serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
