@charset "utf-8";
/* CSS Document */

body { 
	height:100%;
	background-color:#fef2e1;
	font: 100% Verdana, Arial, sans-serif;
	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 */
	font-size:14px;
	color:#000;
	line-height:22px;
}

.holder {
	margin:0px auto;
	width:800px;
	height:600px;
	background-color:#FFF;
	margin-bottom:60px;
}

.head {
	padding:0;
	width: 800px;
	height:101px;
	background-image: url(images/head.jpg);
	background-position:left;
	background-repeat:no repeat;
}

.content {
	padding:0;
	width: 800px;
	height:499px;
	background-image: url(images/body-normal.jpg);
	background-position:left;
	background-repeat:no repeat;
	text-align:left;
}

.find {
	padding:10px 0px 0px 40px;
	margin:0px;
	width: 200px;
	height:auto;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

.info {
	position:relative;
	top:262px;
	left:330px;
	padding:0px;
	margin:0px;
	width: 220px;
	height:auto;
	font-size:11px;
	line-height:14px;
	text-align:left;
}

.foot {
	position:relative;
	top:285px;
	padding:0px;
	margin: 0px auto;
	width: auto;
	height:auto;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

p.footnote{
	position:relative;
	top:295px;
	padding:0px 25px;
	margin: 0px auto;
	width: auto;
	height: auto;
	font-size:11px;
	text-align:center;
	line-height: 1.1;
}

a {
	text-decoration:none;
	color:#000;
	border:none;
}

a:hover {
	text-decoration:none;
	font-color:#000;
	background-color:#dfc9aa;
	border:none;
}

h1 {
	padding:0px 0px 5px 0px;
	margin:0px;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-align:left;
}

h2 {
	padding:5px 0px 5px 0px;
	margin:0px;
	font-size:20px;
	color:#000;
	text-align:left;
	font-weight: normal;
}

