/*
 *	Others
 */


/*	Layer classes	*/

.layerContainer
{
	
	display: block;
	
	width: 100%;
	
}

.layerLeftContainer
{
	
	border-left: 0px;
	float: left;
	
}

.layerRightContainer
{
	
	float: right;
	
}

.layerAboveContent
{
	
	width: 800px;
	
	text-align: right;
			
	position: absolute;
	
	z-index: 10;
	
	top: 415px;
		
}


/*	Lists	*/

.unorderedList
{
	
	list-style-type: disc;
	
	list-style-position: outside;
	
}
