#content {
   width:700px;
   text-align:left;
   background-color:white;

   background:url(/tablebg.jpg);
}
body {
	font-family:Verdana; font-size:14px; background-color:navy; margin:0;
	background:url(/bg.jpg);
}
h1, h2, h3 { text-align:center; font-family:Tahoma; }
li { margin-bottom:10px; }

h1 { font-size:24px; }
h2 { font-size:19px; color:red; }
h3 { font-size:17px; }

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

em {
   font-weight:bold;
   font-style:italic;
}

blockquote {
	background-color:pink;
	width:70%;
	margin-left:15%;
	border:black solid 1px;
	font-size:13px;
}

.order {
	border:none;
	padding:10px;
	background-color:#D8DFEA;
}
.button {
	background-color:white;
	border:#3B5998 solid 1px;
	padding:10px;
}

strong {
	font-weight:bold;
	color:#3B5998;
}

p, ul, h1, h2, h3, li {
   margin-left:50px;
   margin-right:50px;
}


.blurb {
width:70%;
	padding:5px;
	border: black solid 1px;
   background-color:pink;
   text-align:left;
   margin-bottom:20px;
}
.blurb h1 {
   color:black;
   font-size:17px;
}

.headshot {
	float:right;
	text-align:right;
	border:black solid 1px;
	margin-left:25px;
}