html {
	background: #EFEFEF;
	background: url(navigation-background.gif) repeat;
}
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-size: 10px; 
	color: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

div#grid-wrapper { height:auto; }
ul#box-view {padding:0px;}
ul#box-view li {
	background: #FFFFFF;
	text-align: center;
	float:left; 
	padding: 10px; 
	margin: 10px; 
	position:relative; 
	width:180px; 
	height:180px; 
	border: 1px solid #ccc; 
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
	-moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
	
}
