body {
	background: #e8e8e8;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
}
/* wrapper for home page */
#wrapperhome {
	width: 960px;
	/*height: 1200px;*/
	background: #fff url(images/bg_content_home.jpg) no-repeat center top;
	text-align: center;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px;
}
/* wrapper for interior pages */
#wrapper {
	width: 960px;
	/*height: 1200px;*/
	background: #fff url(images/bg_interior.jpg) no-repeat center top;
	text-align: center;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px;
}
#nav {
	background-color: transparent;
	margin: 108px auto 0 auto;
	padding: 0;
	text-align: center;
}
.smaller {
	font-size: 90%;
}
.larger {
	font-size: 110%;
}
ul li {
	list-style: url(images/bullet.png);	
}
/* appears on home page only */
#photobox {
	margin: 36px 24px 16px 80px;
	padding: 0;
	background: transparent;
	font-family: "Baskerville Old Face D", baskerville, georgia, bookman, "Times New Roman", serif;
	font-size: 90%;
	color: #092f01;
	text-align: left;
}
#photobox div {
	padding: 10px;
}

/* appears on home page only */
#textbox1 {
	float: right;
	background: transparent url(images/bg_text_green.png);
	width: 640px;
	padding: 20px;
	text-align: left;
	margin: 1em;
	color: #092f01;
	border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px;
}
/* content box for interior pages */
#textbox2 {
	background: transparent url(images/bg_interior_content.png) repeat-x left top;
	margin: 1em auto;
	width: 860px;
	padding: 20px;
	font-family: "Baskerville Old Face D", baskerville, georgia, bookman, "Times New Roman", serif;
	font-size: 90%;
	text-align: left;
	line-height: 125%;
	color: #092f01;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#footer {
	width: 640px;
	text-align: center;
	margin: 1em auto 2em auto;
	font-family: Verdana, helvetica, arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444;
	background: transparent;
}
.cleardiv {
	clear: both;
}
a:link {
	color: #09F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #09F;
	font-weight: bold;
	text-decoration: none;
}

a:hover  {
	color: #390;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #09F;
	font-weight: bold;
	text-decoration: none;
}

