/* Run Like Hell stylesheet 2008-09 */

*
{	background: transparent;
}

p	{ font-size: 17; }
h1	{ font-size: 30; }
h2	{ font-size: 26; }
h3	{ font-size: 24; }
h4	{ font-size: 22; }
h5	{ font-size: 21; }
h6	{ font-size: 19; }

a:link, a:active, a:visited
	{ color: #cc0000; text-decoration: underline }
a:hover	{ color: #ff9900; text-decoration: underline }


body
{       background-color: #ffffff;
        background: url(graybrck.jpg);
        color: #cc0000;	
        font-family: trebuchet, helvetica, arial, sans-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: banner image is 561x127px; they reduced it to 446x104. col=#cc3300 */

div.content
{	width: 100%;
}

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

/* menu size was 263x336, but I'm leaving the height variable */
div.menu
{	float: left;
	width: 263px;
	margin-right: 27px;
	border-bottom: 3px solid #666666;
	border-left: 2px solid #999999;
	border-left, border-top: 1px solid #999999;
	padding-top: 1em;
	padding-bottom: 1em;
	background: url(prism-in-space.jpg) no-repeat;
}

div.menu p
{	font-size: 18;
/*	font-family: Comic Sans MS, helvetica, arial, sans-serif; */
	font-family: trebuchet, helvetica, arial, sans-serif; 
	color: #FF0000;
	margin-left: 1em;
}

div.menu a:link, div.menu a:active, div.menu a:visited
	{ color: #FF0000; text-decoration: underline; font-size: 21; }
div.menu a:hover
	{ color: #FF9933; text-decoration: underline; font-size: 21; }

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


div.col-one	{ float: left; width: 40%; }
div.col-two	{ float: left; }

div.col-one p, div.col-two p	{ margin-left: 0; }	


div.last-update
{	float: left;
	width: 100%;
	margin-top: 150px;
}

div.last-update p	{ font-size: 15; text-align: center; }


