h1, h2, h3 {
   text-align:center;
   margin:5px;
}

h1 {
   font-family:Tahoma, Verdana, Arial;
   font-size:22px;
   color:red;
}

h2 {
   font-family:Tahoma, Verdana, Arial;
   font-size:20px;
   color:black;
}
strong {
	color:navy;
}

h3 { color:red; }

body {
   font-family:Verdana, Arial;
   font-size:14px;
}

#contentContainer {
   background:white url(images/graphicmid.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/graphictop.gif) no-repeat;
}

#contentBottom {
   background:white url(images/graphicbottom.gif) no-repeat;
}

.censored {
   background-color:black;
   color:black;
}

#orderPanel, blockquote {
   width:500px;
   text-align:left;
   padding:5px;
   background-color: #dce3ec;
   border:navy solid 5px;
}
blockquote {
	margin:20px;
}
blockquote h1 {
	color:navy;
	font-size:17px;
}
blockquote img {
	border:solid 1px;
}

li {
   margin:10px;
}