﻿#catagoriesheader {
	padding: 10px;
	height: 50px;
	text-align: center;
	font-size: 48px;
	color: #333333;
}
#catagoriesmenu {
	background-image: url('Images/catagorybackground.png');
	width: 460px;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
}
#catagoriesbottom {
	height: 50px;
}
.catagoriesmenuselection {
	padding: 50px;
	font-size: 24px;
}
.catagoriesmenuselection a:hover {
	font-weight: bold;
}
