* {	font-size: 100%;	margin: 0;	padding: 0;}body {	font-family: sans-serif;	font-size: 79%;	background: #fff;	color: #000;}p {	margin-bottom: 1.33em;}img {	border: 0;}

#toolbar {
	background:url(./i/toolbar-bg.png) #b6c0cf repeat-x;
	border-bottom:1px solid #A5A5A5;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-size:89%;
	z-index:10;
}

#toolbar ul {
	list-style-type:none;
}

#toolbar, #toolbar a{
	color:#424242;

}

#toolbar li {
	float:left;
	padding:0.5em 10px;
	border-right:1px solid #A5A5A5;
}

#toolbar li.selected {
	background:url(./i/toolbar-selected-bg.png) 0% 100% repeat-x;
}

#toolbar li.selected, #toolbar li.selected a{
	color:#fff;
}

.clear{
	clear:both;
	font-size:0;
	overflow:hidden;
}
