@charset "UTF-8";
/* CSS Document */
/* Reset*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { list-style:square; }
q:before, q:after { content:''; }

#content	{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	border-left: 10px double #673748;
	border-right: 10px double #673748;
	padding-bottom: 1000px;
	padding-top: 60px;
	
	
}
h1	{
	font-family: copasetic;
	color: #673748;
	font-size: 3.5em;
	margin-bottom: -10px;
	}