body {
	margin:0px;
	padding:0px;
	background:#E1F4F0 url(images/bg.jpg) repeat-x left top;
}
#wrap {
	width:900px;
	padding:0px;
	margin:0px auto;
}
#logo {
	width:241px;
	height:155px;
	padding:0px;
	margin:0px auto;
}
/* ============================================ CSS MENU ================================================ */

#menu {
	width:900px;
	height:43px;
	padding:0px;
	margin:0px;
}
#menu ul {
	padding:0px;
	margin:0px 0px 0px 220px;
}
#menu ul li {
	list-style-type: none;
	float: left;
}
#menu ul li a {
	text-indent: -9000px;
	display: block;
	height: 43px;
}
#menu .home {
	background: url(images/menu_03.jpg) no-repeat left bottom;
	width: 55px;
}
#menu .home:hover {
	background: url(images/menu_o_03.jpg) no-repeat left bottom;
}
#menu .home #pagina-curenta {
	background: url(images/menu_o_03.jpg) no-repeat left bottom;
	width: 55px;
}
#menu .about {
	background: url(images/menu_04.jpg) no-repeat left bottom;
	width: 138px;
}
#menu .about:hover {
	background: url(images/menu_o_04.jpg) no-repeat left bottom;
}
#menu .about #pagina-curenta {
	background: url(images/menu_o_04.jpg) no-repeat left bottom;
	width: 138px;
}
#menu .travel {
	background: url(images/menu_05.jpg) no-repeat left bottom;
	width: 91px;
}
#menu .travel:hover {
	background: url(images/menu_o_05.jpg) no-repeat left bottom;
}

#menu .travel #pagina-curenta {
	background: url(images/menu_o_05.jpg) no-repeat left bottom;
	width: 91px;
}
#menu .attractions {
	background: url(images/menu_06.jpg) no-repeat left bottom;
	width: 95px;
}
#menu .attractions:hover {
	background: url(images/menu_o_06.jpg) no-repeat left bottom;
}

#menu .attractions #pagina-curenta {
	background: url(images/menu_o_06.jpg) no-repeat left bottom;
	width: 95px;
}
#menu .activities {
	background: url(images/menu_07.jpg) no-repeat left bottom;
	width: 81px;
}
#menu .activities:hover {
	background: url(images/menu_o_07.jpg) no-repeat left bottom;
}

#menu .activities #pagina-curenta {
	background: url(images/menu_o_07.jpg) no-repeat left bottom;
	width: 81px;
}
/* ================================================ CSS MIddle ================================================= */

#middle {
	width:844px;
	padding:0px;
	margin:0px auto;
}
#slideshow {
	width:414px;
	height:167px;
	float:left;
	margin:33px 0px 34px 9px;
	!padding-bottom:34px;
	background:url(images/img_placeholder.jpg) no-repeat left top;
}
#ad {
	width:421px;
	height:202px;
	float:left;
	margin:16px 0px 0px 0px;
	padding:0px;
	font-family: "Arial MT", Arial;
	font-size: 12px;
	color: #FFFFFF;
}
/* ================================================ CSS Main Text ================================================= */
#mainbody {
	width:864px;
	padding:0px;
	margin:0px auto;
	background:#95CDD2;
	clear:both;
	display:table;
	!padding-bottom:9px;
}
#mainbody a, #mainbody a:visited {
	color: #999999;
	text-decoration:none;
	border-bottom:1px dotted #000000;
	padding:0px 7px;
	margin-right:10px;
}
#mainbody a:hover, #mainbody a.current {
	color: #FF4B85;
	border-bottom:1px solid #FF4B85;
}
#mainbody #mainpage {
	padding:10px;
	margin:0px 9px 9px 9px;
	!margin:0px 9px 0px 9px;
	width:824px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border:1px solid #70BEC2;
}
#mainbody #mainpage p {
	padding:5px 0px;
	margin:0px;
}
#mainbody #mainpage h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #00B1B1;
	padding:5px 0px;
	margin:0px;
	text-decoration:underline;
}
#mainbody #mainpage h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	padding:5px 0px;
	margin:0px;
}
#mainbody #mainpage h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FF4B85;
	font-style: italic;
	font-weight: normal;
	padding:5px 0px;
	margin:0px;
}
#mainbody .border {
	border:1px dotted #95CDD2;
}
#mainbody .cell {
	background: #ECF9F7;
}
/* --------------------------------------- CSS Footer -------------------------------------------------- */
#footer {
	width:864px;
	height:30px;
	padding:0px;
	margin:0px auto;
	padding:7px 0px;
	clear:both;
	display:table;
	font-family: "Arial MT", Arial;
	font-size: 10px;
	color: #95CDD2;
	text-align:center;
}
#footer a, #footer a:visited {
	color: #4DAFB3;
	margin:7px;
	text-transform: uppercase;
}
#footer a:hover {
	color: #95CDD2;
	text-decoration:none;
}