body {
	font: 70%/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background: white;
}

/* anchors */

a:link {
	color: #0B00FF;
}

img {
	border: none;
}

h1 {
	text-align: center;
}

h3 {
	font-size: 1.5em;
}

#search {
	text-align: center;
	margin: -20px 0 1em 0;
}

#search input.text {
	height: 1.35em;
	font-size: 100%;
	width: 18em;
	border: 1px solid #805C42;
}

#search input.submit {
	height: 1.75em;
	font-weight: bold;
	font-size: 100%;
	border-top: 1px solid #FFDAB5;
	border-left: 1px solid #FFDAB5;
	border-bottom: 1px solid #805C42;
	border-right: 1px solid #805C42;
	background: #FF8F00;
	color: white;
}

* html #search input.submit  {
	height: 1.3em;
}

.clearBoth {
	clear: both;
	display: block;
	height: 0;
	line-height: 0%;
	font-size: 0;
}