 
	  body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
}
	  
		html { font-size: 13px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; }
		#heading {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	color: #FFF;
		}
		#heading * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		#heading li.active {
			background-color:#F60;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		#wrapper {
	padding: 1em;
	width:470px;
	float: left;
}
		
		#panes {
	text-align: justify;
	border-style: none;
	margin: 0 1em 0 1em;
	width: 450px;
		}
		
		#panes p {
	width: 400px;
	margin: 0 auto 1em auto;
	line-height: 1.2em;
		}
		
		#panes div div {
	overflow: hidden;
	width: 460px;
	color:#FFF;
}
		
	
	
		

