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

html, body {
	margin: 0;
	padding: 0;
	//background-color: #d8deff;
	background-image: url(http://littleneckfactory.com/detritus-series/images/background.gif);
	background-repeat: repeat;
}

div#wrapper {
	margin: 50px auto;
	padding: 10px;
	width: 750px;
	text-align: center;
	line-height: 24px;
	// border: 1px solid #000;
	height: 100%;
	background-color: #fff;
}

div.header {
	margin: 0 0 50px 0;
	padding: 0;
	font: 48px Helvetica;
	color: #15247e;
	letter-spacing: 10px;
	font-weight: bold;
}

div.descriptionBox {
	width: 150px;
	height: 200px;
	float: left;
}

p {
	font: 12px Helvetica;
	color: #666;
	margin: 0;
	padding: 20px 10px 0 10px;
	height: 230px;
	line-height: 16px;
	text-align: left;
}

a:link, a:visited, a:hover, a:active {
	color: #15247e;
	border-bottom: 1px solid #15247e;
	text-decoration: none;
	font-weight: bold;
}

.floatleft {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 200px;
	
	float: left;
}

div.footer {
	font: 36px Helvetica;
	color: #666;
	margin: 0;
	padding: 50px 0 0 0;
	clear: both;
}

div.footer a:link, div.footer a:visited, div.footer a:hover, div.footer a:active {
	font: 36px Helvetica;
	border-bottom: 3px solid #666;
	color: #666;
	text-decoration: none;
}

span.footerText {
	font: 12px Helvetica;
	color: #333;
	margin: 0;
	padding: 0;
	height: 230px;
	line-height: 16px;
	text-align: left;
}

span.footerText a:link, p.footerText a:visited, p.footerText a:hover, p.footerText a:active {
	font: 12px Helvetica;
	font-weight: bold;
	color: #15247e;
	border-bottom: 1px solid #15247e;
	text-decoration: none;
}
	