/* CSS Document */


html{
	background-color: #000000;
	height: inherit;
}
body{
	width: 719px;
	margin: 0px auto;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #000; 
	scrollbar-highlight-color: #000; 
	scrollbar-3dlight-color: #000; 
	scrollbar-darkshadow-color: #000; 
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #000;
position: relative;
}
a{
color: #FF0000;
letter-spacing: 2px;
text-decoration: none;
}
a:hover{
color:#000;
background-color: #FFFFFF;
letter-spacing: 2px;
}
img#header{
	padding: 10px 0px;
}

#top{
	width: 719px;
	height: 28px;
	background: url(../parts/top.jpg) center no-repeat;
position: relative;
}

#content{
	width: 640px;
	background: url(../parts/field.jpg) left repeat-y;
	padding: 30px 40px;
	text-align: left;
position: relative;
}

	h1{
		font-size: 16px;
		letter-spacing: 2px;
		text-transform: capitalize;
		text-indent: 20px;
	}
	
	
	#content p{
		letter-spacing: 1px;
		text-align: justify;
		text-indent: 20px;
	}
	
	#content p:first-letter{
		font-size: 16px;
		font-weight: bold;
	}
	#content p.copyright{
		width: 640px;
		font-size: 10px;
		text-align: right;
		color:#999999;
		padding: 0px;
		margin: 0px;
	}
	
		#content p.copyright:first-letter{
			font-size: 10px;
			font-weight: lighter;
		}

#album{	
	width: 640px;
	height: 260px;
	overflow: auto;	
	margin-top: 20px;
position: relative;
}

#album img{
	border: 1px solid #aeaeae;
/*	-moz-opacity: .5;
	filter: alpha(opacity=50);*/
}

#album img:hover{
	border: 1px solid #fff;
/*	-moz-opacity: 1;
	filter: alpha(opacity=100);*/
}

#bottom{
	width: 719x;
	height: 29px;
	background: url(../parts/bottom.jpg) center no-repeat;
position: relative;
}

#footer{
	font-size: 10px;
	padding: 5px 0px 20px 28px;
	text-align: left;
position: relative;
}
#footer a{
color:#FFFFFF;
letter-spacing: 2px;
text-decoration: none;
}
#footer a:hover{
color:#000;
background-color: #FFFFFF;
letter-spacing: 2px;
}



/* pentru imagine afcn*/
#content ul li a.thumbnail {
z-index: 0;
position: relative;
}

#content ul li a.thumbnail:hover {
background-color: #FFFFFF;
color: #000;
z-index: 50;
position: relative;
}

#content ul li a.thumbnail span { /*CSS for enlarged image*/
text-indent: 0px;
position: absolute;
padding: 0px;
left: 0px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

#content ul li a.thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

#content ul li a.thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: -30px;
left: 380px; /*position where enlarged image should offset horizontally */

}

