body {
	background-image: url(images/wood_background.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height:1390px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border: thick double #E3BE54;
	color: #000;
	background-repeat: no-repeat;
	margin-top: 20px;
	background-color: #CCC;
}

.header {
	float: left;
	height: 140px;
	width: 960px;
	
	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box1 {
	float: left;
	height: 1000px;
	width: 900px;
	margin-top: 20px;
	margin-left: 30px;
	font-weight: bold;
}
.footer {
	float: left;
	height: 50px;
	width: 960px;
	margin-top: 100px;
	padding-left: 420px;
}
