#MainBox h2 {
	height: 50px;
	width: 900px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#MainBox h3 {
	background-color: #FC6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#LeftBox {
	float: left;
	width: 600px;
}

#RightBox {
	float: right;
	width: 275px;
}
