		.heading {
		position: relative;
		left:-90px;
		z-index:2;
		margin:auto;
		top:20px;
		line-height:50px;
		width:400px;
		text-align:left;
		color:#E1E1E1;
		}

		h1.heading {

		font-family:times new roman;
		font-style:italic;
		font-size:40px;
		letter-spacing: 2px
		background-color:red !important;
		}

		h1.heading:first-letter {
		font-size:70px;
		}

		h2.heading {
		font-family:times new roman;
		font-style:normal;
		font-size:30px;
		letter-spacing: 7px;
		text-align:center;
		left:-125px;
		}

		.menudiv {
		text-align:left;
		font-weight:bold;
		color:white;
		margin:auto;
		width:750px;
		height:35px;
		background-image: url(../images/bodybg.gif);
		background-repeat:repeat-y;
		margin-top:000px;
		padding-top:0px;
		padding-left:25px;
		padding-right:25px;
		font-size:14px;
		 z-index:999;

		}