body {
  margin:0px;
	font: 80% verdana, arial, helvetica, sans-serif;
	text-align: center; /* center align for IE */
	background:white;
	}	
	
	#wholePage{
  position:relative;
	margin: 0 auto;   /* center align for good browsers */
	text-align: left; /* counter the body center */
  background-image: url(images/Mallheader800.jpg);
	background-repeat: no-repeat;
  border-right: 3px solid #9fcc67;
  border-left: 5px double #9fcc67;
  border-top: 5px double #9fcc67;
  border-bottom: 5px double #9fcc67;
	width: 775px;
  padding-bottom:153px;
}

#logo {
  position:absolute;
  top: 5px;
  height:350px;
  width:766px;
	z-index: 5;
	text-align: right;
}

#main {
  position:relative;
  top:153px;
  border-top: 5px double #9fcc67;
	background:transparent;
  background-image: url(images/MaalMiddle.gif);
	background-repeat: repeat-y;
  background-position: right;
	width: 100%;
  padding: 0;
	z-index: 10;
}

#content {
  position:relative;
  top: 0px;
	background:transparent;
  background-image: none;
	width: 650px;
  padding: 1em;
	z-index: 10;

}

#menu {
  position: relative;
	float: right;
	top: 0px;
	height=100%;
  text-align: right;
  /*background-color: #9fcc67;*/
	width: 115px;
	z-index: 10;
	font-size:16px;
  padding-right:5px;
	-moz-border-radius: 0 0 0 15px;
}
p.menu {width:200;}
a.menutext:link {color: #679aa3; font-weight: bold; text-decoration: none; }
a.menutext:visited {color: #679aa3; font-weight: bold;  text-decoration: none; }
a.menutext:hover {color: #2595a9; font-weight: bold;  text-decoration: none;}
#small  {font-size: -2; }

.red {
	color: #CC0000;
  font-weight:bold;
}

.center {
	text-align: "center";
}

a.redhot:link {color: #CC0000; font-weight: bold; text-decoration: underline;  font-size: 130%}
a.redhot:visited {color: #CC0000; font-weight: bold;  text-decoration: underline; font-size: 130%}
a.redhot:hover {color: #CC0000; font-weight: bold;  text-decoration: underline; font-size: 130%}

a.no_underline:link {text-decoration: none;}
a.no_underline:visited {text-decoration: none;}
a.no_underline:hover {text-decoration: none;}


.MAALname {
  font-size:24px;
	color: #679aa3;
}
#footer {
  position:relative;
  height:70px;
  width:100%;
  padding-top:0px;
  padding-left:0px;
  background-color: #9fcc67;
	z-index: 30;
	clear: both;
	text-align: center;
	padding-top: 10px;
	color: #679aa3;
	font-weight: bold;
}

h1 {text-align: center}
h2 {text-align: left}

.indent { margin-left: 5% }
.center {text-align: center;}

.box {border-style: solid;
      border-color: black;
      padding:6px;
      border-width:2px;}