/* CSS Document */

* 
{
	margin:0px;
	padding:0px;
}

body
{
	 font-family:"Trebuchet MS";
	 font-size:12px;
	 color:#000000;
	 text-align:left;
	 /*margin-left:auto;
	 margin-right:auto;*/
	 background:url("../images_fundal/portrete_bkg.jpg") repeat-y top center #cecece;
}


h1
{
	font-style:normal;
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#000000;
	margin-left:10px;
}

a
{
	text-decoration:underline;
	color:#03f;
}
a:hover
{
	color:#000;
}

p
{
	line-height:20px;
	margin-bottom:10px;
}

h2
{
	font-style:normal;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
	margin-top:20px;
}
#content[init]
{	 
	/*width:600px;
	height:590px;
	margin:20px;
	margin-left:260px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;*/
	background:#ffebf4;   /*#e9e8e4;  */ 
	/* for IE */
	filter:alpha(opacity=80);
	opacity:0.8;
	
	width:1094px;
	height:715px;
	margin:30px auto;
	padding:0;
	position:relative;
}

#content
{
	margin:10px auto;
	width:500px;
	padding:40px 20px;
	background:#e9e8e4;   /*fff; b8b1ac;*/
	/*for IE 
	filter:alpha(opacity=80);
	opacity:0.8;*/
	background:url(../img_news/bkg_portrete_text.png);
	text-align:left;
	font-family:"Trebuchet MS";
}

/* *************************** Start  FOOTER *************************** */
div.footer
{
	border-top:1px solid #999;
	padding-top:40px;
	margin-top:40px;
}

div.footer a
{
	text-decoration:none;
	margin:0px;
	padding-left:0px;
	font-size:12px;
	color:#0033FF;
}

div.footer a:hover
{
	color:#000;
}
/* *************************** Stop  FOOTER *************************** */