/* ------------------------------=============== SETUP ===============------------------------------ */

/* -----===== BASIC SETUP =====----- */

html, body {
	background-color: #E8DED0;
}

body {
	margin: 0px;
	font: small Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #1A1A1A;
}

img {
	border: 0px;
	display: block;
}

a {
	outline: none;
	color: #1A1A1A;
	text-decoration: none;
}

a:hover { color: #C9282D; }

ul, li, p, h1, h2, h3, h4, h5, h6, textarea, span, input, select, option {
	margin: 0px;
	padding: 0px;
	font-family: inherit;
}

/* -----===== CLEAR FIX =====----- */

.clear { display: inline-block; }

.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

/* START STAR HTML IE6 HACK */
* html .clear { height: 1%; }
/* FINISH STAR HTML IE6 HACK */

/* START COMMENTED BACKSLASH HACK \*/
.clear { display: block; }
/* FINISH COMMENTED BACKSLASH HACK */