@import url(jquery.suggest.css);
body{
	background-color:#FFFFFF;
	margin:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:gray;
}

a {
	color:#999999;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
	margin: 20px auto;
	padding: 0;
}
#welcome h1{
	background: url(i/stone.gif) no-repeat top center;
	height: 200px;
	line-height: 360px;
}

#search h1{
	background: url(i/stone-mini.gif) no-repeat top left;
	text-indent: 40px;
}

h1  a{
	text-decoration:none;
	color: #000000;
}

input#q{
	border: 1px solid silver;
	color: gray;
	font-family: Arail, sans-serif;
}

fieldset, hr, form{
	border: none;
	margin: 0;
	padding: 0;
}

#welcome{
	text-align: center;
	margin: 50px auto;
}

.line{
	width: 100%;
	border-top: 1px solid gray;
	height: 1px;
	margin: 10PX 0;
}

#go-button{
	background: url(i/go-button.png);
	border: none;
	width: 50px;
	height: 20px;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
