body {
	background:black;
	color:white;
	font-size:12px;
	font-family:Helvetica, sans-serif;
	margin:0;
	background-image:url(../images/backgr.png);
	background-position:top;
	background-repeat:repeat-x;
}

#content {
	background:white;
	padding:20px;
	padding-top:80px;
	color:black;
	margin-top:180px;
	background-image:url(../images/top_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:4px solid grey;
}

#content a {
	color:black;
	text-decoration:none;
}

#content a:hover {
	color:grey;
	cursor:pointer;
	border-bottom:1px dotted grey;
}

#text_content {
	text-align:left;
	padding:20px 0px 0px 50px;
	padding-left:20px;
}

.text_title {
	color:white;
	font-size:16px;
	font-weight:bold;
	background:#111111;
	-moz-border-radius:3px;
	padding:20px;
}

.section_title {
	font-weight:bold;
}

#logo {
	position:absolute;
	top:10px;
	left:150px;
}

#menu {
	position:absolute;
	top:160px;
	background-image:url(../images/top_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	-moz-border-radius:5px;
	border:1px solid grey;
	left:500px;
	padding:10px;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu ul li {
	display:inline-block;
	padding:5px;
}

#menu ul li a {
	color:white;
	text-decoration:none;
	padding:10px;
}

#menu ul li a:visited {
	color:white;
}

#menu ul li a:hover {
	color:white;
	background-image:url(../images/top_bg_red.png);
	background-position:top;
	background-repeat:repeat-x;
	-moz-border-radius:4px;
}

#menu ul li ul {
	position:absolute;
	margin-top:10px;
	display:none;
	background:#333333;
	-moz-border-radius:4px;
}

#menu ul li ul li {
	margin:0;
	display:list-item;
	list-style:none;
	padding:10px;
}

#menu ul li ul li ul {
	margin:0px;
	margin-top:-25px;
	margin-left:120px;
}

#footer {
	text-align:center;
	font-size:11px;
	color:grey;
	padding:20px;
}

#banner {
	background:#111111;
	-moz-border-radius:5px;
	padding:20px;
	width:750px;
	height:300px;
	margin-right:20px;
}

.banner_img_container {
	width:400px;
	height:300px;
	float:left;
}

#banner_clickers {
	float:right;
	height:20px;
}

.banner_clickers {
	padding:10px;
}

.banner_clickers a {
	border:0;
}

#cur_img {
	-moz-border-radius:5px;
}

.banner_clickers a:hover {
	-moz-border-radius:3px;
	cursor:pointer;
	border-bottom:0;
}

.section {
	padding:20px 0px 0px 20px;
}

.section_text {
	display:none;
}

.section_gallery {
	padding-left:20px;
	padding-right:20px;
}

.section_gallery_title {
	font-weight:bold;
	font-size:12px;
	padding:10px 0px 0px 0px;
	margin-bottom:10px;
	border-bottom:1px dotted grey;
}

#footer_friends {
	padding:10px 0px 0px 0px;
}

#footer_friends a {
	border:none;
}

#footer_friends a:hover {
	border:none;
}
.coloane {
		float:left;
		padding-left:10px;
		text-align:left;
		padding:20px;
		width:30%;
		height:150px;
		font-size:13px;
		font-family:Helvetica, sans-serif;
	}
	.coloane1 {
		float:left;
		padding-left:10px;
		text-align:left;
		width:45%;
		padding:30px;
		height:200px;
		font-size:13px;
		font-family:Helvetica, sans-serif;
		}
.coloana_centru {
		float:center;
		width:75%;
		height:250px;
		font-family:Helvetica, sans-serif;
		font-size:13px;
	}

	.titlu {
		padding:10px;
		background-color:black;
		color:red;
		font-weight:bold;
		color:white;
		-moz-border-radius:5px;
		}
	.subtitlu {
		padding:6px;
		background-color:black;
		color:red;
		font-weight:bold;
		color:white;
		-moz-border-radius:5px;
	}
	.subtitlu_centru {
		padding:6px;
		background-color:black;
		color:red;
		font-weight:bold;
		color:white;
		-moz-border-radius:5px;
		margin:10px;
	}
	.languages {
		margin-top:10px;
		color:white;
		font-weight:bold;
		font-family:Helvetica, sans-serif;
		font-size: 10px;
		padding-right:50px;
		text-align:right;
	}.languages ul {
		list-style:none;
	}
	.languages ul li {
		list-style:none;
		display:inline-block;
	}
	.languages ul li a {
		color:white;
		text-decoration:none;
	}
	.languages ul li a:hover {
		color:red;
	}

