@import url('reset.html');
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
.wrapper{
	float:left;
	width:971px;
	padding:0px 0px;
	position:relative;
}

.examples{
	float:right;
	font-size:12px;
	color:#555;
	margin: 0px;
}
.examples a{
	color:#5fbcaa;
}
.examples a.selected, .examples a:hover{
	color:#555;
}
/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
