/* Base Stylesheet for Sleepers Publishing *//* Copyright 2004 Sleepers Publishing *//* Base CSS is designed to do basic layout for Netscape 4 *//* tested Win: ie5; ie5.5; ie6; net4; net6; net7; Opera5; Opera7; Mozilla:1*//* tested Mac: ie5; Safari *//**********************************************//* Common *//**********************************************/body	{	background-color:#47613E;	}/**********************************************//* header *//**********************************************/div#hpicright	{	position:relative;	left:200px;	top:-120px;	}	/**********************************************//* page *//**********************************************//**********page layout**********/div#navigation	{	position:absolute;	top:160px;	}		div#content	{	position:relative;	/*top:290px;*/	}.main	{	border-width:1px;	border-style:solid;	border-color:#1E0E82;	background-color:#FFFFFF;	padding: 15px;	margin-left: 0;	margin-right: 1%	}	.image	{	float:right;	padding:2px;		}	/* fix float overflow problem */	div.main hr 	{	display:block; 	clear:right; 	visibility:hidden;	}	/**********fonts**********/h2	{	font-family:serif;	font-size:large;	font-weight:bold;	color:#1E0E82;	}	h3	{	font-family:serif;	font-size:medium;	font-weight:bold;	color:#1E0E82;	}	p	{	font-family:sans-serif;	font-size:small;	color:#000000;	}	li	{	font-family:sans-serif;	font-size:small;	color:#000000;		}	a	{	color:#1E0E82;	}	a:hover	{	color:#47613E;	}		/* order is important so that footer does not take on navigation properties */	div#footer a	{	font-family:serif;	font-size:xx-small;	font-weight:normal;	color:#1E0E82;	display:inline;	}		div#navigation a	{	font-family:serif;	font-size:medium;	font-weight:bold;	}	p.small	{	font-family:serif;	font-size:xx-small;	font-weight:normal;	color:#000000;	}	.emph{color:#FF0000;}/********************** new stuff (plus changes to content div)*******************/	div#feature{position:relative;display:block;}table{	width:100%;}td{	background:#F0F0F0;	width:auto;	text-align:center;	font-size:small;}