@charset "big5";

body, h1, h2, h3, h4, h5, h6, p, ul, li, blockquote, address {
margin: 0;
padding: 0;
border: none;
font-size: 100%
font-style: normal;
font-weight: normal;
list-style: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #fff;
}

h1 {}

h2 {}

h3 {}

p, ul, ol {}

p {}
em {
	font-weight: bold;
	color: #fff;
	font-style: normal;
}
blockquote {
	font-style: italic;
}

a {
	color: #fff;
}


/* Header */

#header {
	width: 800px;
	height: 0px;
	margin: 0 auto;
	padding: 0px;
}

/* Menu */

#menu {
	width: 800px;
	height: 0px;
	text-indent: -9999px;
}

#menu ul {
	margin: 0;
	padding-left: 30px;
	list-style: none;
}

#menu li {
	display: inline;
	color: #fff;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

/* Content */

#content {
	float: left;
	width: 800px;
	background: #ffffff;
	border: none;
}
#content p {
	text-indent: 2em;
	line-height: 150%;
	color: #ffffff;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 0px;
	text-indent: -9999px;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #ffffff;
	text-align: center;
	width: 800px;
}

#footer p {
	margin: 0;
	color: #ffffff;
}

