body {
	background-color:#560101;
	background-image:url(../img/bg.png);
	background-repeat:repeat;
	color:#bababa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:20px;
}

a:link, a:visited {color:#ffae00; text-decoration:underline;}

a:hover {color:#ff0000; text-decoration:underline;}

.price {font-size:24px; font-weight:bold; color:#ff0000;}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#ffffff;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;

}


#up {
	height:524px;
	position:relative;
	background-image:url(../img/bg_up.png);
	background-repeat:repeat-x;
	padding:0px;
	/*position:relative;
	z-index:0;*/
}

#content td { /*background-color:#850d10;*/
color:#bababa;
}


.caption{
	padding-right:30px; padding-left:63px;
}



div.menu_button {
  line-height: 35px;
  height: 35px;
  /*background-image: url(../img/button.png);
  background-color: #444444;*/
  font-family: Arial;
  font-size: 14px;
  font-weight:bold;
  color: #000000;
  text-align: center;
  text-decoration: none;

}



a.menu_button:link, a.menu_button:visited {
  display: block;
  line-height: 35px;
  height: 35px;
  /*background-image: url(../img/button.png);
  background-color: #444444;*/
  font-family: Arial;
  font-size: 14px;
  font-weight:bold;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

a.menu_button:hover {
  color: #000000;
  text-decoration: none;
  background-image: url(../img/button_over.png);

}

.menu_button img {
  float: left;
  border: 0px;
}













#footer {
	font-size:12px;
	color:#7a1618;
}

#footer a {
	color:#c22326;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}




