body {
margin:0;
padding:0;
font-family: Arial;
line-height:1.4em;
}
img {
border:none;
}
#top {
padding:7px;
font-size: 0.8em;
margin:0px;
line-height:1em;
}
#center {
text-align:center;
}
#content {
width: 800px;
text-align:left;
margin-left: 10%;
}
#side {
float:left;
width: 200px;
margin: 10px 30px 300px 0px;
}
input {
font-size: 1.5em;
height: 30px;
width: 455px;
border: 2px solid silver;
padding: 3px 5px 3px 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

}
input.text:hover {
border: 2px solid gainsboro;
}
.text {
font-family: Arial;
}
.submit {
background:url(sb-bg.png) top center no-repeat;
font-size: 1.3em;
height: 40px;
width: 100px;
margin-left: 30px;
border:none;
}
.submit:hover {
background:url(sb-bg.png) center center no-repeat;
}
.submit:active {
background:url(sb-bg.png) bottom center no-repeat;
}
#footer {
font-size:smaller;
text-align:center;
}
.suggest a {
border-bottom:solid 1px;
text-decoration:none;
}
.suggest a:hover {
border-bottom:dashed 1px;
text-decoration:none;
}
a:visited {
color:blue;
}
.menu {
padding:10px;
}
a.menu:hover {
background:whitesmoke;
}