tml, 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #efe2c0;	
background-image: -ms-radial-gradient(center, ellipse closest-corner, #C28815 0%, #4D3203 100%);
background-image: -moz-radial-gradient(center, ellipse closest-corner, #C28815 0%, #4D3203 100%);
background-image: -o-radial-gradient(center, ellipse closest-corner, #C28815 0%, #4D3203 100%);
background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #C28815), color-stop(1, #4D3203));
background-image: -webkit-radial-gradient(center, ellipse closest-corner, #C28815 0%, #4D3203 100%);
background-image: radial-gradient(ellipse closest-corner at center, #C28815 0%, #4D3203 100%);	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#wrapper {

}

#content {
	background-color: #f6eed7;
	width: 960px;
	margin: 0 auto;
	border-radius: 5px;
}

#header, #banner, #copy, #footer, #legal {
	width: 900px;
	margin: 30px auto;
}

#header {
	font-size: 24px;
	line-height: 28px;
	padding-top: 16px;
	font-family: 'Quattrocento', serif;
	color: #4e2009;
	clear: both;	
}

#banner {
	margin-top: 6px;
	clear: both;
}

.subhead {
	font-size: 22px;
	font-style: italic;
	float: right;
	color: #4e2009;	
}

.legal {
	width: 900px;
	margin: 20px auto;
	font-size: 10px;
	border-top: 1px solid #000;
}

.legal p {
	margin: 6px 0;
}

h1 {
	border-bottom: 1px solid #4e2009;
}

.clear {
	clear: both;
}