/* CSS Document */body	{	background-color: black;	background-image: url(images/loneff.jpg);	background-position: bottom right;	background-repeat: no-repeat;	background-attachment: fixed;	font-family:Arial, Helvetica, sans-serif;	}	#main	{	margin-left: 195px;	font-size:100%;	color:#FFFFCC;	}	#nav	{	float:left;	margin-left: 10px;	width: 175px;	font-size:93%;	color:#FFFFCC;	}.bold	{	font-weight:bold;	}a	{	text-decoration:none;	color:#6699FF	}a:visited	{	text-decoration:none;	color:#CC3333;	}a:hover	{	color:#6666FF;	}a:visited:hover	{	color:#CC0000;	}