
html, body {
	width: 100%;
	height: 100%;
}


body {
	background-color: #fff;
	color: #868686;
	font-family: Ubuntu;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 14px;
	
	text-align: left;
	
	background-color: #ffffff;
	}

a:link { 
	color: #868686;
	text-decoration: none;
	/*border: ;*/
}
a:visited { 
	color: #868686;
	text-decoration: none;
	/*border: ;*/
}
a:hover { 
	color: #cc1b1b;
	text-decoration: underline;
	/*border: ;*/
}
a:active { 
	color: #cc1b1b;
	text-decoration: underline;
	/*border: ;*/
}

a img { border: none; }


.mess {
	position: absolute !important;
}



#allContainer {
	position: relative;
	margin: 0;
	padding: 0;
	/*overflow: auto;*/
}

#contentContainer {
	position: relative;
}

#contentContainer h1 {
	padding: 0;
	margin: 0;
	z-index: 50000;
	color: #868686;
	font-family: Ubuntu;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 1em;
	position: absolute !important;
}
	h1 a {
		color: #868686 !important;
		text-decoration: none;
	}




.menuItem {
	z-index: 45000;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: ;
	line-height: 14px;
	position: absolute !important;
}
	.menuItem a:link, .menuItem a:visited { 
		color: #868686;
		text-decoration: none;
	}
	.menuItem a:hover, .menuItem a:active { 
		color: #cc1b1b;
		text-decoration: none;
	}
	.menuItemSelected>a { 
		color: #cc1b1b !important;
		text-decoration: none !important;
	}
	
	.menuItem ul {
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		left: 0;
		top: 0;		
	}
		.menuItem li {
			margin: 0;
			padding: 0;
			font-family: Ubuntu;
			font-size: 12px;
			font-weight: normal;
			font-style: normal;
			font-variant: ;
			line-height: 16px;
		}
			.menuItem li a:link, .menuItem li a:visited { 
				color: #868686;
				text-decoration: none;
			}
			.menuItem li a:hover, .menuItem li a:active { 
				color: #cc1b1b;
				text-decoration: none;
			}
			.menuItem li.selected>a { 
				color: #cc1b1b !important;
				text-decoration: none !important;
			}


			

	
	


#pageEntries {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
	#pageEntries .xEntry {
		position: relative;
		max-width: 400px;
		min-width: 150px;
		clear: both;
		list-style:none;
		margin-bottom: ;
		
		padding: 0;
	}
	

	#pageEntries .xEntry .xGalleryContainer {
		position: relative;
		clear: both;
		padding: 0;
		margin-bottom: 0;
	}
	#pageEntries .xEntry .xGalleryType-slideshow {}
	#pageEntries .xEntry .xGalleryType-row {}
				
		#pageEntries .xEntry .xGalleryContainer .xGallery { 
			position: relative; 
			display: block;
		}
		#pageEntries .xEntry .xGalleryType-slideshow .xGallery {
			margin-bottom: 0;
		}
		
			#pageEntries .xEntry .xGalleryType-row .xGalleryItem {
				position: absolute;
			}
					
		#pageEntries .xEntry .xGalleryContainer ul.xGalleryNav {
			display: block;
			position: relative;
			clear: both;
			margin: 0 0 2px;
			padding: 0;
			list-style: none;
			height: 18px;
		}
			#pageEntries .xEntry .xGalleryContainer ul.xGalleryNav li {
				display: block;
				float: left;
				list-style: none;
				line-height: 96%;
				margin: 0;
			}
				#pageEntries .xEntry .xGalleryContainer ul.xGalleryNav .xGalleryImageCaption { display: none; }
				#pageEntries .xEntry .xGalleryContainer ul.xGalleryNav a {
					display: block;
					float: left;
					padding: 1px 5px 1px;
					color: #868686;
					text-decoration: none;
					outline: none;
				}
			#pageEntries .xGalleryContainer ul.xGalleryNav li a:hover {
				color: #cc1b1b;
				text-decoration: none;
			}
			#pageEntries .xGalleryContainer ul.xGalleryNav li.selected a {
				color: #cc1b1b;
				text-decoration: none;
			}
			
			
			
			
			
			
			
			
			
			
	#pageEntries .xEntry .entryText {
		position: relative;
		clear: both;
		margin: 0 0 6px;
	}
		#pageEntries .xEntry .entryText p {
			margin: 0 0 6px;
		}
		#pageEntries .xEntry .entryText ul {
			margin: 0 0 6px;
			padding: 0 0 0 15px;
		}
			#pageEntries .xEntry .entryText ul li {
				list-style-type: circle;
				margin: 0 0 3px 0;
				padding: 0;
			}
		#pageEntries .xEntry .entryText ol {
			margin: 0 0 6px;
			padding: 0 0 0 15px;
		}
			#pageEntries .xEntry .entryText ol li {
				margin: 0 0 3px 0;
				padding: 0;
				list-style-type: decimal;
			}


	#pageEntries li.xEntry .entryTags {
		position: relative;
		clear: both;
	}
				
				

	#additionalText {
		z-index: 49000;
		min-width: 140px;
	}
		#additionalText p { margin: 0; padding: 0; }

					
	.floating-banner {
		position: absolute;
		z-index: 3000;
	}

				
				
#bottom {
	position: fixed;
	bottom: 20px;
	font-size: 10px;
	right: 20px;
	z-index: 10000000;
	
}	
	#bottom p {
		float: left;
		margin-right: 10px;
		margin-bottom: 0;
	}
		
::-moz-selection {
   background:#000000;
   color:#ffffff;
}
    
::selection{
   background:#000000;
   color:#ffffff;
}





