@charset "utf-8";
/* CSS Document */

body {
	background-color: #4b3934;
	background-image: url(images/bg600px.jpg);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.25em;
	letter-spacing: 0.02em;
}

a:hover {
	color:#A00;
}
	
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin:-50px 0 0 -300px;
}

.navbutton{
  background-image:url(images/button-red-bg.jpg);
  background-position:center;
  background-repeat:repeat-y;
  background-color:#330000;
}

.navigation{
  color:#FFDFAA;
  text-decoration:none;
  font-weight:bold;
}

a.navigation{
  color:#FFDFAA;
  text-decoration:none;
  font-weight:bold;
}

a.navigation:visited{
  color:#FFDFAA;
  text-decoration:none;
}

a.navigation:hover{
  color:#ffcc66;
  text-decoration:underline;
}

.footer{
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
  font-size: 0.75em;
}

a.footer{
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-size: 1em;
}

a.footer:hover{
  font-family:Arial, Helvetica, sans-serif;
  color:#330000;
  text-decoration:underline;
  font-size: 1em;
}

.footer-bg{
	background-image:url(images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.catalog-link{
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
  font-size: 1.75em;
  line-height: 1.0em;
}

.tiny_red_b{
   font-size: 0.8em;
   color:#F00;
}

.redtext{
   color:#F00;
}
