html{
	height: 100%;
	padding-top:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	margin: 30px 0;
}

#fullheight{height:100%}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
   }


	.clear { clear: both; }
	
	
	.alignright {margin-top: 0; text-align: right;}
	
	.small {font-size: .9em;}
	
	
	.wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	}

	* html .wrapper {
	width: 900px; 
	}
	img{  border-style: none;}

	
	.outer {
	border-left: 160px solid #fff;  /** background stanga**/
	border-right: 150px solid #fff;  /** background dreapta **/
	}
	/*** These are the visible side col BG's. The image BG is needed to replace a side border
	on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
	for the thin black divider between the right green col and the center col. If the black divider
	is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
	BG location, due to a BG placement variation. 
	***/
	
	* html .outer {
	background:  url(images/blackline.gif) 565px 0 repeat-y;
	}
	
	.inner {
	margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
	width: 738px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
	border: 2px transparent;
	border-width: 0 0 0 2px;
	}
	/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
	div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
	blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
	my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
	***/
	
	* html .inner {
	width: 100%;
	}
	
	.float-wrap {
	float: left;
	width: 738px;
	margin-left: -160px;       /*** Same length as left column width ***/
	}
	
	/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
	div.left is carried over into the proper position. 
	***/
	
	.left {
	float: left;
	width: 150px; /*** era 170
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	padding:5px 5px;
	}
	
	.right {
	float: right; 
	width: 140px;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	}
	
	.spatiul_gol{
	margin-bottom:-1000px;
	padding-bottom:1000px;
	}
	
	* html .right {
	margin: 0 -150px 0 0; /*** IE gets this margin. ***/
	}
	
	.center {
	float: right;
	width: 558px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:auto;
	margin-left:20px;
	padding-left:-20px;
	background-color:none;
	}
	
	.wide {
	width: 100%; 
	border: 2px transparent;
	font-size: 1.4em;
	font-weight: bold;
	}
	
	.wide p {padding: 5px;}
	
	.top {border-width: 0 0 2px;
        padding: 0 0 5px 0;
        }
	
	.bottom {border-width: 2px 0 0;}
	
	/* Mozilla bug fixes */
	html>body .inner, html>body .float-wrap {
	border-bottom: 1px solid transparent;
	}
	
	


a{
	text-decoration:none;
	color:#000;
}



ul#navigation {
	padding: 0;
	margin: 0;
	color: #fff;
	width: 100%;
	list-style:none;
}

ul#navigation li {
  background-color: #039;
  color: #fff;
  float: left;
  border-right: solid 1px #fff;
}

ul#navigation li a:link, li a:visited { 
   color: #fff; 
   text-decoration:none;
   text-align:center;
   vertical-align:middle;
   height:16px;
}
ul#navigation li a:hover{ color:#000000;}
ul#navigation li:hover {
	color:#000000;
	background-color: #fff;
}


b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #9BD1FA}
b.rtop1, b.rbottom1{display:block;background: #FFF}
b.rtop1 b, b.rbottom1 b{display:block;height: 1px; overflow: hidden; background: #9BD1FA}
b.rtop2, b.rbottom2{display:block;background: #FFF}
b.rtop2 b, b.rbottom2 b{display:block;height: 1px; overflow: hidden; background: #9BD1FA}
b.rtop3, b.rbottom3{display:block;background: #FFF}
b.rtop3 b, b.rbottom3 b{display:block;height: 1px; overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
b.rtop1 b.r4, b.rbottom1 b.r4{margin: 0 1px;height: 2px}
b.rtop2 b.r4, b.rbottom2 b.r4{margin: 0 1px;height: 2px}
b.rtop3 b.r4, b.rbottom3 b.r4{margin: 0 1px;height: 2px}