/* main body style */
body {
	background: #e1decb;
	color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

div#contents {
	max-width: 600px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px 50px 0px 50px;
	letter-spacing: 0px;
}

div#pagecenter {
	margin: 0 auto 0 auto;
	max-width: 600px;
	min-width: 60em;
	background: #e1decb;
	color: #000000;
	border: none;
}

div#menu {
	margin: 0 auto;
	max-width: 600px;
	min-width: 60em;
	text-align: center;
	font-size: 1em;
	line-height:1.6em;
	font-family: "arial";
}

div#headerpic {
	background: #e1decb;
}

div#title {
	width: 500px;
	margin: 0 auto;
}

div#footer {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #5C3111;
	padding: 0px 0px 5px 0px;
	letter-spacing: 0px;
}

p {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
}

h1 {
	font-family: "Times New Roman", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	text-align: center;
	color: #ffff7f;
	background:#000000;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 4px 0px 10px 0px;
	border-left: 15px solid #f5f51a;
	border-bottom: 4px solid #f5f51a;
	border-top: 1px solid #f5f51a;
	border-right: 1px solid #f5f51a;
}

h2 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px groove #f5f51a;
	color: #000000;
	line-height: 22px;
	letter-spacing: 3px;
	margin: 10px 155px 4px 155px;
}

strong {
	font-family: "courier new", arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

blockquote {
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	border: 1px solid #c97406;
	text-align: left;
	letter-spacing: 1px;
	line-height: 15px;
	margin: 5px 45px 5px 45px;
	padding: 10px;
}

.credits {
	font-size: 9px;
	font-family: arial;
	color: #000000;
	text-align: center;
	margin: 0px;
}

select, textarea, input {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
	border: 1px solid #c97406;
	margin: 9px;
}

a:link {
	color: #c97406;
	text-decoration: none;
	font-weight: bolder;
	letter-spacing: 1px;
}

a:active {
	color: #FFFFFF;
	letter-spacing: 1px;
}

a:visited {
	color: #c97406;
	text-decoration: none;
	font-weight: bolder;
	letter-spacing: 1px;
}

a:hover {
	color: #ffff7f;
	text-decoration: underline overline;
	letter-spacing: 1px;
}