body {
	background-color:#afafaf;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#000;
	margin:0px 0px 0px 0px;
	padding:0px;
	}

#shellndx {
/*	overflow:auto; */
	}

#contentndx {
	padding-top:0px; 
	padding-left:0px;
	padding-right:0px;
	margin:0px 10px 0px 10px;
}

#imagefrmndx {
	position:absolute;
	bottom:0;
	right:0;
	height:214px;
	width:214px;
	margin:0px 10px 70px 0px;
}

#footer {
	position:absolute;
	bottom:0;
	right:0;
	height:60px;
	width:100%; 
	}
	
#foot {
	background-color:#363636;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#fff;
	padding:0px;
	height:36px;
	}

#foot #pos {
	float:left;
	}

#menu {
	background-color:#E3F4B0;
	color:#000;
	height:24px;
	}

#menu ul {
	list-style:none;
	padding:0;
	margin:0;
	}

#menu ul li {
	 float: left;
	 margin: 0 0em;
	 padding: 0;
 }

#menu li a {
	 height: 2em;
	 line-height: 2em;
	 float: left;
	 width: 9em;
	 display: block;
	 text-decoration: none;
 }

#menu li a:hover {
	 height: 2em;
	 line-height: 2em;
	 float: left;
	 width: 9em;
	 display: block;
	 text-decoration: none;
	 color:black;
	 background: white;
 }


