body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #8bcaed;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 11px;
	color: #000;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}

.clear {
	font-size: 1px;
	width: 100%;
	clear: both;
}

.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
}
.text_right {
	text-align: right !important;
}

.float_left {
	float: left !important;
}
.float_right {
	float: right !important;
}

#page {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding-top: 274px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 275px;
	text-align: left;
	background-repeat: no-repeat;
}
.header {
	background-image: url(../design/header.jpg);
}
.header2 {
	background-image: url(../design/header2.jpg);
}
.header3 {
	background-image: url(../design/header3.jpg);
}
.header4 {
	background-image: url(../design/header4.jpg);
}
.header5 {
	background-image: url(../design/header5.jpg);
}
.header6 {
	background-image: url(../design/header6.jpg);
}
.header7 {
	background-image: url(../design/header7.jpg);
}
#hp_link {
	display: block;
	width: 320px;
	height: 180px;
}

#menu {
	position: relative;
	top: 60px;
	height: 23px;
	padding-top: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #054a79;
	text-align: center;
	background-color: #fff;
	border-top: 2px solid #054a79;
	border-bottom: 2px solid #054a79;
}

#menu a {
	position: relative;
	top: 1px;
	font-size: 13px;
	color: #054a79;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px;
}
#menu a:hover, #menu a.active {
	text-decoration: underline;
}

#content {
	text-align: left;
	padding: 20px;
	background-color: #f0eeef;
}

#content a {
	color: #054a79;
}

#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	background-color: #fff;
	border-top: 2px solid #054a79;
}

#langs {
	position: absolute;
	top: 195px;
	left: 5px;
}

#form_contact table td {
	padding: 5px 5px;
}

#form_contact input {
	width: 170px;
}
#form_contact textarea {
	width: 170px;
	height: 50px;
}
#form_contact #c_message {
	width: 350px;
	height: 120px;
}
#form_contact input.button {
	width: 100px;
}

.error {
	font-size: 12px;
  font-weight: bold;
  border: 1px dashed #000;
  background-color: #fff;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}