/* CSS Document */
body {
	margin: 0 0 30px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #e9e9e9;
}
a {
	color: #647e46;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
	border: 0px;
}
h1 {
	color: #000000;
	font-size: 130%;
	margin: 0;
	padding: 0;
}
h3 {
	color: #647e46;
	font-size: 100%;
	padding: 0;
	margin: 10px 0 0 0;
}
p {
	margin: 0 0 5px 0;
}
ul {
	list-style-type: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
#page {
	width: 760px;
	text-align: left;
	margin: 15px auto 15px auto;
	background-color: #ffffff;
}
#header {
	float: left;
	padding: 10px 15px 5px 15px;
}
#main {
}
#footer {
	width: 760px;
	text-align: center;
	margin: 10px 0 10px 0;
}
#nav {
	float: left;
	width: 170px;
}
#nav a {
	color: #647e46;
	font-weight: bold;
	font-size: 110%;
	line-height: 150%;
}
.col01 {
	float: left;
	width: 350px;
	margin: 0 10px 0 0;
	display: inline;
}
.col02 {
	float: left;
	width: 230px;
}
.col03 {
	float: left;
	width: 580px;
	padding: 0 10px 0 0;
}
.highlight {
	font-weight: bold;
	color: #647e46;
}
.grid01 {
	float: left;
	margin: 5px 0 10px 0;
	background-color: #f5f5f5;
	width: 390px;
}
.grid02 {
	float: left;
	margin: 5px 0 10px 0;
	background-color: #f5f5f5;
	width: 450px;
}
.rowheader {
	float: left;
	font-weight: bold;
	background-color: #e9e9e9;
}
.row01 {
	border-bottom: 1px #eeeeee solid;
}
.row02 {
	float: left;
	width: 580px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #eeeeee solid;
}
.rowcol01 {
	float: left;
	width: 120px;
	padding: 5px;
}
.rowcol02 {
	float: left;
	width: 130px;
	padding: 5px;
}
.rowcol03 {
	float: left;
	width: 300px;
	padding: 5px;
}
.photo {
	float: left;
	margin: 0 11px 0 0;
	background-color: #f5f5f5;
	padding: 1px;
}
.photo img {
	float: left;
}
.cake01 {
	float: left;
	background-color: #f5f5f5;
	padding: 1px;
}