body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#fffff0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
p {
	font-size: 0.8em;
	margin: 10px 0;
	line-height: 1.3em;
}
h1 {
	font-size: 18px;
	color: #8cc63f;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #8cc63f;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #8cc63f;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	background-color: #FFFFFF;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin:10px 0 0 0;
	color: #FFFFFF;
}
#logo {
}
#mainContent {
	margin-top: 20px;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
} 
#mainContent ul {
	margin: 0px;
	padding: 0px;
}
#mainContent li {
	padding: 2px 0;
	margin: 0 0 0 20px;
	color: #8cc63f;
	font-weight: bold;
	font-size: .9em;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px;
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
}
a:link {
	color: #8CC63F;
}
a:visited {
	color: #8CC63F;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #8CC63F;
}
#calendar {
	color: #333333;
}
#calendar p {
	color: #333333;
	line-height: 1.4em;
}
#buy {
	padding: 5px;
	border: 1px solid #8cc63f;
	width: auto;
	display: block;
	margin: 15px;
	font-size: .9em;
	background-color: #8cc63f;
	font-weight: bold;
	color: #FFFFFF;
}
#container {
	width: 790px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/rightshape.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border: 1px solid #8cc63f;
	margin-top:15px;
	padding:10px;
} 
#header {
	background-color: #ffffff;
	background-image: url(../images/Crypticaheader.jpg);
	background-repeat: no-repeat;
	height: 300px;
	border: 1px solid #8cc63f;
} 
#nav {
	background-color: #8cc63f;
	background-image: url(../images/1x1purple.gif);
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: right;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.greyBox {
	background-color: #CCCCCC;
	border: 1px solid #8cc63f;
	color: #333333;
	background-image: url(../images/1x1brown.gif);
	padding: 5px 10px;
	margin: 10px 0;
}
#footer {
	padding: 0 10px 0 0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {font-size: .9}
.style5 {
	text-align: left;
}
.style6 {font-size: 1em}.greyBoxBorder {
	background-color: #CCCCCC;
	border: 1px solid #8cc63f;
	padding: 10px;
	color: #333333;
	background-image: url(../images/1x1brown.gif);
}
#clue {
	background-image: url(../images/cotdBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
#clue p {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.style7 {
	color: #8cc63f;
	font-weight: bold;
}
.smallprint {
	font-size: .8em;
	line-height: 1.8em;
}
#footer a {
	color: #333333;
}
.bookImage {
	float: left;
	width: 100px;
	margin: 5px 0 0 0;
}
.bookDesc {
	background-color: transparent;
	margin: 10px 0 0 120px;
}
.form {
	font-size: .7em;
	color: #333333;
}
#mcfooter {
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 790px;
	padding: 0 0 0 0px;
	font-size: 0.65em;
	color: #000000;
}
#mcfooter a {
	color: #000000;
	text-decoration: underline;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-right: 5px;
	font-size:9px;
}
.quote {
	color: #8CC63F;
	background-image: url(../images/quotes.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 45px;
}
.green {
	color: #8cc63f;
}
.blueBox {
	background-color: #8cc63f;
	border: 1px solid #a8cf73;
	padding: 5px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.blueBox a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteBox {
	background-color: #FFFFFF;
	border: 1px solid #8cc63f;
	color: #333333;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.1em;
}
.whiteBox p {
	font-size: .7em;
}
#postageuk {
	font-size: 9px;
	border: 1px solid #CCCCCC;
}
.tableheader {
	background-color: 8cc63f;
	color: #8cc63f;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.blueHeader {
	background-color: #8cc63f;
	padding: 5px;
	color: #FFFFFF;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.lightBlue {
	background-color: #b2d288;
}
