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


body {
	background-color: #fff;
	color: #2e2d2d;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	
	text-align: left;
	
	background-color: #ffffff;
					background-repeat: no-repeat;
		background-position: center right;
		background-attachment: fixed;
	}

a:link { 
	color: #fa0297;
	text-decoration: underline;
	/*border: ;*/
}
a:visited { 
	color: #fa027e;
	text-decoration: none;
	/*border: ;*/
}
a:hover { 
	color: #f705a7;
	text-decoration: underline;
	/*border: ;*/
}
a:active { 
	color: #fa057f;
	text-decoration: underline;
	/*border: ;*/
}

a img { border: none; }


.mess {
	position: absolute !important;
}



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

#contentContainer {
	position: relative;
}

h1 {
	padding: 0;
	margin: 0;
	z-index: 50000;
	
	color: ;
	font-family: ;
	font-size: ;
	font-weight: ;
	font-style: ;
	font-variant: ;
	line-height: ;
}
	h1 a {
		color:  !important;
		text-decoration: none;
	}




.menuItem {
	z-index: 45000;
	font-family: ;
	font-size: ;
	font-weight: ;
	font-style: ;
	font-variant: ;
	line-height: ;
}
	.menuItem a:link, .menuItem a:visited { 
		color: #4e5251;
		text-decoration: none;
	}
	.menuItem a:hover, .menuItem a:active { 
		color: #fa058c;
		text-decoration: underline;
	}
	.menuItemSelected>a { 
		color: #fa0785 !important;
		text-decoration: underline !important;
	}
	
	.menuItem ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.menuItem li {
			margin: 0;
			padding: 0;
			font-family: ;
			font-size: ;
			font-weight: ;
			font-style: ;
			font-variant: ;
			line-height: ;
		}
			.menuItem li a:link, .menuItem li a:visited { 
				color: ;
				text-decoration: ;
			}
			.menuItem li a:hover, .menuItem li a:active { 
				color: ;
				text-decoration: ;
			}
			.menuItem li.selected>a { 
				color:  !important;
				text-decoration:  !important;
			}


			

	
	


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

	#pageEntries .xEntry .xGalleryContainer {
		position: relative;
		clear: both;
		padding: 0;
		margin-bottom: 1em;
	}
	#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 2px 1px;
					width: 10px;
					color: #4e5251;
					text-decoration: none;
					outline: none;
				}
			#pageEntries .xGalleryContainer ul.xGalleryNav li a:hover {
				color: #fa058c;
				text-decoration: underline;
			}
			#pageEntries .xGalleryContainer ul.xGalleryNav li.selected a {
				color: #fa0785;
				text-decoration: underline;
			}
			
			
			
			
			
			
			
			
			
			
	#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; }

					
				
				
#bottom {
	position: fixed;
	bottom: 20px;
	font-size: 10px;
	right: 20px;
	z-index: 10000000;
	
}	
	#bottom p {
		float: left;
		margin-right: 10px;
		margin-bottom: 0;
	}
		

	




