/*========== GENERIC STUFF*/* {	font-family:verdana,sans-serif; font-size:12px; color:#fff; border:0px solid;}body {	background-color:#000000;	background-image:url(images/wave.gif); background-repeat:repeat-y;	margin:0px; padding:0px;	margin-bottom:20px; padding-bottom:20px;}a {	font-weight:bold; color:#ff6;	border:0px solid;	text-decoration:none;}a:visited {	color:#ff6;}a:hover {	color:#c6c;}p {	margin-left:20px;	text-indent:6px;}	p span {		font-weight:bold; font-style:italic;	}img {	font-size:11px; font-weight:normal; color:#ff6;	border:0px solid;}/*========== HEADER*/#header {	height:72px;	background-color:#fff;	background-image:url(images/purple-line.gif); background-repeat:repeat-x; background-position:bottom;}#tab {	position:absolute; left:500px; top:33px;	width:183px; height:39px;	background-image:url(images/tab.gif); background-repeat:no-repeat; background-position:bottom;	text-align:center;}#tab div {	font-size:14px; font-weight:bold; color:#ff6;	margin-top:10px;}#logo {	position:absolute; left:200px; top:8px;	width:180px; height:55px;}/*========== NAV*/#nav {	width:117px;	background-image:url(images/bkg-nav.gif); background-repeat:no-repeat;	padding-top:72px;	margin-right:-3px; /*for IE 6.0.28 Windows*/	float:left;}	#nav div {		width:117px; height:21px;		background-repeat:no-repeat; background-position:top right;		margin-left:10px; margin-top:30px;	}	#nav img {		width:117px; height:21px;	}/*========== MAIN*/#main {	margin-top:14px; margin-left:147px; 	width:575px;	border:1px solid #ff00ff;	padding:30px 10px 20px 10px;}.sechead {	font-size:16px; font-weight:bold; color:#ff6; letter-spacing:3px;	background-image:url(images/bkg-sechead.gif); background-repeat:no-repeat;	padding-top:12px; padding-left:35px;}#spacer {	width:100%; height:50px;}/*========== ARTISTS PAGE (artists.html)*//*this creates the thumbnail table*/#thumbs {	width:100%;}	#thumbs td {		padding:12px;		text-align:center; vertical-align:top;	}	#thumbs img {		width:48px; height:48px;		margin-bottom:5px;	}	#thumbs a {		font-family:arial,sans-serif; font-size:11px;	}/*========== INDEX PAGE (index.html)*//*this creates the positioning unique to the index page*/#splashleft {	position:absolute; left:180px; top:80px;	width:300px;	text-align:right;	float:left;}#divider {	position:absolute; left:505px; top:72px;	width:5px; height:364px;}#splashright {	position:absolute; left:525px; top:120px;	text-align:left;	float:right;}/*========== INDIVIDUAL ARTIST PAGE*//*this creates the layout for each artist's page - specifically the thumbnails and swappable large view*/#displaybox {	height:300px;	margin-top:20px;	margin-bottom:20px;}	#pic {		width:300px; height:300px;		float:right;	}	#control {		text-align:left;		padding-top:30px; margin-left:40px; margin-bottom:20px;	}		#control div {			height:48px;			margin-bottom:20px;		}		#control img {			width:48px; height:48px;			margin-right:10px;			float:left;		}