body {
	font-family: 'Palatino Linotype', 'Times New Roman', Georgia, serif;
	font-size: 13px;
	color: #443b30;
	margin: 0px 0px 10px 0px;
	background-image: url('http://unweeded-garden.com/houdini/graphics/bg.gif');
	}

p {
	text-align: justify;
	line-height: 20px;
	margin: 5px 10px 10px 10px;
	}
	p.names {
		margin: 5px 100px 5px 100px;
		}
	p.block {
		margin: 5px 200px 5px 200px;
		}
	p.center {
		text-align: center;
		}
	p.footer {
		font-size: 10px;
		text-align: center;
		line-height: 20px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #51483d;
		margin: 5px 5px 0px 5px;
		border-top: 1px solid #51483d;
		}
	blockquote {
		text-align: justify;
		line-height: 20px;
		margin: 5px 40px 15px 40px;
		}

ul {
	margin: 10px 0px 15px 0px;
	list-style-position: outside;
	}
	li {
		font-size: 13px;
		text-align: justify;
		line-height: 19px;
		margin: 4px 30px 4px 30px;
		list-style-position: outside;
		}
		li.block {
			text-align: justify;
			line-height: 15px;
			margin: 5px 80px 5px 80px;
			list-style-position: outside;
			}

h1 {
	width: auto;
	font-size: 13px;
	text-align: left;
	text-transform: uppercase;
	font-variant: small-caps;
	line-height: 14px;
	letter-spacing: 2px;
	color: #443b30;
	margin: 0px 5px 0px 5px;
	padding: 10px 0px 1px 0px;
	border-bottom: 1px solid #443b30;
	}
h2 {
	width: auto;
	margin: 20px 5px 0px 5px;
	padding: 0px 0px 2px 1px;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	font-variant: small-caps;
	line-height: 10px;
	letter-spacing: 2px;
	color: #443b30;
	border-bottom: 1px solid #443b30;
	}

input {
	font-family: 'Palatino Linotype', 'Times New Roman', Georgia, serif;
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 5px;
	margin-bottom: 7px;
	color: #57452c;
	}
textarea {
	font-family: 'Palatino Linotype', 'Times New Roman', Georgia, serif;
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 5px;
	margin-bottom: 7px;
	color: #57452c;
	}

#ex {
	position: relative;
	width: 702px;
	height: 100%;
	margin: 0px auto 0px auto;
	}

#logo {
	position: relative;
	width: 700px;
	height: 100px;
	margin: 10px auto 0px auto;
	border-top: 3px solid #443b30;
	border-left: 3px solid #443b30;
	border-right: 3px solid #443b30;
	background-color: #c9c0bb;
	}

#menu-ex {
	position: relative;
	width: 728px;
	height: 27px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	border-top: 1px solid #443b30;
	border-bottom: 1px solid #443b30;
	border-left: 1px solid #443b30;
	border-right: 1px solid #443b30;
	background-color: #aaa196;
	}
	#menu {
		position: relative;
		width: 720px;
		height: 19px;
		padding: 0px 0px 0px 0px;
		margin: 3px;
		border-top: 1px solid #443b30;
		border-bottom: 1px solid #443b30;
		border-left: 1px solid #443b30;
		border-right: 1px solid #443b30;
		}
		#menu ul {
			margin: 0;
			padding: 0;
			list-style-type:none;
			}
			#menu ul li {
				display: inline;
				padding: 0;
				margin: 0;
				}
				#menu ul li a {
					padding: 4px 0px 4px 0px;
					margin: 0px;
					display: block;
					float: left;
					width: 90px;
					height: 11px;
					font-size: 13px;
					font-weight: bold;
					text-transform: uppercase;
					line-height: 11px;
					letter-spacing: 2px;
					text-align: center;
					text-decoration: none;
					color: #3e381c;
					border: 0px solid #3e381c;
					background-color: #c9bfb3;
					}
					#menu ul li a:hover {
						color: #e6e0d8;
						border: 0px solid #3e381c;
						background-color: #aaa196;
						}

#text {
	position: relative;
	width: 700px;
	height: auto;
	margin: 0px auto 0px auto;
	border-bottom: 3px solid #443b30;
	border-left: 3px solid #443b30;
	border-right: 3px solid #443b30;
	background-color: #c9bfb3;
	}
	#text .inner {
		margin: 0px 3px 3px 3px;
		border-bottom: 1px solid #443b30;
		border-left: 1px solid #443b30;
		border-right: 1px solid #443b30;
		background-color: #e6e0d8;
		}
	#text a:link.t, a:active.t {
		text-decoration: underline;
		color: #3e381c;
		}
		#text a:visited.t {
			text-decoration: underline;
			color: #9a9786;
			}
		#text a:hover.t {
			text-decoration: underline;
			border-bottom: 1px solid;
			}
	#text a:link.f, a:active.f {
		font-weight: bold;
		text-decoration: none;
		color: #51483d;
		}
		#text a:visited.f {
			font-weight: bold;
			text-decoration: none;
			color: #979189;
			}
		#text a:hover.f {
			font-weight: bold;
			text-decoration: underline;
			}
