body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding:0;
	font-size : 13px;
	color : #fff;
}
#header {
	background: url(imagini/back.jpg) repeat-x;
	width: 400px;
	height: 100px;
	color: #fff;
}
.headerText {
	background: none;
	font-size: 40px;
	text-align: center;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	color: #fff;
	font-weight: bold;
}
DIV.center {
	text-align: center;
}
.menu {
	display: block;
	background: #84D02E;
	width: 400px;
	color: #fff;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 30px;
	border-top: 1px solid #000;
}
.menu a {
	background: #84D02E;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
}

#container {
	background: #84D02E;
	color : #000;
	width: 400px;
	margin-right : auto;
	margin-left : auto;
	text-align : left;
	border: 1px solid #000;
}
#content {
	background: #84D02E;
	color: #000;
	padding-top: 35px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 35px;
}	

#bodytext {
	background-color: #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left : 25px;
	padding-right : 25px;
	text-align : left;
	color: #000;
	padding-top : 5px;
	padding-bottom : 30px;
	margin-bottom: 0;
	border: 1px solid #336633;
}
.footer {
	background: url(imagini/back2.jpg) repeat-x;
	height: 100px;
	width: 400px;
	margin-right : auto;
	margin-left : auto;
	color : #fff;
	padding-top : 50px;
	font-size: 9px;
	text-align : center;
	border: 0px solid #000;
}
.footer a {
	background: none;
	color : #fff;
	padding-left: 2px;
	padding-right: 2px;	
}

