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,button,
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;
	z-index: 0;
}

* {margin: 0;z-index: 0;}

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

html, body {
	height: 100%;
}

html {
	background:#000 url('bodybackground.png') top center repeat-x; 	
}

body {
	line-height: 1;
	color: #000000;
	background: url('woodbackground.jpg') top center no-repeat; 
	margin: 0 auto;
	font-size: 67.5%;
	font-family: "Century Gothic",
             Helvetica,
             sans-serif;

	position: relative;
}
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: "" "";
}

#pagewrap {
	width: 625px;
	margin: 0px auto;
	text-align: center;
	//background: url('woodbackground.jpg') top center no-repeat;
}

#header {
	width: 100%;	
}

#header h1 {
	text-indent: -9999px;        	
}

#hgroup {
	width: 522px;
		
}

#contactus {
	text-align: left;
	
}

div.mc-field-group input {
 	//border: 1px solid #8a3020;
 	//background: #43170f;
 	width: 350px;
 	
 	//color: #fff;
 	
}

h2 {
	
	font-size: 3.0em;	
	margin: 30px 0;
}