@charset "iso-8859-1";
body {
	background: #DEB887;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
}
h1 {
	text-align: center;
	font-size: 28px;
}
h2 {
	text-align: left;
	font-size: 24px;
	font-weight: lighter;
}
h3 {
	text-align: left;
	font-size: 20px;
	font-weight: lighter;
}
h6 {
position: relative;
top:1px;
	text-align: center;
	font-size: 12px;
	font-weight: lighter;
	margin-top: -20px;
}
#head {
	background-color: #FFF8DC;
	position: relative;
	left: 15px;
	top: 15px;
	right: 35px;
	border-color: #8B0000;
	border-style: solid;
	border-width: 5px;
	text-align: center;
	margin: 0px;
	margin-right: 35px;
	width: inherit;
}

#index {
	position: absolute;
	top: 140px;
	right: 15px;
}

#bodybg {
	background: #A9A9A9;
	position: absolute;
	top: 150px;
	left: 30px;
	right: 180px;
	margin-bottom: 30px;
}

#body {
	background-color: #FFF8DC;
	position: relative;
	left: -10px;
	top: -10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}