html,body
{
	margin:0;
	padding:0;
	/*background-image:url(imagini/back.gif);*/
	background-color:#FFFFFF;
}

body{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align:center;
}

p{
	margin:5 20 5 0;
	font-size:11px;
	color: #666666;
}

a{
	color: #993300;
	padding:0px;
}

h1 {
	font-size: 14px;
	margin: 15px 0 3px 0px;
	text-decoration: none;
	color:#993300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #0066CC;
}

h3 {
	font-size: 12px;
	margin: 15px 0 3px 0px;
	text-decoration: none;
	color:#993300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
}

div#container{
	width:900px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background:#FFFFFF;
	padding:3px;
}

div#content{
	float:right;
	width:700px;
}

div#content p{
	margin-right:20px;
}

div#navigation{
	float:left;
	width:200px;
}

div#header{
	padding-bottom: 0px;
	margin:0;
	width:100%;
}

div#header logo{
	margin:0;
	background: #EEE;
	border:0;
	padding: 0px;
	float: left;
	width: 150px;
}


div#container{
	text-align:left;
}

div#content p{
	line-height:1.4;
}

div#navigation{
	background:#FFF;
}

div#extra{
	background:#FF8539;
}

div#footer{
	background-color: #EEEFE7;
	color: #49431D;
	clear:both;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:10px;
	line-height:15px;
	border:#D9DBC8 1px solid;
}

div#footer p{
	margin:0;
	padding:5px 10px;
}

div#extra{
	float:right;
	width:700px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* =-=-=-=-=-=-=-MENIU-=-=-=-=-=-=-=- */
	
#meniu {
	width: 180px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	margin: 0px;
	}
	
#meniu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#meniu li a:link, #meniu li a:visited {
	color: #9E3C02;
	display: block;
	background: url(imagini/meniu.gif);
	padding: 8px 0 0 30px;
	}
	
#meniu li a:hover {
	color: #fff;
	background: url(imagini/meniu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#meniu li a:active {
	color: #fff;
	background: url(imagini/meniu.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}	



.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: fixed;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}