@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
#container { width:100%; margin:auto; display:block; }

#content {width:100%; text-align: center; margin:auto;} /* for explorer only*/

#inner {position:relative; text-align: left;} /* for explorer only */
#inner {width:900px; margin-left: auto; margin-right: auto;} /* for all browsers*/

#title {
	width:950px;
	float:left;
	text-align:left;
	padding:25px 0px 0px 26px;
}
#background {
	float:left;
	width:900px;
	height:329px;
	background-image:url(images/background4.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}
#free { width:275px; float:right; margin-top:20px; clear:both; }
#find { width:244px; float:right; margin-top:30px; clear:both; }
#save { width:202px; float:right; margin-top:48px; clear:both; }

#form { width:900px; float:left; }	
#footer { width:900px; float:left; background-image:url(images/footerBackg.jpg); background-position: top center; background-repeat:no-repeat; text-align:center; padding:10px 0px 25px 0px; margin-top:40px;}
#footerSubmit { width:900px; margin:auto; background-image:url(images/footerBackg.jpg); background-position: top center; background-repeat:no-repeat; text-align:center; padding:10px 0px 25px 0px; margin-top:60px;}	
	
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	border: 1px solid #969696;
	height: 20px;
	width: 102px;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #003300;
	margin-bottom:24px;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 43px;
	color: #003300;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	font-weight: bold;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #717171;
}
#header {
	width:900px;
	padding-top:20px;
	margin:auto;
	text-align:center;
	margin-bottom:50px;

}

