@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #29224d;
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	background-attachment: fixed;
	background-color: #29224D;
	background-position: center top;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 3px solid #A48D26;
}
#content #header p img {
	background-attachment: fixed;
	background-position: center top;
	width: 90%;
	margin: auto;
	padding-top: 20px;
	padding-right: 38px;
	padding-bottom: 20px;
	padding-left: 38px;
}
p {
	text-align: left;
	color: #29224D;
}
h1 {
	font-size: 28px;
	color: #29224D;
}
h2 {
	font-size: 18px;
	color: #C90;
}
h3 {
	font-size: 18px;
	color: #67739D;
}
a:link {
	color: #600;
}
a:visited {
	color: #600;
}
a:hover {
	color: #F7F6F3;
	background-color: #29224D;
}
a:active {
	color: #600;
}
.footer {
	font-size: 12px;
	color: #29224D;
}
#content {
	width:70%;
	z-index:1;
	background-image: url(image/Ivory%20content%20bkgd.jpg);
	border: 3px solid #A58D21;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px;
}
