/* global */
/* css for all page of mtbhk08*.htm */
html {
	height: 100%;
}
body {
	font-family: verdana, arial, sans-serif, big5;
	padding: 5px;
	margin: 0px;
	font-size: .74em;
	background-color: #c0c0c0;
	color: #5F4F57;
}
p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	font-size: 125%
}
h1 {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 175%;
	font-weight: normal;
	margin: 0px;
}
h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 125%;
}
h3 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	font-weight: normal;
}
/* affect all image size on page*/
img {
	border: 0px;
}
/* image positioning - left, right and center */
.center {
	display: block;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background-color: #F4F2F3;
	color: #5F4F57;
	border-color: #DDD5D9;
}
/* main container */
#main {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid;
	border-right: 1px solid;
	background: #FFFFFF;
	color: #5F4F57;
}
/* links above the logo */
#links {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 2px 20px;
	width: 990px;
	text-align: right;
	height: 25px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background: #FFFFFF url(logo1.jpg);
	color: #5F4F57;
	border-color: #5F4F57;
}
/* active and visit link */
#links a, #links a:hover {
	text-decoration: none;
}
/* my logo */
#logo {
	margin-left: 10%;
	margin-top: 1%;
	margin-right: auto;
	padding: 0px;
	width: 800px;
	height: 100px;
	text-align: left;
	background: #FFFFFF url(logo3.jpg) no-repeat;
	color: #5F4F57;
}
#logo h1 {
	padding: 55px 0px 0px 40px;
	font-family: verdana, arial, sans-serif;
	font-size: 200%;
	font-weight: normal;
}
/* main content */
#content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	padding: 10px;
	text-align: justify;
	overflow: hidden;
}
/* column 1 - contains sidebar items */
#column1 {
	width: 180px;
	float: left;
	padding: 5px 5px 5px 5px;
}
#column1 h2 {
	padding: 5px 0px 5px 0px;
	font-size: 140%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dashed;
}
#column1 h3 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 80%;
	font-weight: normal;
}
.sidebaritem {
	position: relative;
	text-align: left;
	width: 180px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* column 2 - page content */
#column2 {
	text-align: justify;
	padding: 5px 5px 5px 5px;
	width: 650px;
	float: right;
}
#column2 h1 {
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dashed;
}
.sidebaritem a, #column2 a {
	padding: 0px;
	text-decoration: none;
}
.sidebaritem a:hover, #column2 a:hover {
	padding: 0px;
	text-decoration: none;
}
#preset {
	white-space: pre;
}
/* footer */
#footer {
	padding: 5px 20px 10px 20px;
	width: 990px;
	text-align: right;
	border-top: 1px solid;
	border-bottom: 1px solid;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(logo2.jpg);
	color: #5F4F57;
	border-color: #5F4F57;
}
#footer a, #footer a:hover {
	text-decoration: none;
}
/* other colour layout */
#links a, #footer a {
	background-color: transparent;
	color: #5F4F57;
}
#links a:hover, #footer a:hover, #logo h1 {
	background-color: transparent;
	color: #FFFFFF;
}
#content, #column1, #column2, .sidebaritem, .sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover {
	background: #FFFFFF;
	color: #5F4F57;
}

/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{ position: relative; 
  width: 660px;
  padding-top: 5px;
}

#thumbs 
{ width: 660px; 
  float: top;
}

#thumbs a 
{ display: block; 
  float: left; 
  margin: 1px 0px 3px 10px; 
  width: 30px; 
  height: 20px; 
  border: 1px solid #40403E;
}

#thumbs a img 
{ width: 30px; 
  height: 20px; 
  border: 0;
}

#thumbs a:hover {border-color: #ddd;}

#thumbs a:hover img 
{ position: absolute; 
  width: 640px; 
  height: 480px; 
  left: 20px; 
  top: 40px; 
  padding: 2px;
  border: 2px solid #8f8f8f;
}
