@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: 0;
}
body {
	background: #c3c4be;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	margin: auto;
	width: 700px;
}
#header {
	top: 0px;
	left: 0px;
}
#body {
    background-image: url(images/body_bg.jpg);
	left: 0px;
	top: 0px;
	width: 700px;
	height: auto;
}
#body td,th {
    font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
//	font-weight: bold;
	text-align:left;
	line-height: 16px;
	color: #50565a;
}

#wrapper {
	position: relative;
	padding-top: 20px;
	height: 106px;
}
h1 {
	font-size:15px;
	text-align:left;
	color: #303437;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	color: #303437;
}
#meniu {
	top: 162px;
	padding-left: 14px;
	height:30px;
	width: 100%;
	
}
#meniu  a {
	background-image:url(images/meniu.jpg);
	width:95px;
	display:inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	padding-top: 11px;
	text-decoration:none;
	font-weight: bolder;
	color:#efefef;
}
#meniu  a:hover {
	color:#d5d6d7;
}
#dreapta {
    background-image:url(images/bgr_big.jpg);
	float: right;
	width: 429px;
	height:auto;
	border-right: 6px solid #f0f0ee;
	border-bottom: 6px solid #f0f0ee;
}
#dreapta-content {
	float: right;
	padding-left: 162px;
	width: auto;
	height:380px;
}

#dreapta p {
	margin: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	line-height: 16px;
	color: #e2e3e5;
}
#dreapta img {
    margin-right: 8px;
    margin-left: 4px;
}
#stanga {
	background-image:url(images/bgr.jpg);
	float: left;
	width: 259px;
    height:auto;
	border-left: 6px solid #f0f0ee;
	border-bottom: 6px solid #f0f0ee;
}
#bottom {
	width: 427px;
	height: 55px;
}
#bottom p {
    padding-left: 110px;
	padding-right: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #54544f;
}
