/* structure.css */

body {
	margin:0;
	border:0;
	padding:0;
	overflow:scroll;
}

table, td {
/*	border:3px;
	border-color:grey;
	border-style:groove; 
*/
}

table#main {
	border:2;
	width:700px;
	height:95%;

}

table#menu, td#menucell  {
	border:0;	
	width:100px;
	text-align:center;
}

td#maincell {
	padding:10px;
	width:100%;
}

td#headercell {
	text-align:center;
	font-size:36px;
	height:50px;
	padding:0;
	margin:0;
	border:0;
}

td#headerrow {
	padding:0px;
	margin:0px;
}

td#footercell {
	text-align:center;
	height:25px;
	padding:0;
	margin:0;
	border:0;
}

td#footerrow {
	padding:0px;
	margin:0px;
}                                                                
