body {
 background: #E6CAC0 url('/g/bg_gradient.jpg') repeat-y left;
}

div {
	font-family : "Courier New", Courier, monospace;
}

a {
	color:#B4715E;
	text-decoration:none;
}

a:hover {
	color:white;
	text-decoration:underline;
}


div#header {
	position: absolute;
	top: 0px;
	left: 0px
}

div#foot {
	position: absolute;
	top: 650px;
	left: 4px;
	color:#C37B62;
	background-color:#E6CAC0;
	border: 1px solid #D0A18F;
	width:150px;
	font-size:12px;
	padding:4px;
}

div#dogster {
	position: absolute;
	top: 500px;
	left: 4px;
	color:#C37B62;
	background-color:#E6CAC0;
	border: 1px solid #D0A18F;
	width:120px;
	font-size:12px;
	padding:4px;
}

div.results h1 {
	width:300px;
	color:#C37B62;
	font-size:24px;
	border-bottom: 1px solid #D0A18F;
}

div#nav {
	position: absolute;
	top: 185px;
	left: 4px;
}

div.button {
	width:150px;
	margin-bottom:4px;
	background-color:#C68C73;
	border: 1px solid #D0A18F;
}

div.button a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	width:150px;
	padding-left:5px;
}

div.button a:hover {
	color:#C68C73;
	background-color:white;
}

div.results {
  position: absolute;
  top: 190px;
  left: 175px;
}

div.pane {
  float:left;
  margin: 15px;  
  height: 160px;
  border: 1px solid #C68C73;
  padding: 5px;
  background-color:#FDE0D5;
  text-align: center;
}

div.thumb img {
  
}

p.thumbname {
  width:150px;
  font: normal 10px verdana;
  color:#501A00;
}

div.space {
  clear:both;
}
