@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #350112;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #2e020c;
}
#wrapper {
	width: 943px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper #header {
	height: 257px;
	width: 943px;
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
}
#wrapper #content {
	background-image: url(../images/content.png);
}
#content #left {
	float: left;
	width: 203px;
	color: #f3ecdb;
}
#right p {
	font-style: italic;
	text-indent: 15px;
	margin-bottom: 10px;
}
#right p .bold {
	font-weight: bold;
}

#content #right {
	width: 620px;
	margin-left: 240px;
	text-align: justify;
}
#right ul li {
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
#right ul {
	margin-bottom: 15px;
	margin-left: 150px;
}

#content #clear {
	clear: both;
	height: 1px;
}

#left ul li {
	list-style-type: square;
	font-size: 16px;
	color: #f3ecdb;
	margin-left: 45px;
	margin-top: 5px;
}
#content #left h1 {
	display: block;
	height: 35px;
	margin-left: 17px;
}

#left ul li a {
	color: #f3ecdb;
	text-decoration: none;
	font-style: italic;
}
#left ul li a:hover {
	color: #f3ecdb;
	text-decoration: underline;
	font-style: italic;
}
#content #left #localizare  {
	background-image: url(../images/localizare.jpg);
}

#wrapper #top {
	height: 37px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
}
#content #left #sugestii {
	background-image: url(../images/sugestii.jpg);
}
#left ul {
	list-style-type: square;
	color: #f3ecdb;
	margin-top: 10px;
	margin-bottom: 15px;
}
#left #map {
	margin-left: 27px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#left form {
	margin-left: 27px;
}
#left form input {
	background-color: #6B152A;
	border: 1px solid #F0E6C1;
	color: #f3ecdb;
}
#left form textarea {
	background-color: #6B152A;
	border: 1px solid #F0E6C1;
	color: #f3ecdb;
}
#left #form form p .submit {
	background-color: #6A152A;
	border: 1px solid #F0E6C1;
	color: #f3ecdb;
}
#content #right h1 {
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 10px;
}
#content a {
	color: #350112;
}
#content a:hover {
	color: #350112;
	text-decoration: none;
}


