/** BASIC */body {	margin: 0;	font-family: Helvetica, sans-serif;	color: #003366;	font-size: 12px;	background-color:#CCCCFF;	background: url(images/background_25.gif) left top;	background-attachment: fixed;	}/* set paragraph distance*/p {	margin-top: 5px;	margin-bottom: 10px;	}/** set link colour */a {	color: #6699FF;}/* KALAGOO ADDED: CONTAINER AROUND WHOLE SITE*//* This allows for easier positioning*/#container{width:700px;margin-left:auto;margin-right:auto;}/** HEADER */#masthead {	width: 700px;	height: 125px;	background: url(images/banner4.gif) no-repeat;	margin: 0px auto 0px auto;		}/* hide BLUE HARLEM */#masthead h1 {	display:none;	}/** contact links and phone numbers in header */.header-text {	color: #CCCCFF;	font: Helvetica, sans-serif;	float: right;	line-height: 25px;	margin: 18px 20px;		}/** MENU */#menu {	width: 100%; /*constrained by the container*/	margin-top: 0px;	margin-bottom:10px;	padding-top:5px;	padding-bottom:2px;	}#menu li {	display: inline;}#menu a {/*	padding: 0px 20px;*/	font-weight: bold;	color: #003366;	padding:2px 20px;	margin-right:00px;}#menu a:hover {	color: #CCCCFF;	background: #003366;}/* sidebar */#sidebar {width: 200px;	color: #660000;	font: Helvetica, sans-serif;	float: right;	margin: 12px 00px;	padding: 0px 0px 0px 10px;		}	/** highlight 'blue harlem'  */	.highlight {	font-weight: bold;	}		.red-headline {	color: red;	font-weight: bold;	}				.italic {	font-style: italic;	font-weight: bold;	}				.quote {	font-style: italic;	color: #663333; 	}.months {	font-weight: bold;	color: #660000; 	}		.cd-launch {	color: red;	font-weight: bold;	text-decoration: blink;	}	/* KALAGOO ADDED: CONTENT DIV AROUND MAIN CONTENT*//* This allows for universal styles and keeps everything in place*/#content{	width:100%;/*constrained by container*/	margin: 20px 0px 0px 0px;	font-size:14px;	clear:both;	line-height: 170%;}	#content a {		color: blue;}	#main-text{	padding: 10px;}	.imagefloatleft {	float: left;	margin: 20px 20px 35px 0;}	.imagefloatright {	float: right;	margin: 20px 0px 35px 20px;}#alpics{	background-color: silver;	padding: 15px;	display: inline;	margin: 12px;	}								/* table */table	{	 font: normal;	 font-size: 11px;	}th, td {	border:1px solid #9999CC;	}	th {	text-align:left;	color: #003366;	background-color: #99CCFF;	}	td {	background-color: #CCCCFF;	}td, th {	padding: 2px 10px;	line-height: 100%;	}			/* table link color*/		td a {	color: blue;}			/* picture box */	#picturebox {	border: 2px solid #66CCFF;	border-top-color: #FFFFFF;	border-bottom-color: #333366;	border-left-color: #9999CC;	border-right-color: #333366;	width: 100px;	height: 120px;	background-color: #666699;	float: left;	margin: 15px;	display: inline;	}		#picturebox img{margin: 8px;}/* Album Cover Position */#album-container {border: 2px solid #66CCFF;	border-top-color: #FFFFFF;	border-bottom-color: #333366;	border-left-color: #9999CC;	border-right-color: #333366;	width: 300px;	height: 130px;	clear: both;	margin: 10px;	float: left;}#right-album-container {border: 2px solid #66CCFF;	border-top-color: #FFFFFF;	border-bottom-color: #333366;	border-left-color: #9999CC;	border-right-color: #333366;	width: 300px;	height: 130px;	clear: none;	margin: 10px;	float: right;}#album-container img{margin: 8px;}#right-album-container img{margin: 8px;}.album-cover {float: left;}/** FOOTER */#footer {	width: 100%;	height: 120px;	background: url(images/footer3.gif) no-repeat left top;	color: #CCCCFF;	padding: 85px 0 0 0;	margin-top:10px;	clear: both;}#footer-right {	float: right;	padding: 0px 20px;	}#footer-left {	float: left;	padding: 0px 20px;	}	