h1, h2, h3 {
   text-align:center;
   margin:5px;
}

h1 {
   font-family:Tahoma, Verdana, Arial;
   font-size:28px;
   color:red;
}

h2 {
   font-family:Tahoma, Verdana, Arial;
   font-size:20px;
   color:black;
}

h3 { color:red; }

body {
   font-family:Verdana, Arial;
   font-size:14px;
}

#contentContainer {
   background:white url(images/backmid.gif) repeat-y;
   width:800px;
   border:none;
}

#content {
   text-align:left;
   width:600px;
}

#contentTop, #contentBottom {
   width:800px; height:45px;
   margin:0;
}

#contentTop {
   background:white url(images/backtop.gif) no-repeat;
}

#contentBottom {
   background:white url(images/backbottom.gif) no-repeat;
}

.timetable { font-size:17px; background-color: black; }
.timetable td { background-color:white; }
.timetable .header {
	background-color:red;
	color:white;
}
.today td {
	background-color:yellow;
}
.tablePrice { text-align:center; }
.tableDay small { font-size:14px; }

#paypalButton {
   font-family:Tahoma, Verdana, Arial;
   font-size:17px;
   font-weight:bold;

   cursor:pointer;
   cursor:hand;
}

.alternate .blurb {
	background-color:#EEEEEE;
}

blockquote {
	text-align:left;
	margin:20px;
	width:150px;
   padding:5px;
   background-color: white;
   border:black solid 1px;
   font-size:12px;
}

blockquote img {
	margin:3px;
	border:solid 1px;
}

#orderPanel, .blurb, blockquote {
   width:500px;
   text-align:left;
   padding:5px;
   background-color: #dce3ec;
   border:navy solid 5px;
}
blockquote {
	margin:20px;
}

.orderPanel h1 { font-size:17px; }
.orderPanel h2 { font-size:14px; }

li {
   margin:10px;
}