/* CSS Document */ body {font-family: verdana;	background: url("../images/bg.gif") fixed repeat right top;	overflow:scroll;} #content a { color: #000099;	text-decoration: underline; }/* #content a:hover { color: #666699;	text-decoration: underline; } */ #container { 	width: 600px;	margin: 0px auto 20px auto; }   #headIMG {	filter: alpha(opacity=90);	-moz-opacity: 0.9;	opacity: 0.9;} .heading_about, .heading_contacts, .heading_music, .heading_personal, .heading_portfolio, .heading_flavour, .subheading {    width: 100%;	background: white;	//padding: 10px 0px 2px 2px;	float: right;	font-weight: bold;	font-size: 14px;} .heading_about {color: #993333;} /* .heading_personal {color: #66AA33;} */ .heading_contacts {color: #996666;} .heading_music {color: #FF6633;} .heading_portfolio {color: #009999;} .heading_flavour {color: #66AA33;} .subheading, h3 {	line-height: 12px;	line-spacing: 10px; 	font-size: 12px; 	color: #333333; 	width: 35%; 	float: left; 	margin: 0px auto 5px 0px;} ul {  list-style-position: inside;  margin-left: 0px;  padding-left: 0px; } #nav { 	border-bottom: 1px solid black;} #ch {	float: right;	text-align: right;	width: 100%;	background: #000000;	padding: 4px 0px 4px 0px;	background-image: url("../images/home_bar_bg.png"); 	background-repeat:repeat-x;	visiblity:hidden;} #c1, #c2, #c3, #c4, #c5 {	width: 110px; 	background-color: transparent;	text-align: center;	float:left;	padding: 5px 5px 5px 5px;	border-top: 1px solid black;	border-bottom: 1px solid black; } #ch a:hover { 	background: #000000; 	filter: alpha(opacity=70);	-moz-opacity: 0.7;	opacity: 0.7;} #c1:hover { 	background: #993333; 	filter:alpha(opacity=65);	-moz-opacity:0.65;	opacity: 0.65;} #c2:hover { 	background: #009999; 	filter: alpha(opacity=65);	-moz-opacity: 0.65;	opacity: 0.65;} #c3:hover { 	background: #99CC66; 	filter: alpha(opacity=65);	-moz-opacity: 0.65;	opacity: 0.65;} #c4:hover { 	background: #FF6633; 	filter: alpha(opacity=65);	-moz-opacity: 0.65;	opacity: 0.65;} #c5:hover { 	background: #996666; 	filter: alpha(opacity=65);	-moz-opacity: 0.65;	opacity: 0.65;} .menuItem {	color: black;	font-size: 8pt; 	font-weight: bold;	text-decoration: none;	display: block;} #ch .menuItem {color: white; font-weight: 300;}	 #content {	font-size: 9pt;	padding: 10px 10px 10px 10px;	font-family: Verdana, Arial; 	text-align: justify;	border-left: 2px solid silver;	border-right: 2px solid silver;	background: #FFFFFF; 	filter: alpha(opacity=80);	-moz-opacity: 0.8;	opacity: 0.8; } .note {	background-image: url("../images/asterisk.gif");	background-repeat: no-repeat;	background-position: right;	background-position-y: 2px;	padding: 0 11px 0 0; } .copy { 	border-top: 1px dotted black;	height: 100%; 	padding: 5px 0px 5px 0px;	float: right; 	width: 600px;} .copy a {	float: right;  	color: black;	text-decoration: none;	font-weight: bold;	font-size: 9px; }