div#crumbs ul li
{
	list-style: none;
	float: left;
}

.lefty
{
	float:left;
}

.righty
{
	float:right;
}

.clearer
{
	clear: both;
	margin: 0;
	padding: 0;
}

.bold
{
	font-weight:bold;
}

.success
{
	color:#009900;
}

.error
{
	color:#ff0000;
}

.nosho
{
	display: none;
}

.shob
{
	display: block;
}

.cent
{
	text-align: center;
}