body { 
	text-align: center; 
	background: #000;
	margin: 0 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 706px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff url('../images/bg-content.gif') top left repeat-y;			
}

#wrapper #footer { clear: both; margin-bottom: -2px;}

#content {
	margin: 1em 10px 1.5em 180px;
	text-align: left;
}		


/* menu stuff */
		
#navigation {
	float: left;
	width: 168px;
	margin: 0 0 10px;
	text-align: left;
}

#navigation a:link,
#navigation a:visited, 
#navigation a:active {
  display: block;
  margin: 2px 0;
  padding-left: 35px;
  color: #5D2715;
  text-decoration: none;
  border: 0;
}

#navigation a:hover {
  display: block;
  margin: 2px 0;
  padding-left: 35px;
  color: #000;
  background-color: #fff;
  border: 0;
}

#navigation p {
  margin: 1em 0 0.5em;
}
		
span.at {
  display:block;
  margin: 2px 0;
  padding-left: 35px;
  color: #000;
  background-color: #fff;
}

/* main content styling */
h1 {
	font-size: 14px;
	font-weight: bold; 
	border-bottom: 1px solid #beada1;
	margin: 0 0 1em;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #5D2715;
	margin: 2em 0 0.5em;
}

a:link, a:visited {
	color: #607091;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.disclaimer {
	color: #555;
	margin: 1.5em 0;	
	border-top: 1px solid #beada1;
}

.callout {
	width: 100px;
	float: right;
	margin-left: 10px;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12pt;
	color: #495265;
	text-align: center;
}

.chinese {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.board {
	width: 100%;
}

.board .member {
	float: left;
	width: 100px;	
	margin: 1.2em 20px 1.2em 0;
	text-align: center;
}

.board p {	
	margin: 0.2em 0 0.5em;
}

/* form */
form { text-align: center; }
.form { width: 420px; margin-left: auto; margin-right: auto; margin-top: 2em; margin-bottom: 2em;}
.form div { text-align: left; margin: 1.5em 0; }
.form div p { text-align: left; float: left; width: 95px; margin: 0;}
.form div input, .form div select { width: 320px; }
.form .radio input { width: auto; float: none; margin: 1px 2px 0 0; } 
.form textarea { width: 320px; height: 5em; }
.form .buttons { text-align: right; width: 420px; }
.form .buttons input { width: auto; }
