﻿  
		html { font-size: 13px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; }
		#heading {
			display: block;
			text-align: center;
			margin-bottom: 1em;
		}
		#heading * {
	color:#660000;
	cursor:pointer;
	display:inline;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	vertical-align:middle;
		}
		#heading li.active {
			/*background-color: #66ccff;*/
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
			-moz-border-radius-bottomleft:3px;
			background-color:#660000;
	        color:#FFFFFF;
		}
		
		#wrapper { border: 1px dotted gray; margin: 1em; padding: 1em; }
		
		#panes {
			text-align: justify;
			border-style: none;
			/*width: 245px;*/
			margin: 0 1em 0 1em;
		}
		
		#panes p {
			clear:both;
			color:#000000;
			line-height:1.2em;
			margin-top:1em;
			margin-bottom:1em;
			width:600px;
		}
		.pane{
	height: 420px;
		}
		#panes div div {
	overflow: hidden;
}
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }
