body {
	margin: 0px;
	background-image: url(images/wood_background.jpg);
	background-repeat: repeat;
}
.container {
	height: 1500px;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: thick double #F3CE5B;
	background-color: #999;
	background-repeat: no-repeat;
}
.header {
	float: left;
	height: 142px;
	width: 960px;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #FFF;
	border-right-color: #F2CD5A;
	border-bottom-color: #F2CD5A;
	border-left-color: #F2CD5A;
	border-bottom-style: double;
}

.title {
	float: left;
	height:100px;
	width: 960px;
	font-family: Broadway;
	font-size: 40px;
	font-weight: bold;
	color: #009;
	padding-left: 100px;
	padding-top: 20px;
	
}
.box1 {
	float: left;
	height: 600px;
	width:460px;
	margin-top: 20px;
	margin-left: 10px;
	
}
.box2 {
	float: left;
	height: 600px;
	width: 400px;
	margin-top: 20px;
	margin-left: 19px;
	
	
}
.box3 {
	float: left;
	height: 600px;
	width: 470px;
	margin-top: 20px;

	margin-left: 250px;	
}




img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.title2 {
	float: left;
	height: 50px;
	width: 960px;
	margin-top: 20px;
	padding-left: 385px;
}
