body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	width: 100%; 
	background-color: #ffffff;
	
	background: #ffffff url(../img/vert_line.jpg) repeat-y 0 0;
	/*overflow: hidden;*/


}




#container { 
	width: 100%; 
	height: 100%; 

	border: 0px solid #000000;
	background: url(../img/hor_line.png) repeat-x 0 0;
	min-height:550px;
	/*overflow: hidden;*/
	
} 

#footer { 
	border: 0px solid #000000;
	
	padding-bottom: 50px;
	padding-top: 100px;
	
	
	font-family: "Georgia, Times New Roman, Times, serif", Times, serif;
	font-size: 12px;
	
	
	clear: both;
	
} 

#footer a{ 
	
	font-family: "Georgia, Times New Roman, Times, serif", Times, serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	
	
	
} 

#header{
	border: 0px solid #000000;
	height: 180px;
	padding-top: 9px;
	padding-left: 41px;
	
	
}

#upMenu {
	width: 652px;
	height: 192px;
	border: 0px solid #000000;
	position: absolute;
	top: 0px;
	left: 251px;
	padding-left: 4px;
	padding-top: 0px;
	background: url(../img/umbra.png) repeat-y;
	
	
} 

#mainMenu { 
	padding-left:33px;	
	padding-top:42px;	
	border: 0px solid #000000;
	
	width: 197px;
	float:left;
	
} 

#linie_rosie{
	
	background: url(../img/rosu2.png) no-repeat;

	position: absolute;
	border: 0px solid #000000;
	height: 31px;
	width: 600px;
	top: 167px;
	left:247px;
}

#content { 
	
	border: 0px solid #0000ff;
	
	padding-top:42px;
	padding-left:60px;
	padding-right:60px;
	
	width:495px;
	
	margin-top: 3px;
	
	margin-left:251px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: justify;
	
	background: url(../img/umbra.png) repeat-y;
	
	/*overflow-y: scroll; overflow-x: none;*/
} 

#content h1{
	
	font-family: "Georgia, Times New Roman, Times, serif", Times, serif;
	font-size: 16px;
	color: #cc0000;	
	padding: 0px;
	margin: 0px;
	
	margin-bottom:10px;
}

#content h2{
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;	
	
}

#content h2{
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;	
	
}

#content .image_prev{
	
	float: right;
	margin-left: 10px;
	margin-bottom:10px;
	border: 1px #444444 solid;
	padding:1px;
	cursor: pointer;
	
	
}

#content .image_mare{
	
	border: 1px #444444 solid;
	padding:2px;
	cursor: pointer;
	
	position: fixed;
	left: 20%;
	right: 33%;
	top: 19%;
	min-width: 32%; 
	display: none;
	background-color: #ffffff;

	
	
}


.box {
	border: 1px #333333 solid;
	width: 450px;
	margin-bottom:10px;
	
}

.album{
	/*display:table-cell; */
	float:left;
	padding-right:10px;	
	
}


.album img{
	cursor: pointer;
	
}

#img_load{
	border: 1px #000000 solid;
	padding:1px;
	
	width: 500px;
	height:333px;
}

#img_load img{
	cursor: pointer;
	
}

#album_mare{
	display: none;
	
}

.pic_index{
	cursor: pointer;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	
}

#loading{
	position:absolute;
	top: 265px;
	left:268px;
	/*display: none;*/
	
}
