html,body{

	margin:				0; 
	padding:			0;
		font-family:"Times New Roman",Times   ;
} /* for the background will stretch in Firefox */

html {
	background-color: 	#B2D1FF; /*for explorer low version*/
	background: 		-moz-linear-gradient(-45deg, #efefef, #98bef7);/*firefox gradient background*/
	background: 		-webkit-gradient(linear, left top, right bottom, from(#efefef), to(#98bef7));/*chrom gradient background*/
	
	background-attachment: fixed;
	/*filter: 			progid:DXImageTransform.Microsoft.gradient(startColorstr=#efefef, endColorstr=#98bef7);
	-ms-filter: 		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#efefef, endColorstr=#98bef7)";/*IE gradient?*/
	

	
}

	
	H1,H1 a {
	font-family:Georgia,serif,"Times New Roman",Times   ;
	color:#191968;
	text-decoration: none;
	}

	
#mainData {
	width: 				960px; /*The standart width of a website */
 	border:  			white outset;
	margin-left:		auto;
	margin-right:		auto;
}

#left_footer {
	width: 				960px; /*The standart width of a website */
 	border:  			white outset;
	margin-left:		auto;
	margin-right:		auto;
}
	
#address{
	background-color:	#e6e6e6;
	color:				black; 
	border-top:			0.1em solid black; 
	border-bottom:		0.2em double black; 
	text-align:			left; 
	margin-top:			2.7em;
	clear:				both;
}

#contentDiv{
	margin: 			5px;
	padding: 			5px;
	background-color: 	#efefef;/*e6e6e6;/*#E2F4FF;*/ /*If changed here - change also in #gallery ul img */
	text-align: 		left;
	
	border:				blue solid thin;
	-webkit-border-radius: 	0.5em; 
    -moz-border-radius: 	0.5em;
    border-radius: 			0.5em;
}

/*For biography */
#showHide:visited{
	color:				blue;
}

/*For news */
#contentDiv ul {
	list-style:			none;
	margin:				0em; 
	padding:			0; /* for cross browse compatability */
}

#contentDiv>ul>li {
	padding-bottom: 	0.5em;	
	border-bottom: 		grey solid thin;
	margin-bottom: 		0.5em;
}


#news .date {
	color:				blue;
}


#gallery {
	padding: 			0.5em;
}

#gallery a{
	text-decoration: none;
}
/*For photos */
#gallery  img {
	max-height:			140px;
	max-width:			210px;
	padding:				3px;
	background-color:	#fff;
	border: 			grey solid thin;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
	filter: alpha(opacity=95);
	opacity: 0.95;
	
}
	
#gallery div.float {
	display:				inline;
	float:				left;
	width:				270px;
	height:				250px;
	margin:				5px;
	text-align:			center;
	
}
	
	
.spacer {
	clear: 				both;
}
	
#gallery a:hover img {
	border-color:		blue;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=0)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);*/
	filter: alpha(opacity=100);
	opacity:			1;
}
#gallery a:hover { 
	color: 				#fff;
	
}

#songs {
	width:100%;
}
#songs li{
	
	/*background-image: url('Images/OpenBook2.jpg');*/
	padding:			1.5em;
	padding-left:		2em;
	
}

.video {
	display:				inline; 
	padding-right:		1em;
	float:				left;
	width:				450px;
	height:				344px;
}

.words,.poem	{ 
	overflow:			auto;
	display:			block; 
	background-color:	#f8f8f8;
	border: 			#98bef7 double;
	width:				350px;
	/*max-height:				338px;*/
	padding-left:3px;
	z-index: 3;
}

.poem	{
	margin-right:20px;
	margin-left:0px;
}

.poem p {
	margin-left:10px;
}

.poem H5 {
 padding-top:5px;
}

.words {
	
	height:				338px; 
}

ul .poem {
	max-height:			500px;
}

H3 {
	margin:0px; padding: 0px;
	color:				blue;
}
.words H5, .poem H5 {
padding:0px;
	margin:		0;
	margin-top:5px;
	text-align:center;
	text-decoration: none;
	color:				blue;
	padding-top:3px;
}

.poem em {
	
	float:right;
	margin-right:10px;
}

#uPoemsLeft {
	float:left; width:50%;
}

#uPoemsRight {
	float:right; width:50%;
}

#uPoemsLeft ul, #uPoemsRight ul,.poem {
	margin-left:1.5em;	
}

ul li img {
	float:left;
	display:block;
	height:144px; 
	width: 100px;
	border: 1px #abadab solid;
	margin-right:5px;
}

#books li img {
	height:174px; /*On change: change #books li*/
	width: 110px;
	margin:0 0.5em 0 0.5em;
	}

ul .desc{
	height:83px;
	
	}
	
	#books .desc{
	height:107px;

	}


