body {
	color: #2D2419;
	font-family: Georgia, serif;
	margin: 0 auto;
	padding: 0;
	background: #ECEAD4;
	overflow: hidden;
	scrollbar-face-color: #483A28;
	scrollbar-highlight-color: #d3d1be;
	scrollbar-shadow-color: #d3d1be;
	scrollbar-3dlight-color: #d3d1be;
	scrollbar-arrow-color: #F3F2E4;
	scrollbar-track-color: #d3d1be;
	scrollbar-darkshadow-color: #d3d1be;
}
ul, ol{
	list-style:decimal;
	padding: 1em 2em;
}

h1
{
	color: #B07F03;
	font-size: 32px;
	font-weight: bolder;
	margin: 0px 40px;
	padding: 0.7em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .title, h1 a .title {
	color:#D01A71;
}
h1 .name {font-family: Arial,serif;font-size: 0.5em; text-align: right; }

h2
{
	color: #4391F4;
	font-size: 2.5em;
	margin-top: 0;
}

h3
{
	color: #F3F2E4;
	font-size: 1.5em;
	background-color: #4C2900;
	margin: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1.3em;
	margin-left: 10px;
	
}

strong {
font-weight:bold;
}

blockquote {
	margin: 10px;
	padding: 0 0 0 28px;
	color: #f3f2e4;
	background: #483A28 url(../images/quote.gif) no-repeat 5px 5px;
	font: 0.8em "Palatino Linotype";
	border: 1px solid #110D00;
	border-right-width: 1em;
}

hr {
	color: black;
	background-color: black;
	width: 80%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

table
{
	margin:0px 10px 10px 10px;
	color:#FFF;
	background:#C00;
	border-collapse:collapse;
	width:347px;
	border:5px solid #900;
}

thead
{

}

thead th
{
	padding:1em 1em .5em;
 	border-bottom:1px dotted #FFF;
 	font-size:120%;
 	text-align:left;
}

thead tr
{

}

td
{
	padding:.5em 1em;
}

tbody tr.odd td
{
	background:transparent url(../images/tr_bg.png) repeat top left;
}

tfoot
{

}

tfoot td
{
	padding-bottom:1.5em;
}

tfoot tr
{

}

* html tr.odd td
{
	background:#C00;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/tr_bg.png', sizingMethod='scale');
}

#middle
{
	background-color:#900;
}

.popup{
	color: #2D2419;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2ex;
}

.polytonic {font: 1.2em "Palatino Linotype";}

.hidden {
	display: none;
}

/******************************************************************************/
/* links */
/******************************************************************************/

a sup, a:visited sup  {
	color: #4391F4;
}

a:hover sup {
	color: #4391F4;
	text-decoration: none;
	outline: none;
}

a, a:visited {
	text-decoration: none;
	color: #D97900;
	outline: none;
}
a:hover {
	color: #D97900;
	text-decoration: underline;
	outline: none;
}

a[href^="http:"] {
  background: url(../images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

/* lemma
#main {
	color: #0d0d0d;
	background:#f3f2e4;
	font: 1em/1.4 Verdana;
	margin: 20px;
	padding:5px;
}
 */

/******************************************************************************/
/* Layout */
/******************************************************************************/

#leftcontent #navlist
{
	margin-top: 40px;
	padding:0; 
	font: bold 0.7em Verdana, sans-serif;
/*	background: #2d2419; */
	
}

#leftcontent #navlist li
{
	list-style: none;	
/*	border-top: 1px solid gray; */
	text-align: left;
}

#leftcontent #navlist li a
{
	width: 100%;
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 10px solid #2d2419;
	background: #ECEAD4;
	text-decoration: none;
}

html>body #leftcontent #navlist li a { width: auto; }
#leftcontent #navlist li a:link { color: #448; }
#leftcontent #navlist li a:visited { color: #667; }

#leftcontent #navlist li a:hover
{
	border-color: #fcb604;
	color: #FFF;
	background: #2d2419;
}

#wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -288px;
	margin-left: -490px;
	width: 982px;	
	background: url(../images/slice_2_0.gif) repeat-y left 0px;
}

#header{
	background: #F3F2E4;
	margin-bottom: 5px;
	height: 100px;
	background: url(../images/slice_0_0.gif) no-repeat center 0px;
}

#leftcontent {
	background: url(../images/left.jpg) no-repeat center 0px;
	float: left;
	margin-left: 6px;
	width: 194px;
    height: 300px; 
    margin-top: 30px;	
 }

#centercontent {
	background: url(../images/center.jpg) no-repeat center 0px;
	float: left;	
	padding-top:20px;
	width: 450px;
	height: 420px;	
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;	
}

#centercontent-inner {
    padding-left:10px;
	font: 1em Georgia;
    width: 430px;
	height: 410px;
	color: #0D0D0D;
	overflow:auto;
}

#centercontent-inner p,pre {
	margin:0px 10px 10px 10px;
}

/*
#centercontent a.icon:after {
	display: block;
	width: 17px;
	height: 15px;
	margin: 2px;
}

#centercontent a.picture:after {
	content: url(images/picture.gif);
}
*/
#rightcontent {
	float: right;
	width: 310px;
	margin-right: 6px;
	margin-top: 50px;
	padding:0;
	background: #F3F2E4;
	text-align: center;
}

#rightcontent p { font-size:10px }

/*
#leftcontent #rightcontent #centercontent{
	border:1px solid #666;
}
*/

#footnotes {
	font-size:0.8em;
	color: #110D00;
	margin: 10px;
	padding: 0 0 0 48px;
	border: 1px solid #BCB76B;
	background: #ECEAD4 url(../images/note.gif) no-repeat 2px 2px;
	border-right: 1em solid #BCB76B;
}

#info {
	font-size:0.8em;
	color: #110D00;
	margin: 10px;
	padding: 5px 0 0 5px;
	border: 1px solid #50504D;
	background: #D2D2CF url(../images/bsearch.gif) no-repeat 2px 2px;
	border-right: 1em solid #50504D;
	line-height: 1em;
}

#footer{
	clear: both;
  	height:45px;
	background: #F3F2E4;
  	background: url(../images/slice_4_0.gif) no-repeat center bottom;
	color: #FFF
}

#footer div {
	padding: 15px 40px 0 40px;
	font: 0.8em Verdana;
}
#footer div span {

}

/* Sidebar */


/* easy drop shadow */

#img-wrapper {
	background: url(images/shadow.gif) no-repeat right bottom;
	
	margin: 0 auto;
	/* margin: 0 0 0 0; */
}

#img-wrapper div {
/*	background: url(images/mask.png) no-repeat left top !important;
	background: url(images/mask.gif) no-repeat left top;
*/
	padding: 0 5px 5px 0;
	float: left;  /*:KLUDGE: Fixes bug in IE/Mac */
}
 
#img-wrapper img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 6px;
}

#img-wrapper p {	
	margin: 0;
	padding: 1em 0;
	font: 0.8em/1.75em Verdana, sans-serif;
	color: #666;
}
