body {
	background-image: url(../resources/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #E6E2D6;
}
a:link {
	color: #272E34;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #AA9F73;
}
a:active {
	text-decoration: none;
}
h1 {
	font-family: "Copperplate Gothic Light";
	font-size: 26px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: "Copperplate Gothic Light";
	font-size: 1em;
	color: #FFFFFF;
	margin-top: 0px;
	letter-spacing: 0.1em;
}
#head {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
}

#navcontainer {
	padding: 0px;
	height: 40px;
	width: 750px;
	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: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 272e34;
	border-right-color: 272e34;
	border-bottom-color: 272e34;
	border-left-color: 272e34;
}


#main_img {
	padding: 0px;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#txt_container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: 272e34;
	padding: 0px;
	width: 750px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #fff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 272e34;
	border-right-color: 272e34;
	border-bottom-color: 272e34;
	border-left-color: 272e34;
}
#txt_container #txt_right {
	float: right;
	width: 350px;
	margin-right: 15px;
	margin-top: 15px;
}
#txt_container #txt_left {
	float: left;
	width: 350px;
	margin-left: 15px;
	margin-top: 15px;
	display: inline;
}
#foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 000;
	padding: 0px;
	height: 15px;
	width: 750px;
	text-align: right;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h4 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
