/* CSS Document */

/* ---------- BODY FORMAT ---------- */

body {
	margin: 0px;
	background:
		url(../graphics/csslayout/fabric-main.png)
		center;
}

/* ---------- 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 13px 0px;
	margin: 0px 0px 0px 0px;
}

/* ---------- OTHER ---------- */

img {
	border: 0;
}