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

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333333;
	line-height:18px;
	text-align:center;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	background-position: center top;
}



#wrapper {
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #78D0E0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #78D0E0;
}
#header {
	float: left;
	width: 850px;
	height: 65px;
	padding-top: 15px;
}
#spotlight {
	background-color: #01B0D8;
	float: none;
	width: 650px;
	text-align: center;
	background-image: url(../images/spotlight.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: auto;
}
.name_found {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F4F4B0;
	border: 2px solid #FCBA63;
	padding: 5px;
	font-weight: bold;
	float: none;
	min-width: 125px;
	width: 225px;
	font-size: 15px;
}
#content {
	float: left;
	width: 750px;
	clear: both;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(../images/bg_form.gif);
	background-repeat: no-repeat;
	background-position: center 35px;
	font-size: 20px;
	min-height: 500px;
	padding-bottom: 15px;
}
#search_form {
	float: none;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 25px;
	text-align: center;
}
#content p {
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#support {
	background-image: url(../images/bg_gray_shade.gif);
	background-repeat: repeat-x;
	background-position: center top;
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 10px;
	font-size: 16px;
	width: 725px;
	margin-bottom: 10px;
}
#support p {
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sticker {
	background-image: url(../images/sticker_more.gif);
	background-position: center center;
	height: 75px;
	width: 75px;
	position: absolute;
	top: 625px;
	margin-left: 340px;
	left: 50%;
}
#footer {
	float: none;
	margin-top: 0px;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	padding-top: 15px;
	padding-right: 25%;
	padding-bottom: 15px;
	padding-left: 25%;
	line-height: 12px;
}
#smaller {
	font-size: 15px;
	line-height: 18px;
	float: none;
	padding: 15px;
}

#smaller p {
	line-height: 18px;
}
form {
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.terms {
	font-size: 10px;
}
a {
	color: #C87504;
}
