/* ?.com 00/00/00
   paul @ touch
----------------------------------------------------------------------------------------------------*/

/* reset http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212
----------------------------------------------------------------------------------------------------*/ 

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;
}
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;
}
/* tags
----------------------------------------------------------------------------------------------------*/ 

html {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
body {
	background-color: #54301A;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #BB8748;
	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: uppercase;
	margin-bottom: 1em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 0.85em;
}
h4 {
	font-size: 0.7em;
}
h1 + h2, h2 + h3, h3 + h4 {
	margin-top: 0;
}
p {
	line-height: 1.4em;
	padding-bottom: 1.4em;
	width: 590px;
	margin: 0 auto;
}
p.small, span.small {
	font-size: .75em;
}
span.lightBrown {
	color: #BB8748;
}
a {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px dotted #BB8748;
}
a:hover {
	color: #BB8748;
	border-bottom: 1px dotted #BB8748;
}
hr {
	width: 100%;
	border: 0px;
	height: 1px;
	background-color: #BB8748;
	margin-bottom: 1em;
}

/* containers
----------------------------------------------------------------------------------------------------*/
#flash {
	width: 685px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Clear Floated Elements http://sonspring.com/journal/clearing-floats
----------------------------------------------------------------------------------------------------*/

html body div.clear, html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
li.clear {
	clear: both;
	float: none;
}
