body {
 background-image: url(images/bg1.jpg);
 background-repeat: repeat-x;

}
a {
	color: #440000;
}
.bodytext {
  font-family: Arial, Verdana;
  font-size: 16px;
  line-height: 28px;
color: #552200;
}
h1 {
  font-family: Arial, Verdana;
  font-size: 26px;
  text-align: center;
color: #550000;
}
.mainmenu {

	position: relative;
	height: 20px;
}

.menuitem {

	position: absolute;
	margin-left: 0px;	
	
}

.menuitemsub {

	position: absolute;
	padding: 7px 7px 7px 7px;
	visibility: hidden;
	background-color: #550000;
	width: 173px;

}
.dropmenulink {

	font-family: Arial;
	color: white;
	font-size: 13px;
	text-decoration: none;
	line-height: 24px;

}