html,body{
  	margin:0;
	padding:0;
	background:url();
	background-repeat:repeat-x
	} 
  html {
	background-color: #ffffff;
}

  img { behavior: url("/pngfix.htc"); }
  
div#container
{
   width: 1100px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   
}

	
	
  #header{
   	height:100px;
	width:1100px;
	position:relative;
	background:#019e01
	} 
	
   
  #menu{
  position: relative;
  	width:250px;
	float:left;
	background:#FFC597
	}
  
  
  #info{
	width:1100px;
	margin-left:0px
	}
	
	
	
  #footer{
  margin-left:-1px;
   	height:23px;
	width:1102px;
	position:absolute;
	background:#019e01
	} 
	
  #body{
  	width: expression(((document.documentElement.clientWidth 
  	|| document.body.clientWidth) < 1100)? 
  	"1100px" : "100%")
	}
	
	.text1 {

	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ff0000;
	text-decoration: none;
}

.text1_mic {

	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ff0000;
	text-decoration: none;
}

.text2 {

	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
}

.text3 {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.text3_under {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}

.text3_albastru {

	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
}
.text3_albastru_under {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
	text-decoration: underline;
}
.text4 {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.cap {


	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #fd5400;
	text-decoration: none;
}

.textID {
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

h1 {
padding:0px;
padding-top: 0px;
	font-family: verdana,geneva;
	font-size: 5;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

h2 {
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.link_alb {

	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

	/* navigation */

#nav {
	position:absolute;
	left:150px;
	margin: 0px auto 0 auto;
	padding: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #383d44;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	letter-spacing: 0px;
	
	}
#nav li a {
	float: left;
	padding: 3px 12px;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	background: url(/img/nav-bg.gif) no-repeat bottom right;
	}
#nav li a:hover {
	color: #fff;
	background: #464a52;
	}
#nav li a.active {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background: #292d34 url(/img/nav-on-bg.gif) repeat-x top left;
	}
#nav1 {
	position:absolute;
	left:120px;
	margin: 0px auto 0 auto;
	padding: 0;
	}
#nav1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #383d44;
	}
#nav1 li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	letter-spacing: 0px;
	
	}
#nav1 li a {
	float: left;
	padding: 3px 12px;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	background: url(/img/nav-bg.gif) no-repeat bottom right;
	}
#nav1 li a:hover {
	color: #fff;
	background: #464a52;
	}
#nav1 li a.active {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background: #292d34 url(/img/nav-on-bg.gif) repeat-x top left;
	}