* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html , body {
	width: 100%;
	height: 100%;
	background-color: #E2E9F0;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}

a {
	color: #007E99;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

h1 {
	font-size: 14px;
	color: #0B799E;
	margin-bottom: 20px;
}

p  {
	margin-bottom: 10px;
	text-align: justify;
}

#header {
	width: 1004px;
	height: 140px;
	margin: 0 auto;
	background: transparent url('../images/header.jpg') 0 0 no-repeat;
}

#printLogo {
	display: none;
}

#languages {
	padding: 118px 0 0 852px;
}

#languages li {
	display: block;
	float: left;
	text-indent: -9999px;
}

#languages li.en {
	width: 36px;
	height: 13px;
	border-right: 1px solid #000000;
}

#languages li.en a {
	display: block;
	width: 22px;
	height: 13px;
	background: transparent url('../images/language_en.jpg') 0 0 no-repeat;
}

#languages li.bg {
	width: 35px;
	height: 13px;
}

#languages li.bg a {
	margin-left: 15px;
	display: block;
	width: 22px;
	height: 13px;
	background: transparent url('../images/language_bg.jpg') 0 0 no-repeat;
}

#menu {
	width: 100%;
	height: 20px;
	background: transparent url('../images/menu_background.jpg') 0 0 repeat-x;
	text-align: center;
}

#menu ul {
	width: 844px;
	margin: 0 auto;
}

#menu ul li {
	display: block;
	width: 120px;
	height: 20px;
	float: left;
}

#menu ul li a {
	display: block;
	width: 120px;
	height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}

#menu ul li a:hover {
	color: #D0D0D0;
	text-decoration: underline;
}

#menu ul li a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url('../images/button_background.jpg') 0 0 no-repeat;
}

#content {
	width: 100%;
	background-color: #FFFFFF;
}

#inner {
	width: 844px;
	margin: 0 auto;
	padding: 50px 80px;
}

#home , #about , #activities , #offers {
	overflow: auto;
}

#body #right {
	float: right;
	margin-left: 50px;
}

.clear {
	clear: both;
}

#footer {
	width: 100%;
	height: 110px;
	border-top: 1px solid #E65A00;
}

#footer ul {
	width: 844px;
	margin: 10px auto;
	color: #0B799E;
}

#footer ul li {
	float: left;
	margin-right: 10px;
}

#footer ul li.pipe {
	padding-right: 10px;
	border-right: 1px solid #E65A00;
}

#footer ul li a {
	color: #E65A00;

}

#footer ul li.last {
	float: right;
	margin-right: 0;
}