body {
 	text-align: center;
 	margin: 0;
 	background-color: rgb(93 , 77 , 36);
}

#maindiv {
 	position: relative;
 	border: 0px solid; width:1000px ; height: 1300px ;
 	background-color: rgb(93 , 77 , 36);
 	text-align: left;
 	margin: 0 auto 0 auto;
}

#contentdiv {
 	border: 0px solid; width:653px ; height: 618px ;
 	position: absolute; left: 276px ; top:316px;
 	border-color: blue;
 	margin: 0 auto 0 auto;
 	overflow: auto;
 	padding: 6px; padding-bottom: 7px; padding-left: 18px; padding-right: 10px
}

#leftmenudiv {
	border: 0px solid; width:244px ; height: 522px ;
	position: absolute; left: 7px ; top: 384px;
	border-color: red;
	margin: 0 auto 0 auto; 
	text-align: left;
	padding-top: 0px; padding-bottom: 0px; padding-left: 00px; padding-right: 0px
}

#backgroundimage {
   position:absolute ; left:0px ; top:0px ; width: 1000px; height: 1000px;
}

#headertext {
 	font-family:"Arial Black", Courier New , Monospace ;
	font-size: 25px;
	font-weight: bold;
	color: rgb(0 , 0 , 0);
	text-align: center;
}

#smallheadertext {
 	font-family:"Comic Sans MS", Courier New , Monospace ;
	font-size: 25px;
	font-weight: normal;
	color: black;
	text-align: center;
}

#normaltext {
 	font-family:"Verdana" , Arial , Serif ;
	font-size: 14px;
	color: black;
	text-align: justify;
}

#datetext {
 	font-family:"Verdana" , Arial , Serif ;
	font-size: 14px;
	color: black;
        font-weight: bold;
	text-align: right;
}

#menubuttonimg {
	border: 0px solid;
	border-color: blue;
        width:265px;
        height:49px;
}
