@charset "utf-8";
/* CSS Document */
/* etoile-home autumn 08 */
/* MAIN PAGE LAYOUT AND STYLES */

/****************** generic stuff ********************/

html, body, div, table, td, tr, ul, li, form, p, h1, h2 {
	margin: 0;
	border: 0;
	padding: 0;
}

img {
	border: 0;
}

.c {
	clear: both;
	height: 1px;
	width: 1px;
	visibility: hidden;
}

/****************** basic layout *********************/

html {
}

body {
	background: black url('backgrounds/flock.png') repeat;
	text-align: center;
	font: normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
}

#page {
	padding-top: 25px;
	background: black;
	border-bottom: 2px solid #333333;
}

#centre-page {
	position: relative;
	margin: 0 auto auto auto;
	width: 860px;
	height: 545px;
}

#header {
	padding: 0 0 0 0;
	height: 60px;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: bold;
}

#logo {
	display: block;
	float: left;
	width: 180px;	
	height: 31px;
	/* org image size 199x34 */
}

#nav {
	float: right;
	width: 673px;
	margin: 31px 0 0 7px;
	border-top: 1px solid #555555;
}

#nav a {
	display: block;
	float: left;
	margin: 0 81px 0 0;
	padding: 2px 0 0 0;
	height: 17px;
	text-decoration: none;
	text-align: left;
	color: #555555;
}

#nav a.contact {
	margin-right: 0;
	float: right;
}

#nav a:hover {
	background-image: url('backgrounds/pointer.png');
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

#home a.home, #eva a.eva, #services a.services, #etiquette a.etiquette, #dungeon a.dungeon, #gallery a.gallery, #contact a.contact {
	background-image: url('backgrounds/pointer.png');
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

#footer {
	position: absolute;
	top: 552px;
	margin: 5px 30px auto 30px;
	width: 800px;
	text-align: center;
	font: normal 11px/11px Verdana, Helvitica, sans-serif;
	color: #555555;
}

#footer a {
	display: block;
	float: left;
	margin: 0 65px 0 65px;
	width: 70px;
	color: #555555;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

#diary a.diary, #glossary a.glossary, #location a.location, #links a.links {
	text-decoration: underline;	
}

/****************** content *********************/

#content {
	position: relative;
	height: 410px;
	width: 860px;
	margin: 30px 0 45px 0;
	font: normal normal 1.5em/1.4em "Lucinda Calligraphy", "EF Lucinda Calligraphy Regular", "ITC Oldrichium Italic", "Calisto MT", "Georgia", "Bookman Old Style", Century, "Times New Roman", serif;
	/* overflow: hidden; */
}

#content p {
	margin: 0 25px 0.7em 25px;	
}

#content a {
	color: #555555;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;	
}

#content a.u {
	text-decoration: underline;
}

#left {
	float: left;
	width: 525px;
}

#left #pic {
	display: block;
}

#right {
	float: right;
	width: 335px;
	height: 410px;
	overflow: auto;
	font-size: 0.8em;
	line-height: 1.45em;
}

#right p {
	margin: 0 50px 0.7em 20px;		
}

ul {
	list-style: none;	
}

#right ul {
	margin: 0 50px 0.7em 20px;
}

li {
	margin-bottom: 0.3em;
}

a.u {
	text-decoration: underline;	
}

/****************** page particulars *********************/

/****************** entry page *********************/

#entry #page {
	background-color: transparent;
	border-bottom: none;
}

#entry #centre-page {
	background-color: black;
	margin: auto;
	width: 600px;
	height: auto;
}

#entry #header {
	height: 60px;
	padding: 20px 0 0 20px;
}

#entry #logo {
	width: 199px;	
	height: 34px;
}

#entry #content {
	width: 600px;
	height: auto;
	margin-top: 10px;
	padding-bottom: 30px;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: #333333;
}

#entry #content p {
	margin: 20px 15px;	
}

#entry #content a {
	margin: 15px;
	font-size: 15px;
	text-decoration: none;
	color: red;
}

#entry #content a:hover {
	color: #333333;
}

/****************** backgrounds *********************/

#eva #centre-page, #etiquette #centre-page, #services #centre-page {
	background: black url('backgrounds/background-1.gif') no-repeat;
}



/****************** home *********************/

#home #centre-page {
	background: black url('backgrounds/background-home2.png') repeat-x;
}

#home a.u {
	color: #6c3d72;
}

#home #pic {
	margin: -20px 0 0 300px;
}

#home #footer a.diary {
	margin: 0 80px 0 30px;
}

#home #footer a.glossary {
	margin: 0 300px 0 0;
}

#home #footer a.location {
	margin: 0 80px 0 0;
}

#home #footer a.links {
	margin: 0 30px 0 0;
}

/****************** gallery *********************/

#speaker {
	position: absolute;
	top: -30px;
	height: 25px;
	text-align: left;
	margin: 0 0 0 5px;
}

#speaker img {

	width: 25px;
	height: 25px;
}

#scrollbox {
	position: absolute;
	bottom: -42px;
	overflow: auto;
	margin: 0 5px;
	width: 850px;
	height: 450px;
}

#scroll {
	width: 3950px;
	height: 425px;
	overflow: hidden;
}

#scroll div {
	float: left;
	margin: 0 8px 0 0;
}

#scroll div.right {
	margin-right: 0;	
}

/****************** contact *********************/

#contact #centre-page {
	background: black url('backgrounds/background-contact.gif') no-repeat;
	background-attachment:fixed;
	background-position: 40% 25px;
}

#contact #left {
	width: 285px;
	height: 455px;
	float: left;
	text-align: left;
}

#contact #middle {
	width: 290px;
	height: 455px;
	float: left;
	margin: 0 auto;
}

#contact #right {
	width: 285px;
	height: 455px;
	float: right;
	font-size: 1.0em;
	line-height: 1.3em;
}

#contact #content {
	overflow: hidden;	
}

#contact #pic {
	position: absolute;
	bottom: 0;
	left: 130px;
}

#contact a.u {
	color: #56798a;
}

#contact #content p {
	margin-bottom: 2em;
}

#contact #content p.s {
	font-size: 0.9em;
	line-height: 1.35em;
}

#contact #content p.cont {
	margin-top: 45px;
}

#contact span.big {
	font-size: 1.2em;
	line-height: 1.3em;
}

#contact span.tel {
	font-family: Verdana, sans-serif;	
}

/****************** dungeon *********************/

#dungeon #pic img {
	height: 405px;
	width: 405px;
}

/****************** glossary *********************/

#glossary #content {
	overflow: auto;	
}

/****************** links *********************/

#links #content div {
	margin-bottom: 15px;
}