@charset "utf-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	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: #85888e;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../_img/footerbg.gif);
	height:101px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.innerfooter {
	width:970px;
	margin: 0 auto;
	text-align:left;
	}
.girl {
	background-image:url(../_img/girl.jpg);
	background-repeat:no-repeat;
	height:622px;
	width:406px;
	z-index:0;
	position:absolute;
	right:2px;
}
.search{
	font-size:22px;
	font-weight:bold;
	position:relative;
	z-index:999;
	margin-top:20px;
	padding-left:10px;
	width:680px;
}
.search p {
	margin:0px;
	padding:0px;
	font-size:12px;	
	}
.menu {
	width:720px;
	color:#ff7441;
	font-size:16px;
	margin-top:100px;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	padding-bottom:6px;
	left:0px;
	z-index:998;
	font-weight: bold;
	}
.menu a {
	margin-right:20px;	
	color:#ff7441;
	text-decoration:none;
	}
.menu a:hover {
	color:#666;
	}
.searchcontainer {
	margin-top:20px;
	}
.box {
	background-image:url(../_img/box.jpg);
	background-repeat:no-repeat;
	padding:10px;
	width:431px;
	height:52px;
	color:#fff;
	position:relative;
	}
	.searchbutt {
	padding:0px;
	width:431px;
	height:62px;
	color:#fff;
	margin-top: 10px;
	}
.frmfield {
	width:400px;
}

.dd {
	height:32px;
	width:264px;
	font-size:22px;
	color:#999;
	}
.innerfooter a {
	margin-right:20px;	
	font-size:12px;
	color:#ff7441;
	text-decoration:none;
	}
.innerfooter a:hover {
	color:#666;
	}
