/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}
h3, h4, h5, h6 {
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:bold;
  padding:0px;
  margin:0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Resets font size to 10px. (1.1em will be 12px, etc.). */
body {
	color: #ba2731;
	font: 62.5%/1.2 Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #f7ecd9;
	}
/* Structure */
#page {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:1024px;
	margin-top:0px;
}
