@charset "utf-8";
body {
	font: 100%   Helvetica, sans-serif ;
	font-weight:bold;
	background: #EB6E34;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

p { margin: 0; }

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 750px;
	background: #e96f35;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #603813;
	
}
.oneColFixCtr #hdr { background: #603813; color: #fff; height: 40px; }

.oneColFixCtr #hdr p { padding: 7px 0 0 0; font-size: 20px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;  }


.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(maingBG.jpg) no-repeat;
	height: 700px;
	margin: 0;
}


#con1 { background:url(c1.png) no-repeat; height: 188px; }

#con2 { background:url(c2.png) no-repeat; height: 325px; }

#con3 { background: url(c3.jpg) no-repeat; height: 196px; }

#blu_a { position: relative; float:right; margin: -20px 45px -35px; z-index:100; }

.oneColFixCtr #mainContent h1 { visibility:hidden; }

#form1 { font-size: 30px; margin: 0 auto ; }

#e_field, n_field { color:#FFFFFF; margin:0; }

#nTxt, #eTxt { padding: 0 0 20px 0;}

#name, #email { border: 0; background:url(input_bg.png) no-repeat; width: 215px ; height: 28px ; margin:0; padding: 3px; font-size:25px; }

#submit { border:0; color: #FFFFFF; background: none; font-family:"Helvetica"; font-size: 35px; }

#get_notify { color: #bf1e2e; font-size:35px;}

.oneColFixCtr #footer { height:80px; background: #d7df21; color: #603813; }

#footer p { margin: 0 auto; padding: 12px; font-size:25px;}