body,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(images/TiledBkGrnd3.jpg);
}
 #container {
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
 #mainContent {
	background-image:url(images/textbox08.png);
	background-repeat:no-repeat;
	border:hidden;
	background-position:center;
	top:150px;
	width:100%;
	height:450px;
	margin-top: 50px;
}
#container #mainContent #text {
	padding-left: 0px;
	font-weight: bold;
	padding-top: 30px;
}
.style1 {
	font-size: 14px;
	text-align: right;
}
input#lstFoundsite:focus, input#firstname:focus, input#lastname:focus, 
input#email:focus, input#telephone:focus, 
input#subject:focus, input#txtmessage:focus {
	background-color: #FBEF99;
}

