* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #99280A url(/images/page_bg.png) repeat-x;
	color: #333333;
	font-size: 13px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: 0px;
}

iframe {
	width: 0px;
	height: 0px;
	border: 0px;
}

img {
	border: 0px;
}

li {
	list-style: none;
}

.clear {
	height: 0px;
	clear: both;
	overflow: auto;
}