/*
---------------------------------------
ERIC MEYER 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
---------------------------------------
PRESCOTT CAPTIAL MGMT STYLE */

BODY {
	background: #ffffff url(gfx/body_bgvert.gif) repeat-y center top;
}

DIV#container {
	margin: 0 auto;
	width: 949px;
	padding: 0;
	overflow:hidden;
}

	DIV#header {
		background: #f8f3e9 url(gfx/headerbg_horiz.gif) repeat-x center bottom;
		height: 40px;
		padding: 70px 150px 10px 150px;
	}
		H1 {
			display: block;
			background: url(gfx/logo.gif) no-repeat center center;
			height: 40px;
			width: 410px;
			text-indent: -2000px;
			overflow: hidden;
		}
	DIV#nav {
		background: url(gfx/navbg_horiz.gif) repeat-x center center;
		height: 16px;
		border-top: 1px solid white;
		padding: 7px 150px 9px 150px;
		text-align: right;
		color: #d6b979;
		font: 15px Arial, Helvetica, sans-serif;
	}
		DIV#nav A {
			color: #f8f3e9;
			text-decoration: none;
		}
		DIV#nav A:hover {
			text-decoration: underline;
		}
	DIV#content {
		background: url(gfx/contentbg_norepeat.jpg) no-repeat center top;
		height: 390px;
		padding: 40px 450px 0 150px;
		color: #2c1f09;
		font: 12px/20px Georgia, "Times New Roman", Times, serif;
	}
		H2 {
			font: 18px/24px Arial, Helvetica, sans-serif;
		}
		H2, P {
			margin-bottom: 20px;
		}
	DIV#footer {
		padding: 0 150px 30px 150px;
		color: #e4d6b9;
		font: 10px/12px Arial, Helvetica, sans-serif;
	}
