body {
	font-family: vernada, arial;
	background-color: #FFFF66;
}

.heading {
	width: 82%;
	font-size: 48px;
	text-align: center;
	background-color: #FFFFCC;
	color: black;
	position: absolute;
	left: 10%;
	top: 3%;
	z-index: 2;
	padding: 7px;
	font-weight:bold;
	border: 3px groove black;
}

.shadow {
	width: 80%;
	font-size: 48px;
	text-align: center;
	background-color: black;
	color: red;
	position: absolute;
	left: 10.5%;
	top: 4%;
	z-index: 1;
	padding: 7px;
	border: 3px groove black;
}

	
.main {
	width: 65%;
	height: auto;
	background-color: #FFFFCC;
	color: black;
	padding: 7px;
	border: 3px groove black;
	position: absolute;
	left: 25%;
	top: 20%;
	z-index: 2;
	padding: 20px;
	font-weight: bold;
}

.shad {
	width: 65%;
	height: 65%;
	background-color: black;
	color: blue;
	padding: 7px;
	border: 3px groove black;
	position: absolute;
	left: 270px;
	top: 106px;
	z-index: 1;
}


.left {
	width: 13%;
	height: 50%;
	position: absolute;
	left:10%;
	top: 20%;
	z-index:1;
}

.menuitem {
	background-color: #FFFFCC;
	width: 100%;
	height: 8%;
	color: black;
	text-align: center;
	font-weight:bold;
	margin-bottom: 20px;
	border: 3px groove black;
	z-index: 2;
	padding: 7px;
}

.leftshadow {
	width: 143px;
	height: 546px;
	position: absolute;
	left:128px;
	top: 107px;
}

.menushadow {
	background-color: black;
	width: 100%;
	height: 8%;
	margin-bottom: 20px;
	font-weight:bold;
	border: 3px groove black;
	z-index: 3;
	padding: 7px;
}

.titlebottom {
	background-color: #FFFFCC;
	width: 80%;
	height: 3%;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: 3px groove black;
	z-index: 2;
	padding: 3px;
	position: absolute;
	bottom:5%;
	left: 10%;
}


.bottomshadow {
	background-color: black;
	width: 80%;
	height: 3%;
	color: black;
	font-weight: bold;
	font-size: 12px;
	border: 3px groove black;
	z-index: 1;
	padding: 3px;
	position: absolute;
	bottom: 4%;
	left: 10.5%;
}
	

a.menu {	
	color: black;
	width: 100%;
	text-decoration: underline;
}

a.menu:hover {
	color: #FFFFCC;
	width: 100%;
	background-color:black;
}
	
