body{
 	font-family:arial,helvetica,verdana;
 	font-size:12px;
 	font-style:normal;
 	
 	color: #9C9677;
 	
	padding: 0px;
	margin: 0px;
	
	background-color: #ece9d8; 	
}

/* TEMPLATES */
div.header
{
	position:relative;

	width:850px;
	height:40px;
}

div.footer
{
	clear:both;
	width:850px;
	height:30px;
	
	/* border-top:1px solid #ccc; */
}

img.slide_image
{
	position:absolute; 
	left:0px; 
	top:0px; 
	width: 600px; 
	height:400px; 
}

div.citation_container
{
	position:relative;
	width:600px;
	
	padding-top:10px;
	
	height:100px;
}

div.citation
{
	font-family:verdana,arial,helvetica;
	position:absolute;
	width:430px; 
	
	left:0px;
}

div.citation p.citation_text,
p.citation_text a,
p.citation_text a:hover,
p.citation_text a:visited
{		
	color: #7C7657;
	font-size:11px; 
	text-decoration:none; 
	text-align:right;
	font-weight:bold;
	font-style:italic;
}

div.citation p.citation_auth,
p.citation_auth a,
p.citation_auth a:hover,
p.citation_auth a:visited
{
	color: #7C7657;
	font-size:10px; 
	text-decoration:none; 
	text-align:right;
}

div.quote_container
{
	position:relative;
	width:350px; 
	text-align:left;
	
	padding-top:40px;
	border-bottom:1px solid #DFDABB; 
}

div.quote_container p.quote,
p.quote a,
p.quote a:hover,
p.quote a:visited
{		
	color: #9F9879;
	font-size:12px; 
	text-decoration:none; 
	text-align:left;
}

div.quote_container p.sign,
p.sign a,
p.sign a:hover,
p.sign a:visited
{
	color: #7C7657;
	font-size:10px; 
	text-decoration:none; 
	text-align:right;
}

p.sign a:hover {
 	color: #4A4324;
 	font-decoration:none; 
}

h1, h2, h3, h4
{ background-color: #ece9d8; /* ie bold text + opacity problem */	 }

b
{ background-color: #ece9d8; /* ie bold text + opacity problem */	 }

.hidden { display:none;}
.left { float:left;}
.right { float:right;}
.center { float:center;}
.clear { clear:both; }
.space{ font-height:1px; }

/* LEGAL */
div.legal
{
	margin:0;
	padding:0;
	padding-top:10px;
		
	color:#A49F81;
	
	font-size:8px;
	letter-spacing:1px;
	
	text-transform: uppercase;
}

div.legal a
{
	color:#A49F81;
}

/* FLAGS */
ul.flags
{
	display:block;
	position:absolute;
	
	right:0px;
	top:23px;
	
	margin:0; 
	padding:0; 
	
	list-style:none; 
	
	height:13px; 	
	width:100px;
}

ul.flags li 
{ margin-left:5px; float:left; cursor:pointer; width:23px; height:13px; background-color:#fff; }

#flag_fr
{ background-image:url(../img/flag_fr.jpg); }

#flag_de
{ background-image:url(../img/flag_de.jpg); }

#flag_en
{ background-image:url(../img/flag_en.jpg); }

.border_right
{
	border-right:1px solid #ccc;
}

.border_left
{
	border-left:1px solid #ccc;
}

.border_bottom
{
	border-bottom:1px solid #ccc;
}

.border_top
{
	border-top:1px solid #ccc;
}

.story
{
	width:850px;
	height:500px;
	
	background-image:url(/img/story/story_blank.jpg);
}

.story_img_a{ background-image:url(/img/story/story_a.jpg); background-repeat:no-repeat; background-position:15px 50px; }
.story_img_b{ background-image:url(/img/story/story_b.jpg); background-repeat:no-repeat; background-position:15px 50px; }
.story_img_c{ background-image:url(/img/story/story_c.jpg); background-repeat:no-repeat; background-position:15px 50px; }
.story_img_d{ background-image:url(/img/story/story_d.jpg); background-repeat:no-repeat; background-position:15px 50px; }
.story_img_e{ background-image:url(/img/story/story_e.jpg); background-repeat:no-repeat; background-position:15px 50px; }

.story p
{
	font-family:georgia,times;
	
	padding:40px !important;
	padding-left:130px !important;
	
	line-height:19px;
	color:#555;
}

.guestbook p
{
}

.guestbook p.quote
{
	line-height:18px;
	font-style:italic;
	margin-top:10px;
	margin-bottom:10px;
}

.guestbook p.sign
{
	font-size:12px;
	margin-bottom:20px;
	
	text-align:right;
}

.press p
{

}

.press p.quote
{
	line-height:18px;
	font-style:italic;
}

.press p.sign
{
	font-size:12px;	
	text-align:right;
}

.press div.quote
{
	margin-top:10px;
	position:relative;
	height:75px;
}

.press div.images
{
	margin-top:10px;
	position:relative;
	height:75px;
	
	padding-left:140px;
}