/* Reset CSS from Eric Meyer */

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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.7;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0 }

/* remember to highlight inserts somehow! */
ins {text-decoration: none}
del {text-decoration: line-through}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0}

/* --- CSS ----------------------------- */

body {
	background:transparent url(images/bg.jpg) repeat scroll 643px 0;
	color: #504444;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 16px;
	width: 900px;
	margin:0 auto;
	text-align: center;
}


h1 { color:#630024; font-size: 380%; font-family: georgia,verdana,arial; margin: 20px 0 20px }
h1 span { font-size: 70%; display: block }
h2 { color:#630024; font-size: 150%; font-family: georgia,verdana,arial; margin: 20px 0 20px }

p { margin: 10px; afont-weight: bold;}

a { color: #A1003D; font-weight: bold; padding: 3px }
a:hover { background: #A1003D; color: #FFD1C7 }


