@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-image: url(../images/header.png);
	width: 800px;
	height: 1200px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-attachment: scroll;
}
#wrapper #search {
	float: right;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 165px;
	width: 520px;
	position: relative;
}
#wrapper #search #wrapbot {
	float: right;
	margin-top: 60px;
	margin-right: 75px;
}
#wrapper #search #wraptop {
	float: right;
	margin-top: 60px;
	margin-right: 75px;
	font-family: "Arial Black", Arial, "Arial Narrow";
	font-size: 7pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: 006600;
	font-style: normal;
	line-height: normal;
	height: 15px;
	width: 300px;
}


#wrapper #logo {
	height: auto;
	float: left;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #main {
	height: auto;
	width: 800px;
	float: left;
	padding-bottom: 100px;
}
#wrapper #footer {
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 800px;
	float: left;
	clear: both;
}

