/* CSS Document */
body {
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
#container {
	width: 800px;
	border: 1px solid #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #000000;
	background-color: #FFFBF2;
	padding-left: 20px;
	padding-right: 20px;
}
#text{
}
h1 {
	color: #3E1D0A;
	padding: 0px;
}
h2 {
	font-size: 18px;
	color: #3F1E0B;
}

