/* meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body { line-height: 1; color: black; background: white; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }
/* reset done */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	/*font-family: 'Helvetica','sans-serif';
	font-family: 'Comic Sans MS', 'Comic Sans MS', 'cursive';*/
	font: 76%/120% normal 'Lucida Grande', 'Helvetica', sans-serif;
	color: #444;
	text-align: center;
	background-color: #fff0ed;
}
h2 {
	font-size: 1.5em;
}
p {
	margin-bottom: 1em;
}
.canvas {
	margin-top: 15px;
}
#bottom-container {
	padding-top: 20px;
}
#guests li {
	margin-left: 30px;
}
#guests h2 {
	margin-top: 2em;
	margin-bottom:1em;
}
#footer-container {
	padding: 0 0 2px 0;
	margin: 0;
	width: 100%;
}
#footer {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: right;
}
#footer span {
	float: left;
	margin-right: 25px;
}
#logo {
	width: 300px;
	height: 100px;
	font-size: 42px;
	line-height: 1em;
	float: left;
	margin-top: 40px;
}
#logo span {
	font-size: .7em;
	margin-left: 10px;
	margin-right: 10px;
}
#language-select {
	clear: left;
	padding-top: 20px;
	width: 300px;
	text-align: left;
	float: left;
}
#language-select ul {
}
#language-select li {
	margin: 0;
	padding: 0;
	width: 300px;
	display: block;
}
#language-select #china {
	position: absolute;
	top: 200px;
}
#language-select #usa {
	position: absolute;
	top: 300px;
}
#language-select a{
	display: block;
	height: 100px;
	width: 300px;
}
#main {
	text-align: left;
	column-count: 2; -moz-column-count: 2; -webkit-column-count: 2;
  column-gap: 2.5em; -moz-column-gap: 2.5em; -webkit-column-gap: 2.5em;
  margin: 10px 0 0;
  padding: 40px 10px 15px 10px;
	clear: both;
	line-height: 1.4em;
}
#main h2 {
	margin-bottom: 1em;
}
#nav-container {
	width: 100%;
	text-align: center;
}
#nav {
	font-size: 1.2em;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
}
#nav a {
	text-decoration: none;
}
#nav ul {
	clear: both;
	list-style-type: none;
	margin: 0 auto 0 auto;
}
#nav li {
	display: block;
	position: relative;
	float: left;
	margin: 0 8px 0 8px;
	padding: 10px 0;
}
#westloop-container {
	text-align: center;
}
#westloop-insert {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
}
#westloop-container h2 {
	margin-bottom: 1em;
}
