.menuItem{
	background-color: #a3d5e6;
	border: thin none #a3d5e6;
	padding: 2px;
	width: 180px;
	cursor: hand;
	font-size:24px;
}

.menuBody {
	position: relative;
	left: 2px;
	width: 180px;
	z-index: 100;
	top: 2px;
	overflow: hidden;
	background-color: #a3d5e6;
}

.menu {
	position: relative;
	top: 2px;
	left: 2px;
	z-index: 100;
	width: 180;
}

.contentFrame {
	position: absolute;
	left: 182px;
	top: 2px;
	padding: 8px;
	width: 70%;
}
body {
	background-image:  url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.padded {
padding-left:32px;
padding-right:32px;
}
