/* === RESET ITEMS === */

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: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

:focus 
{
outline: 0px;
}

ol, ul 
{
list-style: none;
}

table 
{
border-collapse: separate;
border-spacing: 0px;
}

caption, th, td 
{
text-align: left;
font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
}

blockquote, q 
{
quotes: "" "";
}

/* ================= */
/* === WIREFRAME === */
/* ================= */

html
{
	background-color:#666666;
	color:#FFFFFF;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	font-size:1.2em;
	padding:10px 0px;
}

	#pageContainer
	{
		margin:0px auto;
		width:960px;
	}
	
	#at16p{ margin-top:100px !important;}
	
	#legalContainer
	{		
		margin:0px auto;
		width:635px;
		background:url(../../library/images/paper_bkgd.jpg) repeat center top;
		overflow:auto;
		color:#666666;
		padding:20px 0px;
	}
	
		h1, p
		{
			margin: 10px 20px;
		}
		
		h1
		{
			font-size:1.33em;
			font-weight:bold;
		}
		
		#bottom
		{
			display:block;
			position:relative;
			top:20px;
			background:url(../../library/images/paper_bkgd_bottom.jpg) repeat center top;
			height:8px;
		}

