html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Grande", Verdana;
	text-align: left;
	background: #ffffee;
	color: #663300;
	padding-bottom: 20px;
}

a {
	text-decoration: none;
	color: #cc0000;
}

img {
	border: 0px;
}

#header {
	background-image: url('../images/header.png');
	height: 164px;
	text-align: center;
	color: #ffffff;
}

#title {
	margin-top: 20px;
	margin-bottom: 10px;
}

#notice {
	text-align:center;
}

#comments {
	width: 600px;
}

.comment {
	margin: 5px;
	padding:5px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width:2px;
	background-color: #ffffcc;
}

#search_bar {

}

#search_filter {
	margin-top: 2px;
	margin-left: -85px;
}

#search_button {
	margin-bottom: -5px;
}

#about_text {
	margin-left: 10%;
	margin-right: 10%;
}

.much_text {
	font-size: 90%;
	font-family: Helvetica;
}

#content {
	margin: 10px;
}

.item_name
{
	margin-bottom: 1px;
}

.info {
	margin: 0px;
	padding:; 0px;
	font-size: 58%;
}

.small_menu {
	margin-top: 5px;
	text-align: center;
	font-size: 70%;
}

pre {
  background-color: #ffffcc;
  padding: 10px;
  font-size: 11px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.fieldWithErrors {
  padding: 2px;
  background-color: #cc0000;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #ffffcc;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #cc0000;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}