/* All CSS handtyped by Jake Hickokspecially made for www.norcalscan.org.Feel free to take any ideas and spread CSS around the internet! This document was made after reading many contributions by Eric Meyer - my CSS idolFire Center*/body	{	background-color: #EDDEC2;	background-image:url(../images/cdfback.jpg);	background-position:bottom right;	background-attachment:fixed;	background-repeat:no-repeat;	color: black;	font-family: arial, helvetica;	text-decoration: none;	font-size:94%;	}body.oes	{	background-color: #EDDEC2;	color: black;	font-family: arial, helvetica;	text-decoration: none;	font-size:95%;	}#navlefttop	{	position: absolute;	top:20px;	left:10px;	width:200px;	}	#navleft 	{	position: absolute;	top:180px;	left:10px;	width:200px;	font-size:96%;	}#content 	{	margin-left: 215px;	margin-right:0px;	}	#left 	{	position: absolute;	left:10px;	width:300px;	}#right 	{	margin-left: 315px;	margin-right:10px;	}.little	{	font-size: 80%;	}a	{	text-decoration:none;	color:#3333FF;	}a:visited	{	text-decoration:none;	color:#990000;	}a:hover	{	color:#000099;	}a:visited:hover	{	color:#660000;	}ul	{	font-family: arial, helvetica;	font-size:87%;	}.bolditalic	{	font-weight: bold;	font-style: italic;	font-size: 100%;	}	.bold	{	font-weight: bold;	font-size: 100%;	}.italic	{	font-style: italic;	font-size: 100%;	}