body {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:14px; 
	behavior:url(css/csshover.htc);
}

* {
	margin:0; 
	padding:0;
} 

div#wrapper {
	width:700px;
}

/* header */
div#header {
	background-color:#ffffcc;
}

div#header img#leaves {
	position: absolute;
	top: 21px;
	left: 500px;
}

div#header p.address {
	width: 150px;
	position: absolute;
	top: 21px;
	left: 545px;
	font-size: 10px;
	line-height: 15px;
}

h1 {
	width:450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:normal;
	position:absolute;
	top:105px;
	left:180px;
}

h2 {
	font-size: 17px;
	font-weight:normal;
	margin-bottom: 15px;
	font-style: italic;
}

h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

h5 {
	font-weight: bold;
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* the horizontal menu starts here */
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;	/* SET FONT-SIZE HERE */
	font-weight:bold;
	background-color:#663300; /* colors the div */
	}
div#listmenu ul {
	margin:0 0 0 10px;/* indents ul from edge of container */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#663300; /*sets the background of the menu items */
	padding-top:6px;
	padding-bottom:6px;
	}
div#listmenu li:hover { 
	background-color:#003399; /*sets the background of the menu items */
	padding-top:6px;
	padding-bottom:6px;
	}
div#listmenu a {
	padding:12px 12px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#ffffff;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#99ccff;
	}
/* the horizontal menu ends here */
/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* end of hack zone */
/* END OF LIST-BASED MENU */

/* sidebar */

div#sidebar {
	width: 160px;
	background: url(images/sidebar-gradient.jpg) repeat-x;
	float: left;
}

div#sidebar img {
	padding-left: 20px;
	padding-top: 10px;
}

div#content {
	margin-left: 180px;
	width: 500px;
	margin-top: 40px;
}

div#content p {
	padding-top: 6px;
	padding-bottom: 6px;
}

div#content p a {
	display: inline;
}

div#content p img {
	float: right;
	padding-left: 20px;
}

div#content p#puzzle img {
	float: left;
	padding-left:30px;
}

div#content ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
}

div#content ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

div#content table tbody tr td {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#content table tbody tr td img {
	margin-bottom: 10px;
}

div#entryform {
	margin-left: 180px;

table#pricing {
	font-size: 12px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table#pricing th {
	border: thin solid #000;
	padding: 0 10px;
	text-align: center;
	background-color:#ffffcc;
}

table#pricing td {
	border: thin solid #000;
	padding: 0 10px;
	text-align: center;
}

table#pricing caption {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}

.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}
.excerpt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-indent: .25in;
}

div#counter {
	top: 1600px;
	left: 590px;
	position: absolute;
}

