/* Run Like Hell stylesheet 2008-09 */

*
{	background: transparent;
}

p	{ font-size: 14; }
h1	{ font-size: 25; }
h2	{ font-size: 22; }
h3	{ font-size: 19; }
h4	{ font-size: 17; }
h5	{ font-size: 16; }
h6	{ font-size: 15; }

a:link		{ color: #000000; text-decoration: none }

body
{       color: #000000;	
        font-family: georgia, serif
}


/* The Run Like Hell banner logo_trans03.gif goes here */
div.banner
{	background: url(logo_trans03.gif) no-repeat;
	width: 100%;
	height: 127px;
	position: relative;
}
/* NOTE: while the banner image is 561x127px, they reduced it to 446x104 */

div.content
{	position: relative;
	width: 100%;
}

div.content p
{	margin-left: 1em;
	margin-right: 1em;
}

/*	div.content-right	{ padding-left: 280px; }	*/

div.col-one, div.col-two
{	position: absolute;
	width: 45%;
}

div.col-one	{ left: 3%; }
div.col-two	{ left: 52%; }

/* menu and footer do not get printed */
div.menu	{ display: none }
div.menu p	{ display: none }

div.last-update		{ display: none }
div.last-update p	{ display: none }

*.nullprint	{ display: none }

