body {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fc9;
	background-attachment: fixed;
	background-color: #630;
	background-image: url(images/stonepattern.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
body.poptype {
	background-image: none;
}
div.center {
	text-align: center;
}
.bookblock {
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
p.centertext{
	text-align: center;
}
.textblock {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
	position: relative;
	z-index: 2;
}
.textblockpop {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 750px;
	position: relative;
	z-index: 2;
}

.navblock {
	float: left;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #fc3;
	width: 200px;
	z-index: 3;
	border: 1px solid #fc3;
	margin: 5px;
	padding: 5px;
	/*background-image: url(images/mud3.jpg);
	background-repeat: repeat;*/
	background-color: #000;
}
.headblock {
	z-index: 3;
	text-align: left;
	color: #fc3;
	font-size: 18px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 50px;
}
h2 {
	color: #39f;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
}
h3 {
	color: #fc9;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
}
.floatright {
	float: right;
	padding: 5px;
}
.floatleft {
	float: left;
	padding: 5px;
	vertical-align: text-bottom;
	
}
.logobar {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
}
a {
	font-weight: bold;
	color: #FF6600;
}
table {
	align: center;
	margin: 5px;
	text-align: center;
	font-size: 12px;
	color: #fc3;
	border: none;
	padding: 5px;
}
td {
	text-align: center;
	border: 1px solid #000;
}
img {
	margin: 10px;
}
img.bordered {
	border: 2px solid;
}
.thinline {
	border: 1px solid #000000;
	margin: 5px 0px;
	padding: 10px 5px;
}
.smallprint {
	font-size: 12px;
}
ul {
	font-size: 16px;
	font-weight: bold;
	color: #39f;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: circle;
}
ol {
	font-size: 16px;
	font-weight: bold;
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: decimal;
}
table.pricelist {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
}
td.ourprice {
	text-align: center;
	border: 1px solid #000;
	color: #fc3;
	margin: 0;
}
th.ourprice {
	text-align: center;
	color: #fc3;
	margin: 0;
}
td.listprice {
	text-align: center;
	border: 1px solid #000;
	color: #39f;
	margin: 0;
}
th.listprice {
	text-align: center;
	color: #39f;
	margin: 0;
}
p.builtby {color: #630}
a.builtby {color: #630}
