#centerTop{
	padding-left:30px;
	margin-left:30px;
	margin-right:250px;
	height:20px;
	width: 750px;
	color: white;
	background-color: #CC0617;
	background-image: url('images/topMenu.jpg');
	font: 900 18px Arial;
	border: solid thin #CC0617;
	border-bottom: none;
	overflow: hidden;
}
#centerMain{
	padding-left:30px;
	margin-left:30px;
	margin-right:250px;
	width: 750px;
	height: 500px;
	color: black;
	background-color: white;
	border: solid thin #CC0617;
	border-top: none;
	font: 12px times;
	overflow: auto;
}

#centerMainSmall{
	padding-left:30px;
	margin-left:30px;
	margin-right:250px;
	width: 750px;
	height: 200px;
	color: black;
	background-color: white;
	border: solid thin #CC0617;
	border-top: none;
	font: 12px times;
	overflow: auto;
}

#centerTop2{
	padding-left:30px;
	margin-left:150px;
	margin-right:250px;
	height:20px;
	width: 750px;
	color: white;
	background-color: #CC0617;
	background-image: url('images/topMenu.jpg');
	font: 900 18px Arial;
	border: solid thin #CC0617;
	border-bottom: none;
	overflow: hidden;
}

#centerMainSmall2{
	padding-left:30px;
	margin-left:150px;
	margin-right:250px;
	width: 750px;
	height: 200px;
	color: black;
	background-color: white;
	border: solid thin #CC0617;
	border-top: none;
	font: 12px times;
	overflow: auto;
}