html {
	height: 100%;
	margin-bottom: 1px;
	}
	
body {
	margin: 0 0 0 0;
	padding: 0;
	background: #25462E url(images/bg-greentile2.gif) top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #301D1F;
	}
	
	
h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	}
	
h2 {
	font-size: 1.2em;
	font-style: italic;
	}
	

h3 {
	font-size: 1.1em;
	font-style: italic;
	}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	}

a:link, a:visited {
	color: #7F2D2D;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

img {
	border: 0px;
	padding: 0;
	margin: 0;
	display: block;
	}

address {
	margin-bottom: 1em;
	font-size: 1.2em;
}
	
.clear {
	clear: both;
	}

#frame {
	margin: 0 auto 0 auto;
/*	background: transparent;*/
  background: #25462E url(images/bg-frame.gif) repeat-y top center;
	border: none;
	overflow: auto;
	}

#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background: transparent url(images/header.gif) no-repeat top center;
	height: 162px;
	}
	
	
#header img {
/*	display: inline;*/
	}
	
	

#navigation {
	background: transparent;
	margin: 1em auto 1em;
	padding: 0;
	text-align: center;
	width: 500px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;	
	}
	
#navigation ol {
	list-style: none;
	padding: 0em 0.5em 0 0.5em;
/*	margin: 0.3em 0 0.8em 0;*/
	margin: 0.8em 0;
	background: transparent;
	}
	
#navigation li {
	list-style: none;
	display: inline;
	margin: 0em 0 0 0;
	padding: 1em 0em;	

	}
	
#navigation a:link, #navigation a:visited {
	color: #7F2D2D;
	text-decoration: none;
	font-size: 1.4em;
	border-left: solid 1px #301D1F;
	margin: 0 0 0 0;
	padding: 0 0.5em 0 0.5em;
	}
	
#navigation a:hover, #navigation a:active {
	text-decoration: underline;
	}
	
#navigation a.first {
	border-left: none 0px;
}

hr {
	border: 0;
	height: 1px;
	width: 500px;
	color: #000;
	background-color: #000;
	margin: 0 auto;
	padding: 0;
}

#navigation div.fancyhr {
	margin: 0;
}

div.fancyhr2 {
	background: url(images/fancyhr2.gif) no-repeat scroll center;
	height: 25px;
	margin: 0em 0 1em 0;
	padding: 0;
}

div.fancyhr {
	background: url(images/fancyhr.gif) no-repeat scroll center;
	height: 25px;
	margin: 2em 0 0 0;
	padding: 0;
}
	
div.fancyhr hr,
div.fancyhr2 hr {
	display: none;
}

	
#content {
	margin: 0 auto;
	padding: 0px 80px;
	width: 500px;
	font-size: 1.3em;
	line-height: 1.35;
	}

#home #content {
	font-size: 1.4em;
	font-style: italic;
	text-align: center;
}

#content h2 {
	margin: 1em 0 0 0;
}

#content h3 {
	margin: 1em 0 0 0;
}

#content p {
	margin: 0 0 1em 0;
}

.subnav {
	text-align: center;
	margin: 1.5em 0;
/*	padding: 1em 0;*/
}
	
#footer {
	margin: 0 auto;
	background: transparent url(images/footer.gif) no-repeat top center;
	padding: 0;
	height: 48px;
	}
	
#footer p.byline {
	font-size: 1em;
	width: 500px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	color: #CCC098;
}

#footer a:link, #footer a:visited {
	color: #CCC098;
	font-weight: normal;
}

	/* Begin Images */
	p img {
		padding: 0;
		max-width: 100%;
		}

	/*	Using 'class="alignright"' on an image will (who would've
		thought?!) align the image to the right. And using 'class="centered',
		will of course center the image. This is much better than using
		align="center", being much more futureproof (and valid) */

	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

	img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

	img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

	.alignright {
		float: right;
		}

	.alignleft {
		float: left
		}

	/* End Images */
	
.topspace {
	margin-top: 3em;
}

table.pricetable {
	border-top: solid 1px #7F2D2D;
	border-left: solid 1px #7F2D2D;
	padding: 0;
	border-spacing: 0;
	width: 100%;
}

table.pricetable td {
	border-right: solid 1px #7F2D2D;
	border-bottom: solid 1px #7F2D2D;
	padding: 0.5em;
	text-align: center;
}