body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#page {
	position: relative;
	top: 0;
	left: 50%;
	width: 780px;
	height: 100%;
	margin: 0 0 0 -390px;
	background-color: #F3F3F3;
	padding: 0;
	padding-bottom: 10px;
	z-index: 0;
}

.welcome {
	position: absolute;
	top: 0;
	left: 0;
	width: 481px;
	text-align: center;
	background-color: #552B00;
	margin: 0;
	padding: 0.1em 0;
	color: white;
	font-size: 90%;
}

#head {
	position: absolute;
	top: 1.4em;
	left: 0;
	width: 481px;
	height: 147px;
	background-color : #FFBE63;
	background-image : url(img/bg_top.jpg);
	background-repeat : no-repeat;
}

#menu {
	position: absolute;
	top: 160px;
	left: 0;
	width: 481px;
	background-color : #D5610B;
	background-image : url(img/bg_menu.gif);
	background-repeat : repeat-x;
	border-top: 1px solid #F7B982;
	border-bottom: 1px solid #B14014;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 0.25em 0;
	margin: 0;
	word-spacing : 15px;
	z-index: 2;
}

#menu li {display: inline;}
#menu ul {padding: 0; margin: 0;}
#menu h4 {display: none;}

#textarea {
	position: relative;
	left: 20px;
	width: 440px;
	top: 0;
	z-index: 1;
	padding-top: 14.5em;
}

/* ----------- RIGHT PART ------------*/

#rightnavig {
	position: absolute;
	top: 0;
	left: 481px;
	width: 298px;
	height: 100%;
	background-color : #73280D;
	margin: 0;
	padding: 0;
	background-image : url(img/bg_flower.gif);
	background-repeat : repeat-y;
	background-position : top right;
}

#acropol {
	width: 298px;
	height: 233px;
	background-color : #92BADA;
	background-image : url(img/acropol.jpg);
	background-repeat : no-repeat;
}

#rightnavigtexts {
	width: 298px;
	color: white;
	margin: -1px 0 0 0;
	padding: 0;
}

#rightnavigtexts h3 {
	background-color : #D5610B;
	background-image : url(img/bg_menu.gif);
	background-repeat : repeat-x;
	border-top: 1px solid #F7B982;
	border-bottom: 1px solid #B14014;
	margin: 0;
	padding: 0.3em 0 0.3em 1em;
	text-transform: uppercase;
	font-size: 1.1em;
}

#rightnavigtexts li {
	margin: 0 20px 0 -22px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#rightnavigtexts ul {
	margin-top: 14px;
}

/* --------- DETAILS ---------- */

.leafright {
	position: absolute;
	top: 233px;
	right: 0;
	width: 26px;
	height: 27px;
	background-image : url(img/leaf_right.gif);
	background-repeat : no-repeat;
}

.leafleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 27px;
	background-image : url(img/leaf_left.gif);
	background-repeat : no-repeat;
}

img {
	position: relative;
	top: 4px;
	float: left;
	border: 4px solid #FFCA95;
	margin-right: 15px;
}

.strong {
	font-weight: bold;
	}

/* -------- LINKS -------- */

a { color: #A73E11;}

#menu a {color: white;	text-decoration: none;}
#menu a:hover {color: #FACA96;	text-decoration: none;  z-index: 0;}

#rightnavigtexts a {color: #FACA96; text-decoration: none;}
#rightnavigtexts a:hover {color: white; text-decoration: none;}

/* -----------TITLES --------- */

h1 {
	display: block;
	width: 481px;
	height: 147px;
}

h1 span {display: none;}

h2 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #73280D;
	}

h3, h4, h5 {
	margin: 0.4em 0 0.4em 0;
	padding: 0;	
	color: #73280D;
}

h3 {font-size: 1.1em;}
h4 {font-size: 1em;}
h5 {font-size: 0.9em;}


#rightnavigtexts h3 {color: white;}

/*---------------PARAGRAPH AND LIST---------------*/

p {	margin: 0 0 0.9em 0; text-align: justify;}
ol li {padding-bottom: 0.8em;}
ul {margin-top: 0;}
ul li {list-style: none url(img/li.gif);}

/*-----CALLBACK REQUEST------*/

.callbackrequest {
	background-color: #E9E9E9;
	margin: 20px 0 10px 0;
	padding: 1em;
	font-size: 95%;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

.callbackform {border-collapse: collapse;}

.callbackform td {
	vertical-align: top;
	padding: 10px;
	background-color: white;
	border-bottom: 5px solid #F3F3F3;
	font-size: 0.9em;
}

.sendbutton {text-align: center; font-size: 90%;}
.sendbutton input {font-size: 90%;}

/*-----------GALLERY----------*/

table {	width: 100%; border: 0; margin-bottom: 15px;}
.gallery td {padding: 8px; text-align: center;}
.gallery img {float: none; margin: 0;}

.comments { font-size: 0.85em; display: block;}
#rightnavigtexts ul.comments li {margin-bottom: 15px;}