/* 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, 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; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

html {
	height: 100%;
	width: 100%;
	background:#f2ffbd url(images/bg.jpg) top left repeat;
}

body {
	width: 620px;
	margin:0 auto;
	font:62.5%/1.6 Arial, sans-serif;
	color:#666;
}

a {
	color:#99992e;
}

#header {
	text-indent:-9999px;
	width:464px;
	height:119px;
	background:url(images/stacyplease.gif) top left no-repeat;
	margin-top:50px;
}

p { 
	font-size:1.4em; 
	margin-top:30px;
}

#highlight {
	margin:0 -20px;
	background: url(images/hl.jpg) top left no-repeat;
	color:#fff;
	font-size:2.5em;
	padding:15px 20px;
	margin-top:20px;
	min-height:60px;
	text-shadow: #000 -1px -1px 0;
}

#highlight a {
	color:#fff;
}

h3 {
	font-size:2.5em;
	font-weight:normal;
	margin-top:25px;
	color:#3d4c4c;
}

ul {
	font-size:1.6em;
	list-style-type:circle;
}