/* Split into separate file so that the administration tool doesn't acquire the background */
body {
	background-color: white;
	background-image: url(../images/BG_grad&grid.jpg);
	background-repeat: no-repeat;
	
}

html {
	min-height: 100%;
	height: auto;
}
 
 #toolsMenu { display:none; position:absolute; top:133px; left:514px; }
 .toolsMenuCell { background-color:Transparent; border:0px solid #28338c; margin:0px; padding:0px; vertical-align:text-top; white-space: nowrap; }
 .toolsMenuLink { color:black; text-decoration:none; font-size:13px; font-weight:bold; margin:8px; text-transform:lowercase; }
a:hover.toolsMenuLink { color:black; text-decoration:underline; }
