/* CSS Document *//* ---------- BODY FORMAT ---------- */body {	margin: 0px;	font-family: "Lucida Grande", Helvetica, Arial;	font-size: 12px;	color: #616161;	background:		url(../graphics/csslayout/beach-sand-wave.jpg)		top center		no-repeat		#F6F0E3;}/* ---------- LISTS AND BULLETED ITEMS ---------- */ul {	list-style-type: none;	padding: 0px 0px 0px 0px;	margin: 0px 0px 0px 0px;}li {	list-style-type: square;	padding: 0px 0px 0px 0px;	margin: 0px 0px 0px 0px;}.list {	list-style-type: square;}/* ---------- OTHER ---------- */img {	border: 0;}
