body {
	font-family: 'Lucida Sans Unicode', 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #d47f17;
	margin: 0px 0px 10px 0px;
	background-color: #382409;
	}

p {
	text-align: justify;
	line-height: 20px;
	margin: 5px 3px 10px 3px;
	}
	p.names {
		position: relative;
		float: left;
		width: 170px;
		margin: 10px 15px 10px 30px;
		line-height: 15px;
		}
	p.block {
		margin: 5px 200px 5px 200px;
		}
	p.center {
		text-align: center;
		}
	blockquote {
		text-align: justify;
		line-height: 20px;
		margin: 5px 30px 15px 30px;
		}

ul {
	margin: 10px 0px 15px 0px;
	list-style-position: outside;
	}
	li {
		font-size: 11px;
		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 {
	font-size: 13px;
	text-align: left;
	font-variant: small-caps;
	line-height: 14px;
	letter-spacing: 1px;
	color: #d47f17;
	width: auto;
	height: 14px;
	margin: 5px;
	padding: 0px 0px 1px 0px;
	border-bottom: 1px solid #d47f17;
	}
h2 {
	font-size: 12px;
	text-align: left;
	font-variant: small-caps;
	line-height: 11px;
	letter-spacing: 1px;
	color: #d47f17;
	width: auto;
	height: 12px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	border-bottom: 1px solid #d47f17;
	}

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: 200px;
	margin: 10px auto 0px auto;
	border-top: 0px solid #372107;
	border-left: 0px solid #372107;
	border-right: 0px solid #372107;
	background-color: #c9c0bb;
	}

#menu-ex {
	position: relative;
	width: 724px;
	height: 23px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #d47f17;
	}
	#menu {
		position: relative;
		width: 720px;
		height: 19px;
		padding: 2px 2px 0px 0px;
		margin: 2px;
		}
		#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: 11px;
					font-weight: bold;
					text-transform: uppercase;
					line-height: 11px;
					letter-spacing: 2px;
					text-align: center;
					text-decoration: none;
					color: #c3720f;
					background-color: #f5cd9b;
					}
					#menu ul li a:hover {
						color: #f5cd9b;
						background-color: #d47f17;
						}

#text {
	position: relative;
	width: 696px;
	height: auto;
	margin: 0px auto 0px auto;
	border-bottom: 2px solid #d47f17;
	border-left: 2px solid #d47f17;
	border-right: 2px solid #d47f17;
	background-color: transparent;
	}
	#text .inner {
		width: auto;
		margin: 2px;
		padding: 5px;
		border: 1px solid #d47f17;
		background-color: #563A16;
		}
	#text a:link, a:active {
		text-decoration: underline;
		color: #d47f17;
		}
		#text a:visited {
			text-decoration: underline;
			color: #895f5f;
			}
		#text a:hover {
			text-decoration: none;
			}
	#text div#footer {
		clear: both;
		width: auto;
		margin: 2px;
		padding: 5px;
		margin: 5px 0px 0px 0px;
		border-top: 1px solid #d47f17;
		background-color: #563A16;
		}
		#text div#footer p {
			font-size: 10px;
			text-align: center;
			line-height: 20px;
			letter-spacing: 1px;
			text-transform: uppercase;
			color: #d47f17;
			margin: 0px;
			}
		#text div#footer a:link, a:active {
			font-weight: bold;
			text-decoration: none;
			color: #d47f17;
			}
			#text div#footer a:visited {
				font-weight: bold;
				text-decoration: none;
				color: #895f5f;
				}
			#text div#footer a:hover {
				font-weight: bold;
				text-decoration: underline;
				}
