/* CSS Document */

body {
	text-align: center;
	margin: 0px;	
}

#pageContainer {
	width: 766px;
	margin: auto;
	margin-top:29px;
	padding:0px 13px 0px 13px;
	background-color: #d6c285;
	text-align: left;
}

#header {
	height:127px;
}

#tabs {
	background-image:url(tabs.jpg);
	background-repeat:no-repeat;
	width:228px;
	height:22px;	
	float:right;
	margin-top:105px;
	padding-top:2px;
}

.tab_link {
	font-family:"Times New Roman", Times, serif;
	color:#ebebeb;
	text-decoration:none;
	font-size:11px;
}
.tab_link:hover {
	color:#d6c285;
}

#content {
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3c3c3c;
}

#content_frame_left {
	float:left;
	/*background-image:url(back_stanga.jpg);*/
	background-image:url(back_stanga_full.jpg);
	width:279px;
	height:526px;
}

#content_frame_right {
	float:right;
	background-color:#f1f0dc;
	width:487px;
	height:526px;
	margin-top:-1px;
  font-family: "BakerSignet BT", serif;
  font-size: 13px;
}

#footer {
	clear:both;
	height:124px;
}

#shadow_left {
	background-image:url(shadow_left.jpg);
	width:281px;
	height:49px;
	float:left;
	margin-top:-1px;
}

#shadow_right {
	background-image:url(shadow_right.jpg);
	width:459px;
	height:64px;
	float:right;	
	margin-top:-1px;
}

#menu_button {
	width:94px;
	float:left;
	text-align:center;
}

#menu_button a {
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:"Americana BT", arial;
	font-size:11px;
	color:#676767;
	text-decoration:none;
	letter-spacing:1pt;
}

#menu_button a:hover {
	color:#d6760d;
}

#avocat_button {
	text-align:center;
	font-weight:bold;
	color:#000000;
	float:left;
	width:150px;
}

#avocat_button a {
	color:#666666;
	text-decoration:none;
}

#avocat_button a:hover {
	color:#000000;
}

@font-face {
  font-family: Coronet;
  font-style:  normal;
  font-weight: normal;
  src: url("http://www.jokero.net/Coronet.ttf") format("truetype");
}

#languages {
	/*
	width:228px;
	height:18px;		
	margin-top:107px;	
	*/
	padding-top:5px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.language_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
.language_link:hover {
	color:#000000;
	text-decoration:underline;
}