/*All CSS handtyped by author and not machine produced. Please, feel free to learn from this code (if there's anything to learn) and copy and spread CSS around the Internet.This CSS document is for the index of norcalscan.org*/body	{	margin: 0px;	padding: 0px;	font: 11px/1.2 verdana, lucida, arial, helvetica, san-serif;	background-image: url(images/ncslogo_light.jpg);	background-position: top left;	background-attachment: fixed;	background-repeat: no-repeat;	background-color: white;	}.features	{	font-weight: bold;	font-size: larger;	text-align: center;	}#navleft {		position: absolute;	left:10px;	width:150px;	top:200px;	}#contentcenter {	margin-left: 180px;	margin-right:180px;		}	#content {	margin-left: 180px;			}#navright {		position: absolute;	top: 200px;	right:10px;	width:150px;	}	ul	{	list-style-img: url(images/bullet1.gif);	font:10px;	}a	{	color: #009;	background-color: transparent;	text-decoration: none;	}a:visited	{	color: #600;	background-color: transparent;	}a:hover	{	color: #ffc;	background-color: #009;	text-decoration: underline;	}.date	{	font-style: oblique;	color:black;	}.bold	{	font-weight: bold;	}	.italic	{	font-style: italic;	}