@import url(tk_common.css);
h1 {
   color: #b1000f;
}
h3 {
   color: #87010c;
}
#pagewrap {
	width: 730px;
}
#headerwrap {
   background-image: url(images/top-banner-red.png);
}
.menu_header {
   color: #b1000f;
}
.menu_link a:hover {
   background-color: #b1000f;
   color: white;
}
.menu_current {
   background-image: url('images/current_menu_item.png');
   background-repeat: no-repeat;
}
.footer-text {
   border-top: 2px solid #b1000f;
}
#price_info {
   margin-top: 20px; 
   margin-bottom: 20px;
}
.package td {
   padding-top: 20px; 
   font-weight: bold;
}
table {
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
}
#accepted_error {
   color: red;
}
.error_message {
   color: red;
}
