/* generic---------------------------------------------------*/body {	background-color: black;	color: white;
	font-family: Georgia, Helvetica;	}p	{	text-indent: 1cm	}h1	{	text-align: center;	}#content a:link {	color: #c63;	font-weight: bold;	}#content a:visited {	font-weight: bold;	color: #c99;	}#content a:hover {	color: #fc9;	}	img {	border: 0px;	}#content {	position: absolute;top:85px;left:201px;	max-width: 600px;	text-align: justify;	width:expression(document.body.clientWidth > 600? "600px": "auto" );	margin-right: 30px;	}#banner {	position: absolute;top:0;left:0;	}/* navigation---------------------------------------------------*/#navigation {	position: absolute;top:100px;left:15px;	width: 171px;	}#navigation ul {	margin: 0; /*removes indent IE and Opera*/	padding: 0; /*removes indent Mozilla and NN7*/	list-style-type: none; /*turns off display of bullet*/	font-size: 1em;	}#navigation a, #uberlink {	display: block;	text-align: center;	padding: 12px 2px 2px 2px;	border: 0px;	background-color: #000;	height: 25px;	text-decoration: none;	color: #fff;	font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;	font-size: 16px;	font-weight: bold;	background-repeat: no-repeat;	background-position: 0% 0%;	color: #fff;	}#navigation a {	background-image:  url(inactive.jpg);	}#navigation a:hover, #navigation a:active {	background-image:  url(active.jpg);	}#uberlink {	background-image:  url(active.jpg);	}