body {
	margin: 0;
	text-align: center;
	font-family: Arial, Microsoft JhengHei, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 26px;
	color: #FFFFFF;
	background: #191D64 url(main/bg.png) top repeat-x;
}


a {
	outline: none; 
	text-decoration: none;
	color: #8E0101;
}

a:hover {
	color: #8E0101;
	text-decoration: underline;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	color: #191D64;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
}


ol {
	margin:  5px 0 0 20px;
	padding:  3px 0 3px 0;
	type: 1;
}


ul {
	list-style: square;
	margin:  0 0 0 20px;
	padding:  3px 0 0 0;

}

li {
	text-align: left;
	margin: 0;
	padding: 15px 0 3px 0;
}



/* whole */
#whole
{
	width: 850px;
	margin: auto;
}


#logo
{
	position: relative;
	width: 840px;
	height: 180px;
	margin: auto;
}

#top
{
	position:absolute;
	top: 5px;
 	left:0;
	width: 720px;
	height: 170px;
	margin: 0;
	padding: 0;
	background: url(main/logo.png) top no-repeat;
}


#top-right
{
	position:absolute;
	top:110px;
	right:0;
	width: 100px;
	height: 40px;
}

/* Page */

#page {
	width: 840px; 
	margin: auto;
	padding: 0;
	text-align: left;
}

.page-up {
	height: 50px;
	margin: 0;
	padding: 20px 40px 0 0;
	background: #FFFFFF;
}


.page-content {
	margin: 0;
	padding:  40px 60px 40px 60px;
	height: auto;
	color: #333333;
	background: #FFFFFF;
}


.page-foot {
	margin: 0;
	padding: 10px 0 0 0;
	height: auto;
	text-align: center;
	font-size: 9pt;
}
