* { padding: 0; margin: 0; } 

html {
	border-top: 2px solid #B9121B;
	text-align: center;
	}

body {
	font: 12px/17px "Lucida Grande", tahoma, sans-serif;
	background: #fff;
	color: #444444;
	width: 715px;
	margin: 10px auto;
	text-align: justify;
	}
	
.clear {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 0.1;
	}

/* interface
-------------------------------------------------------- */
#header, #content, #footer, #pagenav {
	float: left;
	position: relative;
	width: 100%;
	}
	
#pagenav {
	margin: 65px 0;
	}

#content {
	margin: -5px 0 20px 0;
	width:710px;
}
	
#main {
	float: left;
	width: 480px;
	}
		
#home #main {
	float: left;
	width: 710px;
	}
		
#sidebar {
	float: right;
	width: 180px;
	}

#footer {
	margin: 10px 0;
	border-top: 1px solid #F6E497;
	padding-top: 6px;
	}
	
/* Logo
-------------------------------------------------------- */
#sitelogo {
	position: absolute;
	top: 0; left: 0;
	width: 700px; height: 60px;
	background: url("../images/site_title_en.gif") no-repeat;
	}

#sitelogo h1, #sitelogo a {
	display: block;
	width: 700px; height: 60px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
	} 


/* navigation links
-------------------------------------------------------- */
#navbar {
	position: relative;
	margin: 0 5px;
	}

ul#nav {
	height: 0px; width: 700px;
	background: url("../images/site_navigation2.gif") no-repeat;
	}

	ul#nav li {
		float: left;
		list-style: none;
		}
	
	ul#nav li a {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		margin: 0 !important;
		}

		ul#nav li#nav-exhibition a { 
			left: 0; top: 0;
			width: 84px; height: 30px;
			background: url("../images/site_navigation2.gif") 0 0 no-repeat ;
			}
		ul#nav li#nav-latest a { 
			left: 85px; top: 0;
			width: 114px; height: 30px;
			background: url("../images/site_navigation2.gif") -85px 0 no-repeat;
			}
		ul#nav li#nav-useful a { 
			left: 197px; top: 0;
			width: 115px; height: 30px;
			background: url("../images/site_navigation2.gif") -197px 0 no-repeat;
			}
		ul#nav li#nav-vb a { 
			left: 311px; top: 0;
			width: 139px; height: 30px;
			background: url("../images/site_navigation2.gif") -311px 0 no-repeat;
			}
		ul#nav li#nav-adc a { 
			left: 448px; top: 0;
			width: 77px; height: 30px;
			background: url("../images/site_navigation2.gif") -448px 0 no-repeat;
			}
		ul#nav li#nav-acknowledgements a { 
			left: 525px; top: 0;
			width: 124px; height: 30px;
			background: url("../images/site_navigation2.gif") -525px 0 no-repeat;
			}
		ul#nav li#nav-contact a { 
			left: 647px; top: 0;
			width: 53px; height: 30px;
			background: url("../images/site_navigation2.gif") -647px 0 no-repeat;
			}		
			

ul#nav li#nav-exhibition a:hover  				{ background-position: 0 -30px; }
ul#nav li#nav-latest a:hover  				{ background-position: -85px -30px; }
ul#nav li#nav-useful a:hover  			{ background-position: -197px -30px; }
ul#nav li#nav-vb a:hover  				{ background-position: -311px -30px; }
ul#nav li#nav-adc a:hover  				{ background-position: -448px -30px; }
ul#nav li#nav-acknowledgements a:hover  				{ background-position: -525px -30px; }
ul#nav li#nav-contact a:hover  			{ background-position: -647px -30px; }

ul#nav li#nav-exhibition a.active  			{ background-position: 0 -60px; }
ul#nav li#nav-latest a.active  			{ background-position: -85px -60px; }
ul#nav li#nav-useful a.active  		{ background-position: -197px -60px; }
ul#nav li#nav-vb a.active  			{ background-position: -311px -60px; }
ul#nav li#nav-adc a.active  				{ background-position: -448px -60px; }
ul#nav li#nav-acknowledgements a.active  				{ background-position: -525px -60px; }
ul#nav li#nav-contact a.active 			{ background-position: -647px -60px; }



#sidebar h3 {
	background: #F0C755;
	padding: 5px 0 6px 8px;
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
	}
	
#sidebar h3 a {
	color: #710D13;
	text-decoration: none;
	}

/*- Menu 7--------------------------- */
	
#menu7 {
	width: 180px;
	margin: 10px 5px 10px 0;
	}

#menu7 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu7 li a:link, #menu7 li a:visited {
	color: #B9121B;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* Chinese set: mingliu, 新細明體, taipei */
	display: block;
	background:  url("../images/menu7.gif");
	padding: 8px 0 0 30px;
	}
	
#menu7 li a:hover {
	color: #710D13;
	background:  url("../images/menu7.gif") 0 -32px;
	padding: 8px 0 0 30px;
	}

#menu7 li a.active {
	color: #710D13 !important;
	background:  url("../images/menu7.gif") 0 -32px !important;
	padding: 8px 0 0 30px;
	}

/* non-navigation links
-------------------------------------------------------- */
#main a {
	color: #B9121B;
	}

#footer a {
	color: #CC7073;
	}
	
#main a:hover, #footer a:hover {
	color: #710D13;
	}

/* content area
-------------------------------------------------------- */
#masterhead img {
	border: 5px solid #F6E497;
	}

#masterhead p {
	text-align:right;
	text-decoration:none;
	margin: 0 0 5px 0;
	}
	
.col {
	float: left;
	width: 235px;
	border-right: 2px solid #F6E497;
	}

.colheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #B9121B;
	height: 30px;
	}

.end {
	border: none;
	width: 470px;
	}

.home-image {
	float: left;
	margin: 0 12px 60px 12px;
}

.inlineimg {
	margin: 0 12px 12px 12px;
}

a img {
	border: none !important;
}

/* text
-------------------------------------------------------- */
#main p, #main li, #main h4, #main h3 {
	padding-left: 6px;
	}


#main p {
	padding-bottom: 18px;
	}

li {
	list-style: none; 
	}
	
	#main li {
		list-style: disc;
		padding-left: 6px;
		margin-left: 21px;
		padding-bottom: 6px;
		}
		
	#main ul {
		padding-bottom: 18px;		
		}
	
h2 {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 24px;
	height: 30px;
	}

	#home h2 {
		font-weight: bold;
		line-height: 1.5em;
		font-size: 21px;
		height: 25px;
		margin-left: 12px;
		}

		#main h4 {
			font: normal 15px georgia, serif;
			font-style: italic;
			margin: 30px 0 15px 0;
			border-top: 1px solid #B9121B;

			}

#footer p {
	color: #9DA197;
	font-size: 9px;
	}

#main h3 {
	font-size: 13px;
	}

#main h3 span {
	font-weight: normal;
	font-size: 10px;
	color: #710D13;
	}

#home #main h3, #home #main p {
	padding-right: 12px;
	padding-left: 12px;
	}