/* CSS Document *//* Index .html */ body{	background-color:#FFFFFF;	font-family: Georgia, "Times New Roman", Times, serif;	font-size:18px;	text-align:center;}/* NAVIGATIONFRAME */#container	{		text-align:left;		margin:0 auto;		position:relative;		width: 1000px;		min-height: 617px;	}#header{	height: 100px;	background-image:url(fck_files/image/web/Vivace_background_alpha_grey_vivace.jpg);	}#navigation{	float:left;	height: 500px;	width:190px;	margin-right:10px;	margin-top:30px;	/*dashed dotted	border-right: 1px solid grey;*/	text-indent:20px;	}#content{	float:left;	margin-top:30px;	width: 770px; 	min-height: 500px;	overflow:auto;	font-size:16px;	border-left:1px solid grey;}	#contentcontainer{	width:98%;	margin-left:1%;	height:100%;	float:left;}#footer{	float:left;	margin-top:20px;	width:1000px;	height: 20px;	border-top:1px dashed grey;	font-size:14px;}a {	text-decoration:none;	color:black;	border-bottom:1px solid red;}a.img {	text-decoration:none;	color:black;	border:0px;}img{	scale:0.1;}h1 {	font-weight:normal;}h2{font-weight:normal;}h3 {font-weight:normal;}ul {	list-style-type:none;	margin:0px 0px 0px 0px;	padding:0px 0px 0px 0px;		border-top:1px dashed grey;}li {	border-bottom:1px dashed grey;	padding:2px 0px 3px 0px;}ul.inner {	list-style-type:none;	margin:0px 0px 0px 0px;	padding:0px 0px 2px 20px;	border-top:1px dashed grey;}li.inner {	border-top:0px dashed grey;	border-bottom:0px dashed grey;	padding:2px 0px 2px 0px;}
