#wrapper {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding: 0px;
	height: 100px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#tagBox {
	height: 14px;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #534933;
}
#backBox {
	background-color: #fff3e3;
	height: 650px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #534933;
	border-right-color: #534933;
	border-bottom-color: #534933;
	border-left-color: #534933;
}

.tagTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF3E3;
	padding-left: 5px;
	display: compact;
}
#emailBox {
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 340px;
	float: left;
}
#headerBox {
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 350px;
	float: left;
}


#txtBox {
	height: 450px;
	width: 600px;
	background-color: #fff8ef;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #534933;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #534933;
}
.txtLink {
	font-size: 18px;
	font-weight: normal;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #534933;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none;
	color: #534933;
}
a:hover {
	text-decoration: underline;
	color: #887b5f;
}
a:active {
	text-decoration: none;
	color: #534933;
}
.idTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF3E3;
}
#idBox {
	height: 15px;
	width: 600px;
	background-color: #534933;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
}
a.tagTxt:link {
	color: #fff8ef;
	text-decoration: none;
}
a.tagTxt:visited {
	color: #fff8ef;
	text-decoration: none;
}
a.tagTxt:hover {
	color: #887b5f;
	text-decoration: underline;
}
a.tagTxt:active {
	color: #fff8ef;
	text-decoration: none;
}
