h1, h2, h3, h4 {
	letter-spacing: -1; 
	font-weight: bold;
	font-family: Candara, Verdana, Arial, sans-serif;
}

h1 {
	font-size:14pt;
	color:#3366CC;
	font-style:italic
}

h2 {
	font-size:32pt;
	color:#FF3300;
}

h3 {
	
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
	color: #FF3300;
}
h4 {
	font-size:28px;
	color:#3366CC;
	margin:0;
	margin-left:15%;
	margin-right:15%;
}

body {
   font-family: Trebuchet MS, Tahoma, Arial;
   font-size:14px;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 150%;
}

a:visited {
	color: purple;
	text-decoration: underline;
}

a img {
	border: none;
}

td {
   font-family:Verdana, Arial;
   font-size:12px;
}

td img {
	border:black solid 1px;
}

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

#content {

   text-align:left;
   width:600px;
}

#ad {
	text-align:center;

	background-color:white;
	border:gray solid 2px;
	padding:10px;

	float:right;
	font-family:Tahoma;

	width:220px;
	top:100px;
	right:0;
	z-index:2000;

	font-size:12px;
	display:block;

	position:absolute;
	position:fixed;

}

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

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

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

.censored {
   background-color:black;
   color:black;
}

.timetable { font-size:17px; background-color: black; }
.timetable td { background-color:white; }
.timetable .header {
	background-color:red;
	color:white;
	font-size:12px;
}
.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;
}

.orderPanel, #orderPanel {
   width:500px;
   text-align:left;
	border:navy dashed 2px; background-color:#d9e4ef;
	padding:5px;
	font-size:13px;
}
.small {
	width:350px;
}

blockquote {
	margin-left: 1.5em;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	padding-left: 1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}

li {
   margin:10px;
}

.runtime {
	text-align:right;
	font-style:italic;
	font-size:12px;
}

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

.highlight {
	background-color:yellow;
	color:black;
}
