*{
	font-family: Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	color: #333;
	padding: 0;
}
ul{
	list-style-type: none;
}
li{
	xborder: 1px solid red;
}
#navigation{
	float: left;
	xborder: 1px solid red;
	width: 680px;
}
#navigation li{
	xwidth: 100px;
}
.firstNav{
	margin-bottom: 10px;
}
.spacing10{
	clear: both;
	height: 10px;
	display: block;
}
.spacing20{
	clear: both;
	height: 20px;
	display: block;
}
.spacing0{
	clear: both;
	height: 0px;
	display: block;
}
h1.collection{
	float: left;
}
h1.leaf{
	display: block;
	font-weight: normal;
}
.h0{
	width: 100px;
}
.h0 a {

	color: red;
}
.level0{
	xbackground: blue;
	margin-left: 2px;
	float: left;
	width: 300px;
}

.level1{
	margin-left:300px;
	width: 320px;
}

.level2{
	xbackground: red;
}
.level{
	display: none;
}
#collectionToggle{
	cursor: pointer;
}
a{
	cursor: pointer;
}
a:hover{	
	color: red;
}
#wrap{
	width: 976px;
	margin: 0 auto;
}
	#flikar{
		overflow: hidden;
		margin-bottom: 20px;
		height: 405px;
		margin-left: 0px;	
		width: 980px;
		cursor: pointer;
	}
	#flikar li{
		border-bottom: 5px solid #fff;
	}
	#flikar li.ovr{
		border-bottom: 5px solid red;
	}
	#flikar li.marked{
		border-bottom: 5px solid #333;
	}
	li.imgs{
		background: #000;
		display: block;
		float: left;
		height: 400px;
		width: 30px;
		xmargin-right: 1px;	}
	.imgs{
		overflow: hidden;
	}
	li #holder img{
		xborder:  1px solid #ccc;
	
	}
	#leftContent{
		width: 200px;
		float: left;
	}
	/****/
	#header{
		margin-top: 20px;
		width: 972px;
	}
	#header li{
		display: block;
		float: left;
	}
	#header #site_title{
		width: 200px;
	}
	#header #collectionDescription{
	}
	#header #collectionDescription h2{
		color: red;
	}
	#header #imageDescription{
		float: right;
		text-align: right;
		width: 366px;
	}
	/* TYPO */
	
	#header h1{
		font-size: 16px;
		color: red;
		margin-bottom: 10px;
	}
	#header h2{
		font-size: 10px;
	}
	#header h2.small{
		font-size: 9px;
		color: red;
		margin-top: 3px;
	}
	#header #site_title h1{
		font-size: 16px;
		color: #333;
		margin-bottom: 10px;
	}
	#header #site_title  h2{
		font-size: 10px;
	}
	#leftContent{
		font-size: 9px;
	}
	#rightContent{
		bottom: 0px;
		position: fixed;
	}