@charset "UTF-8";
#headerLower {
	font-family: "Times New Roman", Times, serif;
	background-color: #f0e5d0;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	color: #000;
}
#body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFCF5;
	border: 2px solid #C3B79F;
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-right: 15px;
}
#headerUpper {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: ffffff;
}
#wrapper {
	font-family: "Times New Roman", Times, serif;
	width: 1026px;
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
p ,li{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: normal;
}
