/* CSS Document */

/*-------------RESET------------*/

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


/*-------------------End Reset-------------------*/




body{
	min-width:inherit;
	margin:0em;	
	padding:0em;
	text-align:center;
	background-color:#CC9966;
	}

#centerwrapper, #folio{
	position:relative;
	top:.5em;
	left:0em;
	width:52.5em;
	height:auto;
	margin:0em auto;
	text-align: left;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;

	}
	
#folio{
	border:5px dashed orange;
	height:25em;
	background-color:#FFFFFF;
	margin-bottom: 1em;
	}
	
#construction{
/*	margin-left:10em; */
	text-align:center;
	padding:2em;
	}

	
