/* Author: Greg Pullman */


/* GENERAL STYLES APPLYING TO WHOLE PAGE */


#wrapper	{
	width: 40pc;
	margin-top: 2pc;
	padding-top: 1pc;
	margin-bottom: 2pc;

}




h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 20pt;
	color: #000;
	background-color: #fff;
	text-align: center;
}


h2	{
	font-size: 14pt;
	color: #666;
	background-color: #fff;
}


h3	{
	font-size: 12pt;
	color: #666;
	background-color: #fff;
	text-align: left;
}



/* ----------------------------------------- */


/* NAVIGATION */

#nav	{
	display: none;
}




/* ----------------------------------------- */

/* CONTENT */



#content	{
	margin-left: 1pc;
	margin-top: -1pc;

}


/* ----------------------------------------- */

/* IMAGE */


.image	{
	float: right;
	padding: 0 0 0.5pc 1.2pc;
}


/* ----------------------------------------- */

/* FOOTER */

#footer	{
	bottom: -2pc;
	width: 38pc;
	font-size: 7pt;
	display: block;
	border: 1px dashed #000;
}

#footer .align-right {
	display: none;
}