/* CSS Document *//* ------- WRAPPERS ------- */#outerWrapper {	margin:0 auto;	width:650px;	text-align: left;	padding-top: 40px;}#innerWrapper {	position: relative;	margin-left: auto;	margin-right: auto;	top: 1px;	width: 645px;	height: 378px;	padding-right: 0px;	padding-left: 2px;	border: 1px solid #CCCCCC;	background-image: url(images/bg1.jpg);	background-position: right bottom;	background-repeat: no-repeat;	z-index:1;}#lefttext {	position:relative;	overflow: auto;	width:536px;	height:368px;	z-index:3;	visibility: visible;	line-height: 15px;	padding: 5px;}#rightimg { position:absolute; width:99px; height:377px; z-index:2; left: 548px; top: 1px; background-image: url(images/side/rotator.php); }/* ------- MENU ------- */#MENUB {	position: relative;	top: 0px;	left: 0;	width: 648px;	height: 22px;	background-color: #FFFFFF;	border-left-width: 1px;	border-left-style: solid;	border-left-color: #CCCCCC;	background-image: url(images/top.gif);}#menub2 a { position: absolute; height: 22px; width: 100px; text-decoration: none;  background-color: #FFFFFF; }#menub2 a i { visibility: hidden; }a#home { right: 400px; background-image: url(images/home.png);}a#audio { right: 300px; background-image: url(images/audio.png) }a#design { right: 200px; background-image: url(images/design.png) }a#portfolio { right: 100px; background-image: url(images/portfolio.png)}a#contact { right: 0px; background-image: url(images/contact.png)} a#home:hover { background-color: #0099FF; }a#audio:hover { background-color: #0099FF; }a#design:hover { background-color: #0099FF; }a#portfolio:hover { background-color: #0099FF; }a#contact:hover { background-color: #0099FF; }a#home:hover,a#audio:hover, a#design:hover, a#portfolio:hover,  a#contact:hover, /* TEXT AREA SCROLLER */body {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 15px;}#playlist tbody tr td { background-color: #eee; }#playlist tbody tr.odd  td { background-color: #fff; }
