html { 
	height:100%;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;

}

body {
	background-color: #F5AF4A;
	background-image: url("backcontinut.png");
	background-repeat: repeat-x;
	margin: 0;
}

a {
	text-decoration: none;
	color: white;
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	z-index: 1;
	background-image: url("spate.png");
}
#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	top: auto;
	width: 100%;
	height: 24px;
	z-index: 6;
	background-image: url("futar.png");
	clear: both;
	text-align: center;
	font-family: Calibri, Georgia, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: white;
}
#butoane {
	position:absolute;
	left:0px;
	top:200px;
	width:100%;
	height:35px;
	z-index:3;
	background-image: url("div2back.png");
	border: 0px none #FFFF99;

}

#pozitionare {
	position: absolute;
	left: 0px;
	top: 235px;
	width: 100%;
	height: auto;
	z-index: 5;
}

#continut {
/* background-color: white; */
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#stanga {
	background-color: #FFB901;
	width: 240px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

#dreapta {
	background-color: #FFECC9;
	background-image: url("backgroundcolor.jpg");
	background-repeat: no-repeat;
	width: 704px;
	padding: 18px;
	text-align: justify;
	vertical-align: top;
	font-family: Calibri, Georgia, sans-serif;
/*	overflow: scroll;
	overflow-x: hidden;
*/
}

table {
	border-collapse: collapse;
}

#shadowleft {
	background-image: url("sleft.png");
	background-repeat: repeat-y;
	width: 3px;
	padding: 0px;
}

#shadowright {
	background-image: url("sright.png");
	background-repeat: repeat-y;
	width: 3px;
	padding: 0px;
}

#footspacer {
	clear: both;
	height: 25px;
	visibility: hidden;
}

#meniu {
	list-style: none;
	width: 990px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
	z-index: 5;

}

#meniu li {
	background-image: url("bv8n.jpg");
	background-repeat: no-repeat;
	width: 124px;
	height: 35px;
	float: left;
	text-align: center;
	margin-top: 0px;
	cursor: pointer;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C04A15;
	z-index: 1;
}

#meniu a {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	color: #C04A15;
	text-decoration: none;
	line-height: 35px;
	width: 122px;
	display: block;
}

#meniu li:hover {
	font-weight: bold;
	margin-top: 0px;
	background-image: url("bv8h.jpg");
}

.maimic {
	width: 12px;
}

.indent20 {
	text-indent: 20px;
}

#stats {
	text-align: right;
	line-height: 20px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #C74901;
}

#stats img  {
	vertical-align: bottom;
}

#sdown {
	height: 3px;
	width: 990px;
	background-image: url('sdown.png');
	margin-left: auto;
	margin-right: auto;
}

/* form styling */

.form_left, .form_right {
	height: 28px;
	width: 4px;
	vertical-align: middle;
	float: left;
}

.form_left {
	background-image: url('form_left.png');
	background-position: 0% 0%;
}
.form_right {
	background-image: url('form_right.png');
	background-position: 0% 0%;
}

.form_middle {
	height: 28px;
	background-image: url('form_middle.png');
	background-position: 0% 0%;
	float: left;
	vertical-align: middle;
}
input.text {
	height: 24px;
	line-height: 12px;
	padding-top: 6px;
	border: none;
	vertical-align: middle;
	background: none;
	font-family: Georgia, sans-serif;
	font-size: 12px;
	color: #C04A15;
	width: 260px;
}

.textarea_left, .textarea_right {
	height: 180px;
	width: 8px;
	vertical-align: middle;
	float: left;
}

.textarea_left {
	background-image: url('textarea_left.png');
	background-position: 0% 0%;
}

.textarea_right {
	background-image: url('textarea_right.png');
	background-position: 0% 0%;
}

.textarea_middle {
	height: 180px;
	background-image: url('textarea_middle.png');
	background-position: 0% 0%;
	float: left;
	vertical-align: middle;
}

textarea.areatext {
	border: none;
	vertical-align: middle;
	background: none;
	font-family: Georgia, sans-serif;
	padding-top: 2px;
	font-size: 12px;
	color: #C04A15;
	width: 426px;
	height: 170px;
}

input.inbut {
	border: none;
	width: 64px;
	height: 28px;
	background-image: url('trimite.png');
	cursor: pointer;
}

input.inbut:hover {
	background-image: url('trimiteh.png');
}

/* focus outline chrome si safari */
*:focus  {  
outline: none;  
}  

/*
h1 {
	font-family: Calibri, Georgia, sans-serif;
	font-size: 26px;
	color: white;
	text-align: right;
	margin-top: 0px;
	line-height: 1px;
	font-weight: normal;
}
*/