@charset "UTF-8";
* {
	margin: 0px;
}
html, body {
	background-repeat: repeat;
	background-image: url(../images/bkgd.gif);
}

h1 {
	font-size:20px;
	line-height:18px;
	
}

#wrapper {
	min-height: 100%;
	height: auto;
	text-align: center;
	background-image: url(../images/stampBkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
}
#wrapper  #page{
	width: 810px;
	background-repeat: repeat-y;
	background-image: url(../images/contentBkgd.gif);
	margin: auto;
	height: auto;
}
#wrapper #header {
	width: 810px;
	height: 155px;
	background-image: url(../images/headerBkgd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: auto;
}
#header #topNav {
	height: 20px;
	text-align: right;
	margin-right: 30px;
}
#searchForm {
	padding: 0px;
	margin: 0px;
	text-align: right;
	width: 810px;
	height: 20px;
	overflow: hidden;
}
#searchForm  #searchField {
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9A9478;
	margin: 2px 5px 0px 0px;
	font-size: 9px;
	vertical-align: top;
	overflow: visible;
	height: 12px;
}
#header #mainNav {
	height: 35px;
	text-align: right;
	margin-right: 120px;
}
#header #homeHot  {
	height:100px;
	text-align: left;
	padding-left: 70px;
}
#mainNav  img {
	margin-left: 28px;
}
#wrapper  #footer{
	height: 65px;
	background-image: url(../images/footerBkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 810px;
	margin: auto;
}
#wrapper  #features {
	height: 70px;
	width: 810px;
}
#features #feature1 {
	width: 374px;
	height: 70px;
	padding-left: 30px;
	float: left;
	text-align: right;
}
#features #feature2 {
	width: 376px;
	height: 70px;
	float: left;
	text-align: left;
}

a:active, a:focus{
	outline:none;
}
