* {
	margin: 0 auto;
	padding: 0;
	}

body {
	margin: auto;
	width: 800px;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5B5B;
	background:#E8E8E8;
}
/*header*/
#header {
	margin: 0px auto;
	background: url(../images/header_image1.jpg) no-repeat;
	width: 800px;
	height: 137px;
	}
/*end header*/

/*menu*/
#menu {
	background: #745b95;
	float: inherit;
	height: 15px;
	
}
#menu ul {
	float: right;
	}
#menu li {
	display: block;
	float: left;
	padding: 13px 10px 2px 10px;
	color: #E2E2E2;
}
#menu a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: capitalize;
	color: white;
}
#menu ul li a:hover { 
text-decoration: underline; 
color: #BDEFFC;
}
/*end menu*/

/* content centrat in pagina */
#content{
	margin: 12px 0px 12px 0px;
	width: 800px;
	background-color:#FFF;
	}

/* left_column from content */

/*backg_left_column red*/
#backg_left_column{
	width: 800px;
	float: left;
	position: relative;
	right: 400px;
	background: #FFF;
	}
/*end backg_left_column red*/

#left_column {
	float: left;
	left: 640px;
	overflow: hidden;
	position: relative;
	width: 150px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 11px;
	color: #ffffff;
	background-color:#FFF;
}

/*#left_column ul {
	margin: 0;
	padding: 0px 0px 14px 0px;
	list-style: none;
	line-height: normal;
}

#left_column li {
	margin-bottom: 6px;
	padding: 0 5px 5px 0px;
	line-height: 140%;
	
}
#left_column ul span{
	color: #3434a2;
}

#left_column span a {
	color: #3434a2;
	text-decoration: none;
}*/

#left_column ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
	border-top:1px;
	border-top-style:solid;
	border-top-color: #999;
}

#left_column li {
	margin-bottom: 6px;
	margin-top: 6px;
	color:#745b95;
	padding: 3px 5px 5px 5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999;
	list-style:square;
	list-style-position:inside;
}
#left_column h2 {
	width: 140px;
	height: 14px;
	margin: 3px 0px 3px 0px;
	padding: 1px 0px 0px 1px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #223D85;
	
}

#left_column a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color:#339;
}

#left_column a:hover {
	color:#36F;
	text-decoration: none;
	font-size:1.1em;
	list-style:none;
	}
#left_column a:visited{
	color:#30C;
	text-decoration: none;
}





/* end left_column from content */

/* right_column from content */
/* backg_right_column green */
#backg_right_column{
    width: 800px;
	 float: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 12px;
	background-color:#FFF;
	}
/* end backg_right_column green */
#right_column {
	float: left;
	left: 644px;
	overflow: hidden;
	position: relative;
	border: solid 3px #8D9DC6;
	width: 150px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 11px;
	color: #fff;
	background-color:#FFF;
}

#right_column ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#right_column img {
	margin: 5px 0px;
	
}

#right_column p {
	margin: 15px 0px;
	padding: 0px 3px;
	color: #5A5B5B;
	text-align: center;
	line-height: 120%;
}

#right_column h2 {
	width: 140px;
	height: 14px;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 2px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #3EC5C9;
	
}
#right_column a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #435C9E;
}
/* end right_column from content */

/* column_centre from content */

/* backg_column_centre yellow*/
#backg_column_centre{
	width: 870px;	
	float: left;
	position: relative;
	right: 240px;
	background-color:#FFF;				
	}
/* end backg_column_centre yellow*/

#column_centre{
	float: left;
	left: 640px;
	overflow: hidden;
	position: relative;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	font-size: 11px;
	width: 625px;
	background-color: #FFFFFF;
}
	
#column_centre h2 {
	font-size: 14px;
	color:#6C0;
	font-weight: bold;
	padding: 0px 0px 10px 5px;
}
#column_centre h3{
	font-size: 12px;
	font-weight: bold;
	color:#390;
	
	padding: 5px 0px 5px 5px;
	border-top: dashed 1px #999;
} 
#column_centre p {
	padding: 5px 0px 15px 5px;
	text-align: justify;
	color: #5A5B5B;
}
#column_centre ul {
	padding: 0px 0px 15px 25px;
	text-align: center;
}
#column_centre li {
	padding: 0px 0px 5px 5px;
	text-align: justify;
	list-style: square; 
}
#column_centre li img {
	float: left;
	margin: 0px 6px 0px 0px;
	text-align: center;
}


#column_centre ul span{
	color: #C00;
}
#column_centre span a {
	color:#4132C9;
	text-decoration: none;
}
#column_centre a {
	color:#4132C9;
	text-decoration: none;
}
#form_container p {
	margin: auto 10px;
	padding: 3px;
}

#column_centre a:visited {
	color:#6243BC;
	text-decoration: none;
}
#column_centre span a:visited {
	color:#6243BC;
	text-decoration: none;
}

#column_centre span a:hover {
	color: #900;
	text-decoration: underline;
}






/* end column_centre from content */

/* footer */
#footer{
	clear: both;
	width: 800px;
	margin-top: 12px;
	background: #ffffff;
	height:70px;
	}
#footer p {	
	font-size: 11px;
	width: 800px;
	color: #ffffff;
	padding: 0px;
	text-align: right;
	}
#footer a {
	text-decoration: none;
	color: #ffffff;
	background: #745b95;
}
/* end footer */
	
.photo_gallery {
	margin: 5px auto;
	border-top: dashed 1px #378592;
	padding-top: 3px;
	border-bottom: dashed 1px #378592;
	padding-bottom: 3px;
	width: 380px;
	}

.photo_gallery img{
	border: 0px;
}
	
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:2001;
	opacity:0.8; /* For IE8 and earlier */
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;/*punem marginea din dreapta in centru*/
	width: 55%; 
	margin-left:-30%;/* tinand cont ca divul are 60% latime il mutam cu 30% spre stanga, 
						la care mai adaugam un 4% (total43%) pentru contracarea border-ului pe orizontla de 2x16px
					*/	
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:2002;
	overflow: auto;
}

.menuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #616161;
	text-decoration: none;
}

a.menuLink:hover {
	text-decoration: none;
	color: #FFFFFF;
}	
	
.navbar{
background-image:url(../ralucag/images/navbg_dn.gif);
}
.news{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C00;
}
#imagini {
	background-color:#FFF;
	
	}