
BODY
{
	background-image: url(imagini/corp.gif);
	background-repeat: repeat-x;
	background-color: #CFE3FF;
	font-family: "Times New Roman";
	padding: 0;
	margin: 0;
}
#wrap
{
	width: 1024px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #FFF;
	padding: 0;
	margin: 0 auto;
}
#header
{
	width: 100%;
	height: 140px;
	background-color: #FFF;
	background-image: url(imagini/logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0;
	margin: 0;
}
#menu
{
	background-image: url(imagini/meniualbastru.jpg);
	width: 100%;
	overflow: hidden;
	position: inherit;
	padding-top: 0px;
	background-repeat: no-repeat;
	color: #FFF;
}
#menu UL
{
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
	height: 80px;
}
#menu UL LI
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#menu UL LI A
{
	display: block;
	margin: 0 0 0 0px;
	padding: 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#menu UL LI A:hover
{
	height: 80px;
	display: block;
	margin: 0 0 0 0px;
	padding: 10px;
	color: #FFF;
	background-image: url(imagini/meniupeste.jpg);
	background-repeat: repeat-x;
}
#content
{
	background-color: #FFF;
	margin: 10px 0 0;
	padding: 10px 18px 0 20px;
}
#bottom
{
	clear: both;
	width: 100%;
	height: 163px;
	background-image: url(imagini/jos.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
}
.footer
{
	width: 100%;
	text-align: center;
	padding: 40px 0 0;
	margin: 0;
}
H1
{
	font-size: 20px;
	font-family: "Times New Roman";
	text-decoration: none;
	text-align: inherit;
	color: #1F01D9;
        border-bottom:4px solid #CFE3FF;
        
}

p
{
	font-size: 16px;
	font-family: "Times New Roman";
	color: #050000;
	padding: 0 0 0 40px;
}
