body {
	font: 78%/1.5 arial, helvetica, serif;
	background: white url(img/background.jpg);
	text-align: center;
	padding: 0;
	margin: 2em;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #7C6240;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #7C6240;
}

a:visited {
	text-decoration: none;
	font-style: italic;
	color: #7C6240;
}

a:active {
	text-decoration: none;
	color: #7C6240;
}

#container {
	width: 60.2em;
        background: #c3bcbc;
	text-align: left;
	border: 0px solid #eda;
	margin: 0 auto;
}

#core {
	width: 60.2em;
        /*background: #c3bcbc;*/
	text-align: left;
	border: 1px solid #c3bcbc;
	margin: 0 auto;
}

#corecentered {
	width: 60.2em;
        /*background: #c3bcbc;*/
	text-align: center;
	border: 1px solid #c3bcbc;
	margin: 0 auto;
}

/*
#galery_container {
	width: 70em;
	background: #F4ECD9;
	text-align: left;
	border: 0px solid #eda;
	margin: 0 auto;
}
*/
p {
	margin: 1em 2em;
}

/* the main menu bar */
#nav, #nav ul {
	position: absolute;
	float: left;
	/* set the main menu bar links' align to center */
	text-align: left;
	width: 60.2em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	font-style: normal;
	padding: 0;
	border: solid #848181;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	/*width: 10em;*/
	width: 8em;
        /* color of the menu text in the menu bar and drop downs*/
	color: #444444;
	font-style: normal;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.arrow {
	background: url(img/rightarrow.gif) center right no-repeat;
	padding-right: 1em;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/*width: 14.4em;*/
	width: 12.9em;
	font-weight: normal;
	font-style: normal;
        /* The borderwidth of the downdropping submenu items */
	border-width: 0.15em;
	/* set the textalign of dropdowns to left */
	text-align: left;
	margin: 0em;
}

#nav li li {
	/* set the right padding of the backg. color of dropdown menus */
	/*padding-right: 0.9em;*/
	/* set the width of the backg. color of the dropdown menus */
	width: 12.9em;
}

#nav li ul a {
	/*width: 13em;*/
	/* set the menuwidth (i.e. text) in dropdowns */
	/* width: 10em; */
	width: 10em;
}

#nav li ul ul {
	margin: -1.75em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	height: auto;
	position: absolute;
	/* set the top position of the second level links*/
	margin-top: -1.6em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/*The background of the menu links*/
#nav li:hover, #nav li.sfhover {
	background: #F0F3E4;
	background-position: center;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
	font-style: normal;
}

/*
#galery_content {
	clear: left;
}

#galery_content a {
	color: #7C6240;
}

#galery_content a:hover {
	text-decoration: none;
}
*/

#chinese {
	font-size: larger;
	font-style: normal;
}

#pinyin {
	font-size: larger;
	font-style: normal;
}

#small {
	font-size: small;
	font-style: normal;
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border: solid #848181;
    border-width: 1px 0;
}

table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

table.sortable td {
    border: solid #848181;
    border-width: 1px 0;
}

ul.nosign {
    list-style-type: none;
    list-style: url(img/rightarrow.gif);
}
