/* CSS Document */

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

body {
	margin: 0px;
	background-color: #E2D3B3;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8C3A20;
}

/* ---------- 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;
}

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

img {
	border: 0;
}