body{
	margin: 0;
	padding: 0;
	background-color: #000000;
}
.div1{
	margin: 5px auto;
	width: 950px;
	text-align: left;
}
	
.div2{ 
	margin: 0px 0px;
	height: 93px;
	background-color: #000000;
	border-bottom: 2px solid #C08243;
}
.div3{
	height: 400px;
	overflow: auto;
}
.div4{ 
	margin: 0px 0px;
	height: 65px;
	background-color: #000000;
	border-top: 2px solid #C08243;
	padding-top: 3px;
}
.div5{ 
	margin: 0px 0px;
	height: 15px;
}


