@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.wrapper {
	width: 80%;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	padding: 20px;
}
.menubg {
	background-image: url(images/menubg.gif);
}
.menubg  h1, h2, h3, p {
	color: #000000;
}
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 10px;
}
.pagetitle {
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
table {
	width: 100%;
	margin: 0 auto;
}
table .item {
	font-size: 15px;
	font-weight: bold;
}
td {
	padding: 5px;
}
h2 a:link {
	color: #FFFFFF;
}
h2 a:active {
	color: #FFFFFF;
}
h2 a:hover {
	color: #FFFFFF;
}
h2 a:visited {
	color: #FFFFFF;
}
a:link {
	color: #CC0000;
}

a:active {
	color: #CC0000;
}

a:visited {
	color: #CC0000;
}

a:hover {
	color: #CC0000;
}
table  .price {
	text-align: right;
}
.menuimg    {
	margin: 0px auto;
	text-align: center;
}
