html {
	height: 100%;
}
body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/plaja_melc_alte_lucrari.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	color: #333;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: auto;
}
#overallContainer {
	min-width: 980px;
	height: auto;
	position: relative;
	display: block;
	background-image: url(images/cer_alte_lucrari.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: scroll;
	text-align: center;
}
.outerContainer {
	min-width: 980px;
	height: auto;
	position: relative;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.innerContainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: auto;
	position: relative;
	clear: both;
	display: block;
}
a, a:link, a:visited, a:active {
	color: #4291B8;
	text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
	color: #4291B8;
	text-decoration: underline;
}
.photos a img {
	border: 3px solid #4291B8;
}
.photos a:hover img {
	border: 3px solid #2C617A;
}
h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #006699;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
h2 {
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: normal;
	font-weight: normal;
	font-style: italic;
	color: #006699;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	color: #006699;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: justify;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
ul {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: left;
	text-indent: 0px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style-type: square;
}
ol {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: left;
	text-indent: 0px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
th, td {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-indent: 0px;
}

.v_spacer_5 {
	height: 5px;
	overflow: hidden;
	display: block;
	clear: both;
}
.hline {
	height: 1px;
	overflow: hidden;
	border: 0px none #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	margin: 2px 0px 1px 0px;
}
.hline_dashed {
	height: 1px;
	overflow: hidden;
	border: 0px none #FFFFFF;
	border-bottom: 1px dashed #CCCCCC;
	margin: 2px 0px 1px 0px;
}
.hline_dotted {
	height: 1px;
	overflow: hidden;
	border: 0px none #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
	margin: 2px 0px 1px 0px;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_justify {
	text-align: justify;
}
.block {
	display: block;
	clear: both;
}
#logoContainer {
	padding: 50px 0px 0px 0px;
}
/*  footer */
#footer {
	border-top: 1px solid #CCCCCC;
	margin: 30px 0px 30px 0px;
	height: auto;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(images/white60.png);
	background-repeat: repeat;
	background-position: 0% 0%;
}
#footerContent {
	font-size: 11px;
	padding: 5px 10px 2px 10px;
	font-size: 11px;
	color: #504641;
	height: auto;
	width: 970px;
}
#footerMenu {
	float: left;
	text-align: left;
	width: 360px;
}
#footerCopy {
	float: right;
	text-align: right;
	width: 600px;
}

