@charset "utf-8";
#allcontent {
	height: 570px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 135px;
	width: 820px;
	position: relative;
}
#menubar {
	height: 30px;
	width: 820px;
	position: relative;
	top: 5px;
	background-color: #000000;
}
#message {
	height: 20px;
	width: 760px;
	float:left;
	margin-top:px;
	margin-left:50px;
}
#sidebar {
	height: 260px;
	width: 180px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 23px;
	text-align: right;
	float:left;
	margin-left:110px;
}
#form {
	height: 350px;
	width: 400px;
	line-height: 16px;
	text-align: left;
	float:right;
	margint-top:350px;
	margin-right:80px;
}
#footer {
	height: 42px;
	width: 820px;
	float: left;
	margin-top:6px;
}


.link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titlu {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
}
.titlu_small {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}
.text_small {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
.text {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
}
.text_red {
	font-family: tahoma;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}
