	/* CSS for chicago.lindyblues.com 	created by Ruby */		body{		margin: 0;		padding: 0;		background: #FFFFFF;		font-family: Verdana, Arial, Helvetica, sans-serif;}		/* Layout */	#wrapper {		width: 683px;		margin: 0 auto;		background: #FFFFFF;		border: 1px solid #000000;}			/* Header styles */			#header {		width: 683px;		margin: 10px;		/*height: 233px;*/}					#header img {		border-style: none;}							/* Content */		#content {		display: inline;		float: left;		width: 90%;		padding: 5px 10px 15px 25px;		top: 5px;}		#content p, #sidenav p, #content ul li {		color: #000000;		font-size: 12px;		line-height: 17px;}			#content a {		color: #546893}		#content a:hover {		color: #254793}			h1 {	color: #000000;	font-size: 22px;	border: 1px dotted #333333;	padding: 2px;}			h2 {	color: #000000;	font-size: 18px;	background: #CCCCCC;	border: 1px dotted #333333;	padding: 2px;}		em {	font-size: 11px;}			.time {	font-weight: bold;	color: #000033;}		.artist {	color: #000066;}		.stage {	color: #333333;	font-weight: bold;}	.span title {	border-bottom: 1px dotted #FFCC66;	text-decoration: blink;}					/* Footer */			#breadcrumb {		display: inline;		float: left;		clear: both;		font-size: 70%;		color: #CDC9C8;		vertical-align: bottom;		margin-bottom: 3px;		margin-left: 3px;}				#breadcrumb a {		color: #546893;}				#breadcrumb a:hover {		color: #254793}						#footer {		background: #546893;		text-align: center;		border-top: 1px dotted #CCCCFF;		border-bottom: 1px solid #000;		padding-top: 3px;		padding-bottom: 5px;		margin: 0 auto;		font: lighter 80%/100% Verdana, Arial, Helvetica, sans-serif;		clear: both; /*effectively pushes footer below the content and sidebar divs */		}			img {		border: 1px solid #000000;}	.left {		float: left;		padding 2px 6px 2px 0px;}			.right {		float: right;		padding: 2px 0px 2px 6px;}
