/* CSS Document */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 740px;
  background-color: #050845;
  color: white;
  background-image: url(img/bg.jpg);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  text-align: left;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fdf8f2;
  color: #01407a;
  padding: 10px;
}
#header {
	padding-bottom: 10px;
}

h1 {
  color: red;
  font: Arial, Helvetica, Verdana, sans-serif;
  font-size: 95%;
}

table.pricelist {
  clear: right;
  width: 100%;
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #adbbca;
  color: #4f6480;
  background: #f0f0f0;
}
table.pricelist th {
	text-align: left;
}
table.pricelist caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
}
table.pricelist thead tr {
  color: white;
  background: #5e7796;
}
table.pricelist thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border: 4px solid #adbbca;
}
table.pricelist tbody tr {
  border: 4px solid #adbbca;
}
table.pricelist tbody th {
  padding: 0.6em;
  border: 4px solid #adbbca;
}
table.pricelist tbody td {
  background: #e9ecee;
  padding-left:  0.6em;
  border-bottom: 4px solid #ccc;
}
table.pricelist tbody td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
table.pricelist tbody tr.odd {
  background: #c4cfdb;
}
table.pricelist tbody tr.odd td {
  background: #f0f0f0;
  color: #4f6480;
}
p {
	text-align: center;
	line-height: 1em;
}