body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-color: #069992;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #800080;
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	color: #0000A0;
}

h2 {
	font-size: 18px;
	color: #0000A0;
}

h3 {
	font-size: 14px;
	color: #000080;
    text-decoration: underline;
}

h4 {
	font-size: 12px;
	color: #68A7E0;
}

#pagina {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

#sus {
	width: 796px;
	height: 150px;
	display: block;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
                  background-image: url(images/header.jpg);
                  background-repeat: no-repeat;
	background-color: #5e70b3;
	text-align: center;
}

#bara_cautare {
	width: 796px;
	height: 30px;
	border-bottom: 2px solid white;
    border-left: 2px solid white;
	border-right: 2px solid white;
 	background-repeat: no-repeat;
	background-color: #68a7e0;
	overflow: hidden;
}

	#bara_cautare input.search {
		background-color: #fff;
		color: #1f5d91;
		font-size: 11px;
		border: 1px solid black;
	}

	#bara_cautare input.button {
		background-color: #D5E5F5;
		color: #1f5d91;
		font-size: 10px;
		border: 1px solid black;
	}

	#bara_cautare form {
		margin: 0;
		padding: 0;
	}

#meniu {
	width: 796px;
	height: 20px;
    text-align: center;
	border-bottom: 2px solid white;
    border-left: 2px solid white;
	border-right: 2px solid white;
	background-repeat: no-repeat;
	background-color: #C0C0C0;
	overflow: hidden;
    padding: 2px 0px 2px 0px;
}

#continut {
	width: 796px;
	border-left: 2px solid white;
	border-right: 2px solid white;
    border-left: 2px solid white;
	border-right: 2px solid white;

	background-repeat: repeat-x;
	background-color: #fff;
	padding-top: 10px;
	clear: both;
}

#centru {
	width: 550px;
	border: 1px solid blue;
	margin-left: 210px;
	display: block;
	border: 1px solid blue;
    padding: 10px 10px 10px 10px;
}

	#centru a.readon {
		color: #369;
	}

	#centru hr {
		color: #68A7E0;
		background-color: #68A7E0;
		height: 0px;
	}

#stanga {
	border: 1px solid blue;
    margin-left: 5px;
	float: left;
	width: 180px;
	padding: 10px 5px 10px 5px;
    font-size: 11px;
}

	#stanga a.link_stanga:link, #stanga a.link_stanga:visited {
		display: block;
		color: #069992;
		line-height: 16px;
		font-weight: bold;
	}

	#stanga a.sidelink:hover {
		color: #5e70b3;
	}

#dreapta {
	border: 1px solid blue;
	float: right;
	width: 180px;
	padding: 10px 5px 10px 5px;
}

	#dreapta a:link, #dreapta a:visited {
		color: #5e70b3;
	}


#footer {
    width: 796px;
	height: 20px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
    border-left: 2px solid white;
	border-right: 2px solid white;

	background-repeat: no-repeat;
	background-color: #C0C0C0;
	overflow: hidden;
}

	#footer p.stanga {
		color: #fff;
		float: left;
		padding: 0;
		margin: 0;
		width: 270px;
		line-height: 18px;
		letter-spacing: 1px;
	}

		#footer p.stanga a:link, p.stanga #footer a:visited {
			color: #fff;
			text-decoration: none;
		}

		#footer p.stanga a:hover {
			text-decoration: underline;
		}

	#footer p.dreapta {
		color: #1f5d91;
		float: right;
		padding: 0;
		margin: 0;
		width: 460px;
		text-align: right;
		line-height: 18px;
		letter-spacing: 1px;
	}

		#footer p.dreapta a:link, p.dreapta #footer a:visited {
			color: #5e70b3;
			text-decoration: none;
		}

		#footer p.dreapta a:hover {
			text-decoration: underline;
		}