* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #553322;
}

body {
	background: #4c4239 url(../images/bg.body.gif) no-repeat top center;
}

a, a.hover {
	text-decoration: none;
	outline: 0;
	color: #006699;
	font-weight: bold;
}

a:hover {
	color: #553322;
}


img {
	border: 0;
}

ul {
	list-style-type: none;
}