@charset "UTF-8";
/* CSS Document */
img, p, li, ul, div,h1,h2,h3, body, table,tr,td{
	margin: 0; 
	padding: 0;
	border:0;
}
body  {
	background: #838C60;
	text-align: center; 
}
h1, h2, h3 {
	color:#6f5133;
	}
h1 {
	font-size:1.5em;
	line-height:1.6em;
	margin:20px 0px;
	letter-spacing:-1px;
}
h2 {
	font-size:1.1em;
	font-style:italic;
	line-height:1.2em;
	margin:20px 0px;
	
}
h3 {
	font-size:1.1em;
	display:inline;
	}
img {
	margin:20px 0;
}
p { 
	orphans:4;
}
.imagesbox {
	border: medium solid #666633;
}
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #482400;
	width: 880px; 
	background: #FFF;
	margin: 7px auto 7px auto;
	text-align: left;
	line-height:1.5em;
	border-top:#777744 1px solid;
	border-left:#777744 1px solid;
	border-right:#666633 1px solid;
	border-bottom:#666633 1px solid;
} 
#header {
	text-align: center;
	background:#666633;
}
#header img {
		margin: 0; 
} 

#header h1 {
	margin: 0;
	padding: 10px 0;
}
ul {
	text-decoration:none;
	padding-left:10px;
	}
#menu
{
	background:#97B9C8;
	clear: both;
	border-top:1px #888 solid;
	padding-top:4px;
	height:2em;
}

#menu ul { 
	list-style-type:none;
	display:block;
	width:870px;
	z-index:1;
	font-size:1.1em;
	}

#menu li { 
	position:relative;
	margin:0px;
	z-index:100;
	padding:7px 10px 8px 10px;
	text-align:left;
	text-decoration: none;
	display:inline;
	font-style:italic;
	}

#menu a
{
	color: #482400;
	text-decoration: none;
	font-weight:normal;
	font-style: italic;
}
#menu a:hover {
 color:#FFF2D0;
 }

#menu li ul {
	position:absolute;
	left:0px;
	top:22px;
	margin-top:11px;
	margin-left:0px;
	display:none;
	width:210px;
	background:#999966;
	}
#menu li.chosen {
	background:#617781;
	color:#FFF2D0;
}

#menu li:hover {
	background:#999966;
	color:#FFF2D0;
}
#menu li.chosen:hover {
	background:#617781;
	color:#FFF2D0;
}
#menu li:hover ul { 
	display: block; 
	}
#menu li ul a {
	text-decoration: none;
}
#menu li ul li {
	text-decoration:none;
	text-align:left;
	font-size:0.8em;
	color:#FFF2D0;
	margin:-2px 0px 0px -20px;
	padding:4px 0px 4px 20px;
	display:block;
	border-top:#617781 3px solid;
	}

#menu li ul li:hover {
	background:#97B9C8;
	text-decoration: none;
}
#menu li ul a:hover {
	background:#97B9C8;
	text-decoration: none;
	color:#FFF2D0;
}

#content {
	padding:15px 15px 0 15px;
}
a {
	color:#79795b;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#00795B;
	}
#footer { 
	padding: 5px 15px 0 15px;
	background:url(images/swirl.jpg) center 25px no-repeat  #CCCC9A;
	color:#630;
	text-align:center;
	font-weight:normal;
	border-top:#e4e4c9 25px solid;
} 
#footer a { 
	color:#440;
	font-weight:normal;
	font-size:.9em;
}
#footer a:hover { 
	color:#00795B;
	font-weight:normal;
	font-size:.9em;
} 

#footer ul{
	margin:-28px auto 10px auto;
	display:block;
}
#footer li {
	display:inline;
	padding:0 10px;
	border-left:3px double #44795B;
}
#footer li:first-child {
	border-left:none;
}
#footer p {
	margin:0; 
	padding: 10px 0;
}
#footer-left {
	float:left;
	text-align:left;
}
#footer-right {
	float:right;
	text-align:right;
}
.clearfloat { 
	clear:both;
    height:0px;
    font-size: 1px;
}
p + p{
	padding-top:1em;
	}
.quote {
	font-size: 1.3em;
	color: #6699CC;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	line-height: 1.4em;
	font-weight: bold;
	padding-right: 50px;
	padding-left: 50px;
}
.lang-but-lt {
	background:#E4E4C9;
	height:24px;
	width:117px;
	padding:2px 15px;
	margin-left:5px;
	position:relative;
	top:2px;
	border-top:2px #999 solid;
	}
.lang-but-dk {
	background:#c6c6af;
	height:24px;
	width:117px;
	padding:2px 15px;
	margin-left:5px;
	margin-top:2px;
	position:relative;
	top:2px;
	border-top:2px #999 solid;
	}
.sig {
		font-style:italic;
		text-align:right;
	}
.summary {
	width:300px;
	font-style:italic;
	font-weight:bold;
	font-size:1.1em;
	margin-left:50px;
	}
img + span {
		margin-top:-20px;
		display:block;
	}
.thumb{
	width:120px;
	display:inline;
	float:left;
	}
.thumb span {
	display:block;
	white-space:wrap;
	}
.small {
	margin-top:3px;
	font-size:.8em;
	font-weight:normal;
	font-style:normal;
	line-height:1.1em;
	}
.small a {
	font-weight:normal;
	}